@things-factory/reference-app 5.0.0-alpha.4 → 5.0.0-alpha.5
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 +10 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +10 -0
- package/logs/application-2022-03-11-10.log +4 -0
- package/logs/application-2022-03-11-13.log +4 -0
- package/logs/connections-2022-03-11-10.log +0 -0
- package/logs/connections-2022-03-11-13.log +0 -0
- package/package.json +28 -28
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -19,6 +19,16 @@
|
|
|
19
19
|
"date": 1646917934076,
|
|
20
20
|
"name": "logs/application-2022-03-10-22.log",
|
|
21
21
|
"hash": "bb6528454e8674c531f02bba9bf015fb"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"date": 1646960789680,
|
|
25
|
+
"name": "logs/application-2022-03-11-10.log",
|
|
26
|
+
"hash": "1f975c6bc7555503913f28d5801f7672"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"date": 1646973783176,
|
|
30
|
+
"name": "logs/application-2022-03-11-13.log",
|
|
31
|
+
"hash": "93894442706cd7a158f8b1f99d25d5c2"
|
|
22
32
|
}
|
|
23
33
|
],
|
|
24
34
|
"hashType": "md5"
|
|
@@ -29,6 +29,16 @@
|
|
|
29
29
|
"date": 1646917937964,
|
|
30
30
|
"name": "logs/connections-2022-03-10-22.log",
|
|
31
31
|
"hash": "3f579bb9ab9ade4ef189315c035d828a"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": 1646960793690,
|
|
35
|
+
"name": "logs/connections-2022-03-11-10.log",
|
|
36
|
+
"hash": "60fd40216e6fa9a1b0278d606d97ad12"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"date": 1646973786711,
|
|
40
|
+
"name": "logs/connections-2022-03-11-13.log",
|
|
41
|
+
"hash": "73519a9d852e4a771bc70717bbdd024a"
|
|
32
42
|
}
|
|
33
43
|
],
|
|
34
44
|
"hashType": "md5"
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2022-03-11T01:06:32.167Z info: File Storage is Ready.
|
|
2
|
+
2022-03-11T01:06:37.912Z info: Database connection established
|
|
3
|
+
2022-03-11T01:06:39.098Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2022-03-11T01:06:39.098Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2022-03-11T04:43:05.520Z info: File Storage is Ready.
|
|
2
|
+
2022-03-11T04:43:10.408Z info: Database connection established
|
|
3
|
+
2022-03-11T04:43:11.523Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2022-03-11T04:43:11.523Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
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": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.5",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -61,34 +61,34 @@
|
|
|
61
61
|
"@operato/scene-tab": "^0.1.5",
|
|
62
62
|
"@operato/shell": "1.0.0-alpha.4",
|
|
63
63
|
"@operato/utils": "1.0.0-alpha.4",
|
|
64
|
-
"@things-factory/api": "^5.0.0-alpha.
|
|
65
|
-
"@things-factory/apptool-ui": "^5.0.0-alpha.
|
|
66
|
-
"@things-factory/auth-ui": "^5.0.0-alpha.
|
|
67
|
-
"@things-factory/board-service": "^5.0.0-alpha.
|
|
68
|
-
"@things-factory/board-ui": "^5.0.0-alpha.
|
|
69
|
-
"@things-factory/ccp": "^5.0.0-alpha.
|
|
70
|
-
"@things-factory/context-ui": "^5.0.0-alpha.
|
|
71
|
-
"@things-factory/dashboard": "^5.0.0-alpha.
|
|
72
|
-
"@things-factory/dataset": "^5.0.0-alpha.
|
|
73
|
-
"@things-factory/export-ui": "^5.0.0-alpha.
|
|
74
|
-
"@things-factory/export-ui-excel": "^5.0.0-alpha.
|
|
75
|
-
"@things-factory/grist-ui": "^5.0.0-alpha.
|
|
76
|
-
"@things-factory/help": "^5.0.0-alpha.
|
|
77
|
-
"@things-factory/integration-ui": "^5.0.0-alpha.
|
|
78
|
-
"@things-factory/lite-menu": "^5.0.0-alpha.
|
|
79
|
-
"@things-factory/more-ui": "^5.0.0-alpha.
|
|
80
|
-
"@things-factory/notification": "^5.0.0-alpha.
|
|
81
|
-
"@things-factory/oauth2-client": "^5.0.0-alpha.
|
|
82
|
-
"@things-factory/print-ui": "^5.0.0-alpha.
|
|
83
|
-
"@things-factory/resource-ui": "^5.0.0-alpha.
|
|
84
|
-
"@things-factory/scene-form": "^5.0.0-alpha.
|
|
85
|
-
"@things-factory/setting-base": "^5.0.0-alpha.
|
|
86
|
-
"@things-factory/setting-ui": "^5.0.0-alpha.
|
|
87
|
-
"@things-factory/shell": "^5.0.0-alpha.
|
|
88
|
-
"@things-factory/system-ui": "^5.0.0-alpha.
|
|
64
|
+
"@things-factory/api": "^5.0.0-alpha.5",
|
|
65
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.5",
|
|
66
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.5",
|
|
67
|
+
"@things-factory/board-service": "^5.0.0-alpha.5",
|
|
68
|
+
"@things-factory/board-ui": "^5.0.0-alpha.5",
|
|
69
|
+
"@things-factory/ccp": "^5.0.0-alpha.5",
|
|
70
|
+
"@things-factory/context-ui": "^5.0.0-alpha.5",
|
|
71
|
+
"@things-factory/dashboard": "^5.0.0-alpha.5",
|
|
72
|
+
"@things-factory/dataset": "^5.0.0-alpha.5",
|
|
73
|
+
"@things-factory/export-ui": "^5.0.0-alpha.5",
|
|
74
|
+
"@things-factory/export-ui-excel": "^5.0.0-alpha.5",
|
|
75
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.5",
|
|
76
|
+
"@things-factory/help": "^5.0.0-alpha.5",
|
|
77
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.5",
|
|
78
|
+
"@things-factory/lite-menu": "^5.0.0-alpha.5",
|
|
79
|
+
"@things-factory/more-ui": "^5.0.0-alpha.5",
|
|
80
|
+
"@things-factory/notification": "^5.0.0-alpha.5",
|
|
81
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.5",
|
|
82
|
+
"@things-factory/print-ui": "^5.0.0-alpha.5",
|
|
83
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.5",
|
|
84
|
+
"@things-factory/scene-form": "^5.0.0-alpha.5",
|
|
85
|
+
"@things-factory/setting-base": "^5.0.0-alpha.5",
|
|
86
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.5",
|
|
87
|
+
"@things-factory/shell": "^5.0.0-alpha.5",
|
|
88
|
+
"@things-factory/system-ui": "^5.0.0-alpha.5"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
91
|
+
"@things-factory/builder": "^5.0.0-alpha.5"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "379449b7be7b3d8220f1cac9ab684b812117edfd"
|
|
94
94
|
}
|