@things-factory/reference-app 5.0.0-alpha.43 → 5.0.0-alpha.46
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 +3 -8
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/application-2022-05-23-16.log +4 -0
- package/logs/connections-2022-05-23-16.log +0 -0
- package/package.json +53 -53
- package/logs/application-2022-05-19-19.log +0 -5
- package/logs/application-2022-05-19-23.log +0 -16
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -6,14 +6,9 @@
|
|
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/application-2022-05-
|
|
11
|
-
"hash": "
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"date": 1652969406978,
|
|
15
|
-
"name": "logs/application-2022-05-19-23.log",
|
|
16
|
-
"hash": "e3e691477b85a703b91eb912d0428983"
|
|
9
|
+
"date": 1653292281222,
|
|
10
|
+
"name": "logs/application-2022-05-23-16.log",
|
|
11
|
+
"hash": "f344f2ca9b484524ee1e20affcbce3cf"
|
|
17
12
|
}
|
|
18
13
|
],
|
|
19
14
|
"hashType": "md5"
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"date": 1652969410005,
|
|
20
20
|
"name": "logs/connections-2022-05-19-23.log",
|
|
21
21
|
"hash": "f35a10a1c3b6cd6c5f153ff263ef6a8e"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"date": 1653292285220,
|
|
25
|
+
"name": "logs/connections-2022-05-23-16.log",
|
|
26
|
+
"hash": "c10e568fdb388feeee7029926406f4f2"
|
|
22
27
|
}
|
|
23
28
|
],
|
|
24
29
|
"hashType": "md5"
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2022-05-23T16:51:23+09:00 info: File Storage is Ready.
|
|
2
|
+
2022-05-23T16:51:28+09:00 info: Database connection established
|
|
3
|
+
2022-05-23T16:51:29+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2022-05-23T16:51:29+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
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.46",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,59 +39,59 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@hatiolab/things-scene": "^3.0.6",
|
|
41
41
|
"@material/mwc-checkbox": "^0.25.3",
|
|
42
|
-
"@operato/data-grist": "1.0.0-beta.
|
|
43
|
-
"@operato/ghost-print": "1.0.0-beta.
|
|
44
|
-
"@operato/graphql": "1.0.0-beta.
|
|
45
|
-
"@operato/help": "1.0.0-beta.
|
|
46
|
-
"@operato/i18n": "1.0.0-beta.
|
|
47
|
-
"@operato/input": "1.0.0-beta.
|
|
48
|
-
"@operato/layout": "1.0.0-beta.
|
|
49
|
-
"@operato/ocr": "1.0.0-beta.
|
|
50
|
-
"@operato/popup": "1.0.0-beta.
|
|
51
|
-
"@operato/pull-to-refresh": "1.0.0-beta.
|
|
52
|
-
"@operato/scene-chartjs": "^1.0.0-alpha.
|
|
53
|
-
"@operato/scene-clock": "^1.0.0-alpha.
|
|
54
|
-
"@operato/scene-form": "^1.0.0-alpha.
|
|
55
|
-
"@operato/scene-gauge": "^1.0.0-alpha.
|
|
56
|
-
"@operato/scene-half-roundrect": "^1.0.0-alpha.
|
|
57
|
-
"@operato/scene-indoor-map": "^1.0.0-alpha.
|
|
58
|
-
"@operato/scene-news-ticker": "^1.0.0-alpha.
|
|
59
|
-
"@operato/scene-progressbar": "^1.0.0-alpha.
|
|
60
|
-
"@operato/scene-random": "^1.0.0-alpha.
|
|
61
|
-
"@operato/scene-switch": "^1.0.0-alpha.
|
|
62
|
-
"@operato/scene-tab": "^1.0.0-alpha.
|
|
63
|
-
"@operato/shell": "1.0.0-beta.
|
|
64
|
-
"@operato/utils": "1.0.0-beta.
|
|
65
|
-
"@things-factory/api": "^5.0.0-alpha.
|
|
66
|
-
"@things-factory/apptool-ui": "^5.0.0-alpha.
|
|
67
|
-
"@things-factory/attachment-base": "^5.0.0-alpha.
|
|
68
|
-
"@things-factory/auth-ui": "^5.0.0-alpha.
|
|
69
|
-
"@things-factory/board-service": "^5.0.0-alpha.
|
|
70
|
-
"@things-factory/board-ui": "^5.0.0-alpha.
|
|
71
|
-
"@things-factory/ccp": "^5.0.0-alpha.
|
|
72
|
-
"@things-factory/context-ui": "^5.0.0-alpha.
|
|
73
|
-
"@things-factory/dashboard": "^5.0.0-alpha.
|
|
74
|
-
"@things-factory/dataset": "^5.0.0-alpha.
|
|
75
|
-
"@things-factory/export-ui": "^5.0.0-alpha.
|
|
76
|
-
"@things-factory/export-ui-excel": "^5.0.0-alpha.
|
|
77
|
-
"@things-factory/grist-ui": "^5.0.0-alpha.
|
|
78
|
-
"@things-factory/help": "^5.0.0-alpha.
|
|
79
|
-
"@things-factory/integration-ui": "^5.0.0-alpha.
|
|
80
|
-
"@things-factory/lite-menu": "^5.0.0-alpha.
|
|
81
|
-
"@things-factory/more-ui": "^5.0.0-alpha.
|
|
82
|
-
"@things-factory/notification": "^5.0.0-alpha.
|
|
83
|
-
"@things-factory/oauth2-client": "^5.0.0-alpha.
|
|
84
|
-
"@things-factory/print-ui": "^5.0.0-alpha.
|
|
85
|
-
"@things-factory/qc": "^5.0.0-alpha.
|
|
86
|
-
"@things-factory/resource-ui": "^5.0.0-alpha.
|
|
87
|
-
"@things-factory/setting-base": "^5.0.0-alpha.
|
|
88
|
-
"@things-factory/setting-ui": "^5.0.0-alpha.
|
|
89
|
-
"@things-factory/shell": "^5.0.0-alpha.
|
|
90
|
-
"@things-factory/system-ui": "^5.0.0-alpha.
|
|
91
|
-
"@things-factory/work-shift": "^5.0.0-alpha.
|
|
42
|
+
"@operato/data-grist": "1.0.0-beta.16",
|
|
43
|
+
"@operato/ghost-print": "1.0.0-beta.16",
|
|
44
|
+
"@operato/graphql": "1.0.0-beta.16",
|
|
45
|
+
"@operato/help": "1.0.0-beta.16",
|
|
46
|
+
"@operato/i18n": "1.0.0-beta.16",
|
|
47
|
+
"@operato/input": "1.0.0-beta.16",
|
|
48
|
+
"@operato/layout": "1.0.0-beta.16",
|
|
49
|
+
"@operato/ocr": "1.0.0-beta.16",
|
|
50
|
+
"@operato/popup": "1.0.0-beta.16",
|
|
51
|
+
"@operato/pull-to-refresh": "1.0.0-beta.16",
|
|
52
|
+
"@operato/scene-chartjs": "^1.0.0-alpha.16",
|
|
53
|
+
"@operato/scene-clock": "^1.0.0-alpha.16",
|
|
54
|
+
"@operato/scene-form": "^1.0.0-alpha.16",
|
|
55
|
+
"@operato/scene-gauge": "^1.0.0-alpha.16",
|
|
56
|
+
"@operato/scene-half-roundrect": "^1.0.0-alpha.16",
|
|
57
|
+
"@operato/scene-indoor-map": "^1.0.0-alpha.16",
|
|
58
|
+
"@operato/scene-news-ticker": "^1.0.0-alpha.16",
|
|
59
|
+
"@operato/scene-progressbar": "^1.0.0-alpha.16",
|
|
60
|
+
"@operato/scene-random": "^1.0.0-alpha.16",
|
|
61
|
+
"@operato/scene-switch": "^1.0.0-alpha.16",
|
|
62
|
+
"@operato/scene-tab": "^1.0.0-alpha.16",
|
|
63
|
+
"@operato/shell": "1.0.0-beta.16",
|
|
64
|
+
"@operato/utils": "1.0.0-beta.16",
|
|
65
|
+
"@things-factory/api": "^5.0.0-alpha.46",
|
|
66
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.46",
|
|
67
|
+
"@things-factory/attachment-base": "^5.0.0-alpha.46",
|
|
68
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.46",
|
|
69
|
+
"@things-factory/board-service": "^5.0.0-alpha.46",
|
|
70
|
+
"@things-factory/board-ui": "^5.0.0-alpha.46",
|
|
71
|
+
"@things-factory/ccp": "^5.0.0-alpha.46",
|
|
72
|
+
"@things-factory/context-ui": "^5.0.0-alpha.46",
|
|
73
|
+
"@things-factory/dashboard": "^5.0.0-alpha.46",
|
|
74
|
+
"@things-factory/dataset": "^5.0.0-alpha.46",
|
|
75
|
+
"@things-factory/export-ui": "^5.0.0-alpha.46",
|
|
76
|
+
"@things-factory/export-ui-excel": "^5.0.0-alpha.46",
|
|
77
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.46",
|
|
78
|
+
"@things-factory/help": "^5.0.0-alpha.46",
|
|
79
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.46",
|
|
80
|
+
"@things-factory/lite-menu": "^5.0.0-alpha.46",
|
|
81
|
+
"@things-factory/more-ui": "^5.0.0-alpha.46",
|
|
82
|
+
"@things-factory/notification": "^5.0.0-alpha.46",
|
|
83
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.46",
|
|
84
|
+
"@things-factory/print-ui": "^5.0.0-alpha.46",
|
|
85
|
+
"@things-factory/qc": "^5.0.0-alpha.46",
|
|
86
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.46",
|
|
87
|
+
"@things-factory/setting-base": "^5.0.0-alpha.46",
|
|
88
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.46",
|
|
89
|
+
"@things-factory/shell": "^5.0.0-alpha.46",
|
|
90
|
+
"@things-factory/system-ui": "^5.0.0-alpha.46",
|
|
91
|
+
"@things-factory/work-shift": "^5.0.0-alpha.46"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
94
|
+
"@things-factory/builder": "^5.0.0-alpha.46"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "caf4c2783d94a5a4787196341555635a86df907f"
|
|
97
97
|
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
2022-05-19T19:55:39+09:00 info: File Storage is Ready.
|
|
2
|
-
2022-05-19T19:55:43+09:00 info: Database connection established
|
|
3
|
-
2022-05-19T19:55:45+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2022-05-19T19:55:45+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
5
|
-
2022-05-19T19:56:53+09:00 error: Cannot query field "myFavorites" on type "Query".
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
2022-05-19T23:10:08+09:00 info: File Storage is Ready.
|
|
2
|
-
2022-05-19T23:10:14+09:00 info: Database connection established
|
|
3
|
-
2022-05-19T23:10:16+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2022-05-19T23:10:16+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
5
|
-
2022-05-19T23:15:51+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
6
|
-
2022-05-19T23:15:51+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
7
|
-
2022-05-19T23:15:51+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
8
|
-
2022-05-19T23:16:08+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
9
|
-
2022-05-19T23:16:08+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
10
|
-
2022-05-19T23:16:08+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
11
|
-
2022-05-19T23:16:27+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
12
|
-
2022-05-19T23:16:27+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
13
|
-
2022-05-19T23:16:27+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
14
|
-
2022-05-19T23:17:16+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
15
|
-
2022-05-19T23:17:16+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|
|
16
|
-
2022-05-19T23:17:16+09:00 error: Cannot destructure property 'propertyName' of 'columnMeta' as it is undefined.
|