@things-factory/operato-dataset 6.0.86 → 6.0.88

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
@@ -22,3 +22,11 @@
22
22
  2023-05-17T22:08:39+09:00 error: given dataSet(탕비실 관리) is not allowed for getting summary for today
23
23
  2023-05-17T22:08:39+09:00 error: given dataSet(탕비실 관리) is not allowed for getting summary for today
24
24
  2023-05-17T22:08:44+09:00 error: given dataSet(탕비실 관리) is not allowed for getting summary for today
25
+ 2023-05-17T22:30:53+09:00 error: oracledb module loading failed
26
+ 2023-05-17T22:30:55+09:00 info: Default DataSource established
27
+ 2023-05-17T22:30:55+09:00 info: Transaction DataSource established
28
+ 2023-05-17T22:33:10+09:00 error: oracledb module loading failed
29
+ 2023-05-17T22:33:11+09:00 info: Default DataSource established
30
+ 2023-05-17T22:33:12+09:00 info: Transaction DataSource established
31
+ 2023-05-17T22:33:13+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
32
+ 2023-05-17T22:33:13+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1 +1,3 @@
1
1
  2023-05-17T22:00:39+09:00 info: File Storage is Ready.
2
+ 2023-05-17T22:30:52+09:00 info: File Storage is Ready.
3
+ 2023-05-17T22:33:09+09:00 info: File Storage is Ready.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "6.0.86",
3
+ "version": "6.0.88",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -64,10 +64,10 @@
64
64
  "@things-factory/auth-ui": "^6.0.82",
65
65
  "@things-factory/board-service": "^6.0.82",
66
66
  "@things-factory/board-ui": "^6.0.82",
67
- "@things-factory/ccp": "^6.0.86",
67
+ "@things-factory/ccp": "^6.0.88",
68
68
  "@things-factory/context-ui": "^6.0.82",
69
69
  "@things-factory/dashboard": "^6.0.82",
70
- "@things-factory/dataset": "^6.0.86",
70
+ "@things-factory/dataset": "^6.0.88",
71
71
  "@things-factory/export-ui": "^6.0.82",
72
72
  "@things-factory/help": "^6.0.82",
73
73
  "@things-factory/i18n-base": "^6.0.82",
@@ -80,7 +80,7 @@
80
80
  "@things-factory/notification": "^6.0.82",
81
81
  "@things-factory/oauth2-client": "^6.0.82",
82
82
  "@things-factory/organization": "^6.0.82",
83
- "@things-factory/qc": "^6.0.86",
83
+ "@things-factory/qc": "^6.0.88",
84
84
  "@things-factory/resource-ui": "^6.0.82",
85
85
  "@things-factory/setting-base": "^6.0.82",
86
86
  "@things-factory/setting-ui": "^6.0.82",
@@ -92,5 +92,5 @@
92
92
  "devDependencies": {
93
93
  "@things-factory/builder": "^6.0.78"
94
94
  },
95
- "gitHead": "b6e098a058696832178dd425ec0893ca4c313b33"
95
+ "gitHead": "e67893ab1b97c768227998452059d9005dcd82fc"
96
96
  }