@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/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
@@ -0,0 +1,4 @@
1
+ 2023-07-28T11:35:04+09:00 info: File Storage is Ready.
2
+ 2023-07-28T11:37:18+09:00 info: File Storage is Ready.
3
+ 2023-07-28T11:41:57+09:00 info: File Storage is Ready.
4
+ 2023-07-28T11:47:38+09:00 info: File Storage is Ready.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "6.1.63",
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.48",
61
- "@things-factory/apptool-base": "^6.1.48",
62
- "@things-factory/apptool-ui": "^6.1.48",
63
- "@things-factory/auth-base": "^6.1.48",
64
- "@things-factory/auth-ui": "^6.1.63",
65
- "@things-factory/board-service": "^6.1.55",
66
- "@things-factory/board-ui": "^6.1.55",
67
- "@things-factory/ccp": "^6.1.63",
68
- "@things-factory/context-ui": "^6.1.48",
69
- "@things-factory/dashboard": "^6.1.55",
70
- "@things-factory/dataset": "^6.1.63",
71
- "@things-factory/export-ui": "^6.1.48",
72
- "@things-factory/help": "^6.1.48",
73
- "@things-factory/i18n-base": "^6.1.48",
74
- "@things-factory/integration-base": "^6.1.52",
75
- "@things-factory/integration-msgraph": "^6.1.52",
76
- "@things-factory/integration-ui": "^6.1.52",
77
- "@things-factory/lite-menu": "^6.1.55",
78
- "@things-factory/more-base": "^6.1.48",
79
- "@things-factory/more-ui": "^6.1.48",
80
- "@things-factory/notification": "^6.1.63",
81
- "@things-factory/oauth2-client": "^6.1.48",
82
- "@things-factory/organization": "^6.1.63",
83
- "@things-factory/qc": "^6.1.63",
84
- "@things-factory/resource-ui": "^6.1.63",
85
- "@things-factory/setting-base": "^6.1.48",
86
- "@things-factory/setting-ui": "^6.1.48",
87
- "@things-factory/shell": "^6.1.48",
88
- "@things-factory/system-ui": "^6.1.48",
89
- "@things-factory/work-shift": "^6.1.48",
90
- "@things-factory/worklist": "^6.1.63"
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.48"
93
+ "@things-factory/builder": "^6.1.66"
94
94
  },
95
- "gitHead": "8fe392456b1fe6a06df7eaae92be3ef00ce5a743"
95
+ "gitHead": "86447edc189a8432999c6dcfce0e32ee7dbd3e5f"
96
96
  }