@things-factory/operato-dataset 6.1.62 → 6.1.64

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
@@ -6,3 +6,7 @@
6
6
  2023-07-27T20:36:06+09:00 info: Default DataSource established
7
7
  2023-07-27T20:36:07+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
8
8
  2023-07-27T20:36:07+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
9
+ 2023-07-27T20:40:45+09:00 error: oracledb module loading failed
10
+ 2023-07-27T20:40:46+09:00 info: Default DataSource established
11
+ 2023-07-27T20:40:47+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
+ 2023-07-27T20:40:47+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,2 +1,3 @@
1
1
  2023-07-27T20:09:08+09:00 info: File Storage is Ready.
2
2
  2023-07-27T20:36:03+09:00 info: File Storage is Ready.
3
+ 2023-07-27T20:40:44+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.1.62",
3
+ "version": "6.1.64",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -61,13 +61,13 @@
61
61
  "@things-factory/apptool-base": "^6.1.48",
62
62
  "@things-factory/apptool-ui": "^6.1.48",
63
63
  "@things-factory/auth-base": "^6.1.48",
64
- "@things-factory/auth-ui": "^6.1.61",
64
+ "@things-factory/auth-ui": "^6.1.63",
65
65
  "@things-factory/board-service": "^6.1.55",
66
66
  "@things-factory/board-ui": "^6.1.55",
67
- "@things-factory/ccp": "^6.1.62",
67
+ "@things-factory/ccp": "^6.1.64",
68
68
  "@things-factory/context-ui": "^6.1.48",
69
69
  "@things-factory/dashboard": "^6.1.55",
70
- "@things-factory/dataset": "^6.1.62",
70
+ "@things-factory/dataset": "^6.1.64",
71
71
  "@things-factory/export-ui": "^6.1.48",
72
72
  "@things-factory/help": "^6.1.48",
73
73
  "@things-factory/i18n-base": "^6.1.48",
@@ -77,20 +77,20 @@
77
77
  "@things-factory/lite-menu": "^6.1.55",
78
78
  "@things-factory/more-base": "^6.1.48",
79
79
  "@things-factory/more-ui": "^6.1.48",
80
- "@things-factory/notification": "^6.1.61",
80
+ "@things-factory/notification": "^6.1.64",
81
81
  "@things-factory/oauth2-client": "^6.1.48",
82
- "@things-factory/organization": "^6.1.61",
83
- "@things-factory/qc": "^6.1.62",
84
- "@things-factory/resource-ui": "^6.1.61",
82
+ "@things-factory/organization": "^6.1.64",
83
+ "@things-factory/qc": "^6.1.64",
84
+ "@things-factory/resource-ui": "^6.1.63",
85
85
  "@things-factory/setting-base": "^6.1.48",
86
86
  "@things-factory/setting-ui": "^6.1.48",
87
87
  "@things-factory/shell": "^6.1.48",
88
88
  "@things-factory/system-ui": "^6.1.48",
89
89
  "@things-factory/work-shift": "^6.1.48",
90
- "@things-factory/worklist": "^6.1.61"
90
+ "@things-factory/worklist": "^6.1.64"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@things-factory/builder": "^6.1.48"
94
94
  },
95
- "gitHead": "13f97793b42d7c14b2648facf53d3c70be084e76"
95
+ "gitHead": "781186386f8e235f165f2bfe5f66ef9fa00aec6e"
96
96
  }