@things-factory/operato-dataset 6.0.95 → 6.0.97
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 +5 -0
- package/logs/application-2023-05-22-09.log +10 -0
- package/logs/application-2023-05-22-18.log +2 -0
- package/logs/connections-2023-05-22-09.log +0 -0
- package/package.json +34 -34
- package/schema.gql +0 -2
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -44,6 +44,16 @@
|
|
|
44
44
|
"date": 1684645765281,
|
|
45
45
|
"name": "logs/application-2023-05-21-05.log",
|
|
46
46
|
"hash": "e209e8cea155e46f83e644aa664d612fa8e39e96b74a143ddc03d542bdb27f30"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"date": 1684746493756,
|
|
50
|
+
"name": "logs/application-2023-05-22-18.log",
|
|
51
|
+
"hash": "8a507da249f3329f3885c7e49e98ff81d743c567db7c414f8fd9330926542fde"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"date": 1684746496199,
|
|
55
|
+
"name": "logs/application-2023-05-22-09.log",
|
|
56
|
+
"hash": "28dcfe495b2979706113355147db8f632d6cb57a4614f51436641a534be8b2f3"
|
|
47
57
|
}
|
|
48
58
|
],
|
|
49
59
|
"hashType": "sha256"
|
|
@@ -139,6 +139,11 @@
|
|
|
139
139
|
"date": 1684645765094,
|
|
140
140
|
"name": "logs/connections-2023-05-21-05.log",
|
|
141
141
|
"hash": "a6dbae0bf36e03d91e81a4e1684cecccd6c476b45f384268752c84c8893af518"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"date": 1684746495968,
|
|
145
|
+
"name": "logs/connections-2023-05-22-09.log",
|
|
146
|
+
"hash": "05eadd728f6833f460ce9911372ab4eff823585c7d96453518adb50dce9f7111"
|
|
142
147
|
}
|
|
143
148
|
],
|
|
144
149
|
"hashType": "sha256"
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
2023-05-22T18:08:16+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-05-22T18:08:17+09:00 info: Default DataSource established
|
|
3
|
+
2023-05-22T18:08:17+09:00 info: Transaction DataSource established
|
|
4
|
+
2023-05-22T18:08:18+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
+
2023-05-22T18:08:18+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
6
|
+
2023-05-22T18:13:08+09:00 error: oracledb module loading failed
|
|
7
|
+
2023-05-22T18:13:09+09:00 info: Default DataSource established
|
|
8
|
+
2023-05-22T18:13:10+09:00 info: Transaction DataSource established
|
|
9
|
+
2023-05-22T18:13:11+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
10
|
+
2023-05-22T18:13:11+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-dataset",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.97",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -57,40 +57,40 @@
|
|
|
57
57
|
"@operato/scene-table": "^1.0.0",
|
|
58
58
|
"@operato/scene-timer": "^1.0.0",
|
|
59
59
|
"@operato/shell": "^1.2.6",
|
|
60
|
-
"@things-factory/api": "^6.0.
|
|
61
|
-
"@things-factory/apptool-base": "^6.0.
|
|
62
|
-
"@things-factory/apptool-ui": "^6.0.
|
|
63
|
-
"@things-factory/auth-base": "^6.0.
|
|
64
|
-
"@things-factory/auth-ui": "^6.0.
|
|
65
|
-
"@things-factory/board-service": "^6.0.
|
|
66
|
-
"@things-factory/board-ui": "^6.0.
|
|
67
|
-
"@things-factory/ccp": "^6.0.
|
|
68
|
-
"@things-factory/context-ui": "^6.0.
|
|
69
|
-
"@things-factory/dashboard": "^6.0.
|
|
70
|
-
"@things-factory/dataset": "^6.0.
|
|
71
|
-
"@things-factory/export-ui": "^6.0.
|
|
72
|
-
"@things-factory/help": "^6.0.
|
|
73
|
-
"@things-factory/i18n-base": "^6.0.
|
|
74
|
-
"@things-factory/integration-base": "^6.0.
|
|
75
|
-
"@things-factory/integration-msgraph": "^6.0.
|
|
76
|
-
"@things-factory/integration-ui": "^6.0.
|
|
77
|
-
"@things-factory/lite-menu": "^6.0.
|
|
78
|
-
"@things-factory/more-base": "^6.0.
|
|
79
|
-
"@things-factory/more-ui": "^6.0.
|
|
80
|
-
"@things-factory/notification": "^6.0.
|
|
81
|
-
"@things-factory/oauth2-client": "^6.0.
|
|
82
|
-
"@things-factory/organization": "^6.0.
|
|
83
|
-
"@things-factory/qc": "^6.0.
|
|
84
|
-
"@things-factory/resource-ui": "^6.0.
|
|
85
|
-
"@things-factory/setting-base": "^6.0.
|
|
86
|
-
"@things-factory/setting-ui": "^6.0.
|
|
87
|
-
"@things-factory/shell": "^6.0.
|
|
88
|
-
"@things-factory/system-ui": "^6.0.
|
|
89
|
-
"@things-factory/work-shift": "^6.0.
|
|
90
|
-
"@things-factory/worklist": "^6.0.
|
|
60
|
+
"@things-factory/api": "^6.0.97",
|
|
61
|
+
"@things-factory/apptool-base": "^6.0.97",
|
|
62
|
+
"@things-factory/apptool-ui": "^6.0.97",
|
|
63
|
+
"@things-factory/auth-base": "^6.0.97",
|
|
64
|
+
"@things-factory/auth-ui": "^6.0.97",
|
|
65
|
+
"@things-factory/board-service": "^6.0.97",
|
|
66
|
+
"@things-factory/board-ui": "^6.0.97",
|
|
67
|
+
"@things-factory/ccp": "^6.0.97",
|
|
68
|
+
"@things-factory/context-ui": "^6.0.97",
|
|
69
|
+
"@things-factory/dashboard": "^6.0.97",
|
|
70
|
+
"@things-factory/dataset": "^6.0.97",
|
|
71
|
+
"@things-factory/export-ui": "^6.0.97",
|
|
72
|
+
"@things-factory/help": "^6.0.97",
|
|
73
|
+
"@things-factory/i18n-base": "^6.0.97",
|
|
74
|
+
"@things-factory/integration-base": "^6.0.97",
|
|
75
|
+
"@things-factory/integration-msgraph": "^6.0.97",
|
|
76
|
+
"@things-factory/integration-ui": "^6.0.97",
|
|
77
|
+
"@things-factory/lite-menu": "^6.0.97",
|
|
78
|
+
"@things-factory/more-base": "^6.0.97",
|
|
79
|
+
"@things-factory/more-ui": "^6.0.97",
|
|
80
|
+
"@things-factory/notification": "^6.0.97",
|
|
81
|
+
"@things-factory/oauth2-client": "^6.0.97",
|
|
82
|
+
"@things-factory/organization": "^6.0.97",
|
|
83
|
+
"@things-factory/qc": "^6.0.97",
|
|
84
|
+
"@things-factory/resource-ui": "^6.0.97",
|
|
85
|
+
"@things-factory/setting-base": "^6.0.97",
|
|
86
|
+
"@things-factory/setting-ui": "^6.0.97",
|
|
87
|
+
"@things-factory/shell": "^6.0.97",
|
|
88
|
+
"@things-factory/system-ui": "^6.0.97",
|
|
89
|
+
"@things-factory/work-shift": "^6.0.97",
|
|
90
|
+
"@things-factory/worklist": "^6.0.97"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@things-factory/builder": "^6.0.
|
|
93
|
+
"@things-factory/builder": "^6.0.97"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "510370a3d76afd1b26a692768319aad3fe662c65"
|
|
96
96
|
}
|
package/schema.gql
CHANGED
|
@@ -1350,14 +1350,12 @@ type DynamicDataSummary {
|
|
|
1350
1350
|
data04: Float
|
|
1351
1351
|
data05: Float
|
|
1352
1352
|
date: String
|
|
1353
|
-
description: String
|
|
1354
1353
|
key01: String
|
|
1355
1354
|
key02: String
|
|
1356
1355
|
key03: String
|
|
1357
1356
|
key04: String
|
|
1358
1357
|
key05: String
|
|
1359
1358
|
month: String
|
|
1360
|
-
name: String
|
|
1361
1359
|
period: String
|
|
1362
1360
|
}
|
|
1363
1361
|
|