@things-factory/reference-app 5.0.0-alpha.55 → 5.0.0-alpha.56
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
CHANGED
|
Binary file
|
|
@@ -44,6 +44,11 @@
|
|
|
44
44
|
"date": 1654703061710,
|
|
45
45
|
"name": "logs/application-2022-06-09-00.log",
|
|
46
46
|
"hash": "92da4eaa755225a738b93bc6c68e5ad3"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"date": 1654824326456,
|
|
50
|
+
"name": "logs/application-2022-06-10-10.log",
|
|
51
|
+
"hash": "1084aa469a019bde5fd0e0a6faa514d6"
|
|
47
52
|
}
|
|
48
53
|
],
|
|
49
54
|
"hashType": "md5"
|
|
@@ -54,6 +54,11 @@
|
|
|
54
54
|
"date": 1654703066960,
|
|
55
55
|
"name": "logs/connections-2022-06-09-00.log",
|
|
56
56
|
"hash": "dc3a7aadcce552fa37e6ebdd00655c1c"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"date": 1654824329991,
|
|
60
|
+
"name": "logs/connections-2022-06-10-10.log",
|
|
61
|
+
"hash": "e4139a2ca721fdecf56b525b29b29a45"
|
|
57
62
|
}
|
|
58
63
|
],
|
|
59
64
|
"hashType": "md5"
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
2022-06-10T10:25:28+09:00 info: File Storage is Ready.
|
|
2
|
+
2022-06-10T10:25:33+09:00 info: Database connection established
|
|
3
|
+
2022-06-10T10:25:34+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2022-06-10T10:25:34+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
5
|
+
2022-06-10T10:26:42+09:00 error: Cannot query field "myFavorites" on type "Query".
|
|
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.56",
|
|
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.12",
|
|
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.27",
|
|
43
|
+
"@operato/ghost-print": "1.0.0-beta.27",
|
|
44
|
+
"@operato/graphql": "1.0.0-beta.27",
|
|
45
|
+
"@operato/help": "1.0.0-beta.27",
|
|
46
|
+
"@operato/i18n": "1.0.0-beta.27",
|
|
47
|
+
"@operato/input": "1.0.0-beta.27",
|
|
48
|
+
"@operato/layout": "1.0.0-beta.27",
|
|
49
|
+
"@operato/ocr": "1.0.0-beta.27",
|
|
50
|
+
"@operato/popup": "1.0.0-beta.27",
|
|
51
|
+
"@operato/pull-to-refresh": "1.0.0-beta.27",
|
|
52
|
+
"@operato/scene-chartjs": "^1.0.0-alpha.19",
|
|
53
|
+
"@operato/scene-clock": "^1.0.0-alpha.19",
|
|
54
|
+
"@operato/scene-form": "^1.0.0-alpha.19",
|
|
55
|
+
"@operato/scene-gauge": "^1.0.0-alpha.19",
|
|
56
|
+
"@operato/scene-half-roundrect": "^1.0.0-alpha.19",
|
|
57
|
+
"@operato/scene-indoor-map": "^1.0.0-alpha.19",
|
|
58
|
+
"@operato/scene-news-ticker": "^1.0.0-alpha.19",
|
|
59
|
+
"@operato/scene-progressbar": "^1.0.0-alpha.19",
|
|
60
|
+
"@operato/scene-random": "^1.0.0-alpha.19",
|
|
61
|
+
"@operato/scene-switch": "^1.0.0-alpha.19",
|
|
62
|
+
"@operato/scene-tab": "^1.0.0-alpha.19",
|
|
63
|
+
"@operato/shell": "1.0.0-beta.27",
|
|
64
|
+
"@operato/utils": "1.0.0-beta.27",
|
|
65
|
+
"@things-factory/api": "^5.0.0-alpha.56",
|
|
66
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.56",
|
|
67
|
+
"@things-factory/attachment-base": "^5.0.0-alpha.56",
|
|
68
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.56",
|
|
69
|
+
"@things-factory/board-service": "^5.0.0-alpha.56",
|
|
70
|
+
"@things-factory/board-ui": "^5.0.0-alpha.56",
|
|
71
|
+
"@things-factory/ccp": "^5.0.0-alpha.56",
|
|
72
|
+
"@things-factory/context-ui": "^5.0.0-alpha.56",
|
|
73
|
+
"@things-factory/dashboard": "^5.0.0-alpha.56",
|
|
74
|
+
"@things-factory/dataset": "^5.0.0-alpha.56",
|
|
75
|
+
"@things-factory/export-ui": "^5.0.0-alpha.56",
|
|
76
|
+
"@things-factory/export-ui-excel": "^5.0.0-alpha.56",
|
|
77
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.56",
|
|
78
|
+
"@things-factory/help": "^5.0.0-alpha.56",
|
|
79
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.56",
|
|
80
|
+
"@things-factory/lite-menu": "^5.0.0-alpha.56",
|
|
81
|
+
"@things-factory/more-ui": "^5.0.0-alpha.56",
|
|
82
|
+
"@things-factory/notification": "^5.0.0-alpha.56",
|
|
83
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.56",
|
|
84
|
+
"@things-factory/print-ui": "^5.0.0-alpha.56",
|
|
85
|
+
"@things-factory/qc": "^5.0.0-alpha.56",
|
|
86
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.56",
|
|
87
|
+
"@things-factory/setting-base": "^5.0.0-alpha.56",
|
|
88
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.56",
|
|
89
|
+
"@things-factory/shell": "^5.0.0-alpha.56",
|
|
90
|
+
"@things-factory/system-ui": "^5.0.0-alpha.56",
|
|
91
|
+
"@things-factory/work-shift": "^5.0.0-alpha.56"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
94
|
+
"@things-factory/builder": "^5.0.0-alpha.56"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "105413a014a3cacefc97550b8f23e46789465219"
|
|
97
97
|
}
|