@things-factory/operato-dataset 6.1.63 → 6.1.66
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/attachments/32306d75-dce5-49ad-b940-3766eb968f17.pdf +0 -0
- package/attachments/668726f6-6576-4081-88d8-dcb6f23714c3.pdf +0 -0
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +10 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/application-2023-07-28-02.log +18 -0
- package/logs/application-2023-07-28-11.log +4 -0
- package/logs/connections-2023-07-28-02.log +0 -0
- package/package.json +34 -34
|
Binary file
|
|
Binary file
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -74,6 +74,16 @@
|
|
|
74
74
|
"date": 1690456149312,
|
|
75
75
|
"name": "logs/application-2023-07-27-11.log",
|
|
76
76
|
"hash": "b47586a53d2dba0897afe757cb1cfb5a49877c0e5caaa42a6db34216a3f44a5f"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": 1690511703312,
|
|
80
|
+
"name": "logs/application-2023-07-28-11.log",
|
|
81
|
+
"hash": "e6927029058638b3e5c44d3c7254ef4b704e27fdf0561439692b5b625f25c8ca"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"date": 1690511704872,
|
|
85
|
+
"name": "logs/application-2023-07-28-02.log",
|
|
86
|
+
"hash": "24a9bb19fb1bde9a2e47c9a8cea79acd79a1bc6f0966fe53332b8a3ad46ebed1"
|
|
77
87
|
}
|
|
78
88
|
],
|
|
79
89
|
"hashType": "sha256"
|
|
@@ -39,6 +39,11 @@
|
|
|
39
39
|
"date": 1690456149054,
|
|
40
40
|
"name": "logs/connections-2023-07-27-11.log",
|
|
41
41
|
"hash": "dd4630d957cb705149d3ce1d083f777eace6fdb9612fc3798c83c86ff95b390a"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": 1690511704740,
|
|
45
|
+
"name": "logs/connections-2023-07-28-02.log",
|
|
46
|
+
"hash": "71973dbd40ef26b7a3f64abfb74cc9d8507a9abc55c6eb8f81e809fe7598a2e8"
|
|
42
47
|
}
|
|
43
48
|
],
|
|
44
49
|
"hashType": "sha256"
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
2023-07-28T11:35:04+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-07-28T11:35:05+09:00 info: Default DataSource established
|
|
3
|
+
2023-07-28T11:35:06+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2023-07-28T11:35:06+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
5
|
+
2023-07-28T11:36:03+09:00 error: files is not iterable
|
|
6
|
+
2023-07-28T11:37:19+09:00 error: oracledb module loading failed
|
|
7
|
+
2023-07-28T11:37:20+09:00 info: Default DataSource established
|
|
8
|
+
2023-07-28T11:37:21+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
9
|
+
2023-07-28T11:37:21+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
10
|
+
2023-07-28T11:38:39+09:00 error: files is not iterable
|
|
11
|
+
2023-07-28T11:41:58+09:00 error: oracledb module loading failed
|
|
12
|
+
2023-07-28T11:41:59+09:00 info: Default DataSource established
|
|
13
|
+
2023-07-28T11:42:00+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
14
|
+
2023-07-28T11:42:00+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
15
|
+
2023-07-28T11:47:38+09:00 error: oracledb module loading failed
|
|
16
|
+
2023-07-28T11:47:39+09:00 info: Default DataSource established
|
|
17
|
+
2023-07-28T11:47:40+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
18
|
+
2023-07-28T11:47:40+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.1.
|
|
3
|
+
"version": "6.1.66",
|
|
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.1.
|
|
61
|
-
"@things-factory/apptool-base": "^6.1.
|
|
62
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
63
|
-
"@things-factory/auth-base": "^6.1.
|
|
64
|
-
"@things-factory/auth-ui": "^6.1.
|
|
65
|
-
"@things-factory/board-service": "^6.1.
|
|
66
|
-
"@things-factory/board-ui": "^6.1.
|
|
67
|
-
"@things-factory/ccp": "^6.1.
|
|
68
|
-
"@things-factory/context-ui": "^6.1.
|
|
69
|
-
"@things-factory/dashboard": "^6.1.
|
|
70
|
-
"@things-factory/dataset": "^6.1.
|
|
71
|
-
"@things-factory/export-ui": "^6.1.
|
|
72
|
-
"@things-factory/help": "^6.1.
|
|
73
|
-
"@things-factory/i18n-base": "^6.1.
|
|
74
|
-
"@things-factory/integration-base": "^6.1.
|
|
75
|
-
"@things-factory/integration-msgraph": "^6.1.
|
|
76
|
-
"@things-factory/integration-ui": "^6.1.
|
|
77
|
-
"@things-factory/lite-menu": "^6.1.
|
|
78
|
-
"@things-factory/more-base": "^6.1.
|
|
79
|
-
"@things-factory/more-ui": "^6.1.
|
|
80
|
-
"@things-factory/notification": "^6.1.
|
|
81
|
-
"@things-factory/oauth2-client": "^6.1.
|
|
82
|
-
"@things-factory/organization": "^6.1.
|
|
83
|
-
"@things-factory/qc": "^6.1.
|
|
84
|
-
"@things-factory/resource-ui": "^6.1.
|
|
85
|
-
"@things-factory/setting-base": "^6.1.
|
|
86
|
-
"@things-factory/setting-ui": "^6.1.
|
|
87
|
-
"@things-factory/shell": "^6.1.
|
|
88
|
-
"@things-factory/system-ui": "^6.1.
|
|
89
|
-
"@things-factory/work-shift": "^6.1.
|
|
90
|
-
"@things-factory/worklist": "^6.1.
|
|
60
|
+
"@things-factory/api": "^6.1.66",
|
|
61
|
+
"@things-factory/apptool-base": "^6.1.66",
|
|
62
|
+
"@things-factory/apptool-ui": "^6.1.66",
|
|
63
|
+
"@things-factory/auth-base": "^6.1.66",
|
|
64
|
+
"@things-factory/auth-ui": "^6.1.66",
|
|
65
|
+
"@things-factory/board-service": "^6.1.66",
|
|
66
|
+
"@things-factory/board-ui": "^6.1.66",
|
|
67
|
+
"@things-factory/ccp": "^6.1.66",
|
|
68
|
+
"@things-factory/context-ui": "^6.1.66",
|
|
69
|
+
"@things-factory/dashboard": "^6.1.66",
|
|
70
|
+
"@things-factory/dataset": "^6.1.66",
|
|
71
|
+
"@things-factory/export-ui": "^6.1.66",
|
|
72
|
+
"@things-factory/help": "^6.1.66",
|
|
73
|
+
"@things-factory/i18n-base": "^6.1.66",
|
|
74
|
+
"@things-factory/integration-base": "^6.1.66",
|
|
75
|
+
"@things-factory/integration-msgraph": "^6.1.66",
|
|
76
|
+
"@things-factory/integration-ui": "^6.1.66",
|
|
77
|
+
"@things-factory/lite-menu": "^6.1.66",
|
|
78
|
+
"@things-factory/more-base": "^6.1.66",
|
|
79
|
+
"@things-factory/more-ui": "^6.1.66",
|
|
80
|
+
"@things-factory/notification": "^6.1.66",
|
|
81
|
+
"@things-factory/oauth2-client": "^6.1.66",
|
|
82
|
+
"@things-factory/organization": "^6.1.66",
|
|
83
|
+
"@things-factory/qc": "^6.1.66",
|
|
84
|
+
"@things-factory/resource-ui": "^6.1.66",
|
|
85
|
+
"@things-factory/setting-base": "^6.1.66",
|
|
86
|
+
"@things-factory/setting-ui": "^6.1.66",
|
|
87
|
+
"@things-factory/shell": "^6.1.66",
|
|
88
|
+
"@things-factory/system-ui": "^6.1.66",
|
|
89
|
+
"@things-factory/work-shift": "^6.1.66",
|
|
90
|
+
"@things-factory/worklist": "^6.1.66"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@things-factory/builder": "^6.1.
|
|
93
|
+
"@things-factory/builder": "^6.1.66"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "86447edc189a8432999c6dcfce0e32ee7dbd3e5f"
|
|
96
96
|
}
|