@things-factory/reference-app 3.6.22 → 3.6.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +19 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +24 -0
- package/logs/application-2021-08-18-22.log +4 -0
- package/logs/application-2021-08-20-08.log +4 -0
- package/logs/connections-2021-08-17-23.log +0 -0
- package/logs/connections-2021-08-18-22.log +0 -0
- package/logs/connections-2021-08-20-08.log +0 -0
- package/package.json +37 -37
package/db.sqlite
ADDED
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"keep": {
|
|
3
|
+
"days": true,
|
|
4
|
+
"amount": 2
|
|
5
|
+
},
|
|
6
|
+
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
|
+
"files": [
|
|
8
|
+
{
|
|
9
|
+
"date": 1629295143889,
|
|
10
|
+
"name": "logs/application-2021-08-18-22.log",
|
|
11
|
+
"hash": "1bad95394097ee2edf38665e46869b2e"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1629416711881,
|
|
15
|
+
"name": "logs/application-2021-08-20-08.log",
|
|
16
|
+
"hash": "92d3c574847b69c5c92eabf7c88317f6"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"keep": {
|
|
3
|
+
"days": true,
|
|
4
|
+
"amount": 14
|
|
5
|
+
},
|
|
6
|
+
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
|
+
"files": [
|
|
8
|
+
{
|
|
9
|
+
"date": 1629210471348,
|
|
10
|
+
"name": "logs/connections-2021-08-17-23.log",
|
|
11
|
+
"hash": "9aec491e59457a1eaba36b76a370c2d2"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1629295148558,
|
|
15
|
+
"name": "logs/connections-2021-08-18-22.log",
|
|
16
|
+
"hash": "7a569a2674bfd9f8f1e8d44a8edb60ed"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"date": 1629416714652,
|
|
20
|
+
"name": "logs/connections-2021-08-20-08.log",
|
|
21
|
+
"hash": "7b44b58f320c4ddbf386e2b15cebc5db"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2021-08-18T13:59:06.525Z info: File Storage is Ready.
|
|
2
|
+
2021-08-18T13:59:10.988Z info: Database connection established
|
|
3
|
+
2021-08-18T13:59:12.058Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2021-08-18T13:59:12.058Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2021-08-19T23:45:13.630Z info: File Storage is Ready.
|
|
2
|
+
2021-08-19T23:45:17.384Z info: Database connection established
|
|
3
|
+
2021-08-19T23:45:18.418Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2021-08-19T23:45:18.419Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.33",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,43 +39,43 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@hatiolab/things-scene": "^2.7.7",
|
|
41
41
|
"@material/mwc-checkbox": "^0.22.1",
|
|
42
|
-
"@things-factory/api": "^3.6.
|
|
43
|
-
"@things-factory/apptool-ui": "^3.6.
|
|
44
|
-
"@things-factory/auth-ui": "^3.6.
|
|
45
|
-
"@things-factory/board-service": "^3.6.
|
|
46
|
-
"@things-factory/board-ui": "^3.6.
|
|
47
|
-
"@things-factory/context-ui": "^3.6.
|
|
48
|
-
"@things-factory/dashboard": "^3.6.
|
|
49
|
-
"@things-factory/export-ui": "^3.6.
|
|
50
|
-
"@things-factory/export-ui-excel": "^3.6.
|
|
51
|
-
"@things-factory/grist-ui": "^3.6.
|
|
52
|
-
"@things-factory/help": "^3.6.
|
|
53
|
-
"@things-factory/i18n-ui": "^3.6.
|
|
54
|
-
"@things-factory/integration-ui": "^3.6.
|
|
55
|
-
"@things-factory/lite-menu": "^3.6.
|
|
56
|
-
"@things-factory/more-ui": "^3.6.
|
|
57
|
-
"@things-factory/notification": "^3.6.
|
|
58
|
-
"@things-factory/oauth2-client": "^3.6.
|
|
59
|
-
"@things-factory/print-ui": "^3.6.
|
|
60
|
-
"@things-factory/resource-ui": "^3.6.
|
|
61
|
-
"@things-factory/scene-chartjs": "^3.6.
|
|
62
|
-
"@things-factory/scene-clock": "^3.6.
|
|
63
|
-
"@things-factory/scene-form": "^3.6.
|
|
64
|
-
"@things-factory/scene-gauge": "^3.6.
|
|
65
|
-
"@things-factory/scene-half-roundrect": "^3.6.
|
|
66
|
-
"@things-factory/scene-indoor-map": "^3.6.
|
|
67
|
-
"@things-factory/scene-news-ticker": "^3.6.
|
|
68
|
-
"@things-factory/scene-progressbar": "^3.6.
|
|
69
|
-
"@things-factory/scene-random": "^3.6.
|
|
70
|
-
"@things-factory/scene-switch": "^3.6.
|
|
71
|
-
"@things-factory/scene-tab": "^3.6.
|
|
72
|
-
"@things-factory/setting-base": "^3.6.
|
|
73
|
-
"@things-factory/setting-ui": "^3.6.
|
|
74
|
-
"@things-factory/shell": "^3.6.
|
|
75
|
-
"@things-factory/system-ui": "^3.6.
|
|
42
|
+
"@things-factory/api": "^3.6.33",
|
|
43
|
+
"@things-factory/apptool-ui": "^3.6.33",
|
|
44
|
+
"@things-factory/auth-ui": "^3.6.33",
|
|
45
|
+
"@things-factory/board-service": "^3.6.33",
|
|
46
|
+
"@things-factory/board-ui": "^3.6.33",
|
|
47
|
+
"@things-factory/context-ui": "^3.6.33",
|
|
48
|
+
"@things-factory/dashboard": "^3.6.33",
|
|
49
|
+
"@things-factory/export-ui": "^3.6.33",
|
|
50
|
+
"@things-factory/export-ui-excel": "^3.6.33",
|
|
51
|
+
"@things-factory/grist-ui": "^3.6.33",
|
|
52
|
+
"@things-factory/help": "^3.6.33",
|
|
53
|
+
"@things-factory/i18n-ui": "^3.6.33",
|
|
54
|
+
"@things-factory/integration-ui": "^3.6.33",
|
|
55
|
+
"@things-factory/lite-menu": "^3.6.33",
|
|
56
|
+
"@things-factory/more-ui": "^3.6.33",
|
|
57
|
+
"@things-factory/notification": "^3.6.33",
|
|
58
|
+
"@things-factory/oauth2-client": "^3.6.33",
|
|
59
|
+
"@things-factory/print-ui": "^3.6.33",
|
|
60
|
+
"@things-factory/resource-ui": "^3.6.33",
|
|
61
|
+
"@things-factory/scene-chartjs": "^3.6.33",
|
|
62
|
+
"@things-factory/scene-clock": "^3.6.33",
|
|
63
|
+
"@things-factory/scene-form": "^3.6.33",
|
|
64
|
+
"@things-factory/scene-gauge": "^3.6.33",
|
|
65
|
+
"@things-factory/scene-half-roundrect": "^3.6.33",
|
|
66
|
+
"@things-factory/scene-indoor-map": "^3.6.33",
|
|
67
|
+
"@things-factory/scene-news-ticker": "^3.6.33",
|
|
68
|
+
"@things-factory/scene-progressbar": "^3.6.33",
|
|
69
|
+
"@things-factory/scene-random": "^3.6.33",
|
|
70
|
+
"@things-factory/scene-switch": "^3.6.33",
|
|
71
|
+
"@things-factory/scene-tab": "^3.6.33",
|
|
72
|
+
"@things-factory/setting-base": "^3.6.33",
|
|
73
|
+
"@things-factory/setting-ui": "^3.6.33",
|
|
74
|
+
"@things-factory/shell": "^3.6.33",
|
|
75
|
+
"@things-factory/system-ui": "^3.6.33"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@things-factory/builder": "^3.6.
|
|
78
|
+
"@things-factory/builder": "^3.6.33"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "965ef2f6fdc604b4f800e4d01337a3814b3b0d21"
|
|
81
81
|
}
|