@things-factory/operato-gangsters 6.0.47 → 6.0.49

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,9 @@
6
6
  2023-04-17T20:03:36+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
7
7
  2023-04-17T20:04:44+09:00 error: Variable "$comment" of non-null type "String!" must not be null.
8
8
  2023-04-17T20:08:53+09:00 error: Variable "$comment" of non-null type "String!" must not be null.
9
+ 2023-04-17T20:46:27+09:00 info: File Storage is Ready.
10
+ 2023-04-17T20:46:28+09:00 error: oracledb module loading failed
11
+ 2023-04-17T20:46:29+09:00 info: Default DataSource established
12
+ 2023-04-17T20:46:29+09:00 info: Transaction DataSource established
13
+ 2023-04-17T20:46:30+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
14
+ 2023-04-17T20:46:30+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-gangsters",
3
- "version": "6.0.47",
3
+ "version": "6.0.49",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -55,34 +55,34 @@
55
55
  "@operato/scene-switch": "^1.0.0",
56
56
  "@operato/scene-table": "^1.0.0",
57
57
  "@operato/scene-timer": "^1.0.0",
58
- "@things-factory/api": "^6.0.43",
59
- "@things-factory/apptool-ui": "^6.0.43",
60
- "@things-factory/auth-ui": "^6.0.43",
61
- "@things-factory/board-service": "^6.0.43",
62
- "@things-factory/board-ui": "^6.0.43",
63
- "@things-factory/context-ui": "^6.0.43",
64
- "@things-factory/dashboard": "^6.0.43",
65
- "@things-factory/export-ui": "^6.0.43",
66
- "@things-factory/grist-ui": "^6.0.43",
67
- "@things-factory/help": "^6.0.43",
68
- "@things-factory/i18n-base": "^6.0.43",
69
- "@things-factory/integration-msgraph": "^6.0.45",
70
- "@things-factory/integration-ui": "^6.0.43",
71
- "@things-factory/lite-menu": "^6.0.43",
72
- "@things-factory/more-ui": "^6.0.43",
73
- "@things-factory/notification": "^6.0.43",
74
- "@things-factory/oauth2-client": "^6.0.43",
75
- "@things-factory/organization": "^6.0.43",
76
- "@things-factory/print-ui": "^6.0.43",
77
- "@things-factory/resource-ui": "^6.0.43",
78
- "@things-factory/setting-base": "^6.0.43",
79
- "@things-factory/setting-ui": "^6.0.43",
80
- "@things-factory/shell": "^6.0.43",
81
- "@things-factory/system-ui": "^6.0.43",
82
- "@things-factory/worklist": "^6.0.47"
58
+ "@things-factory/api": "^6.0.49",
59
+ "@things-factory/apptool-ui": "^6.0.49",
60
+ "@things-factory/auth-ui": "^6.0.49",
61
+ "@things-factory/board-service": "^6.0.49",
62
+ "@things-factory/board-ui": "^6.0.49",
63
+ "@things-factory/context-ui": "^6.0.49",
64
+ "@things-factory/dashboard": "^6.0.49",
65
+ "@things-factory/export-ui": "^6.0.49",
66
+ "@things-factory/grist-ui": "^6.0.49",
67
+ "@things-factory/help": "^6.0.49",
68
+ "@things-factory/i18n-base": "^6.0.49",
69
+ "@things-factory/integration-msgraph": "^6.0.49",
70
+ "@things-factory/integration-ui": "^6.0.49",
71
+ "@things-factory/lite-menu": "^6.0.49",
72
+ "@things-factory/more-ui": "^6.0.49",
73
+ "@things-factory/notification": "^6.0.49",
74
+ "@things-factory/oauth2-client": "^6.0.49",
75
+ "@things-factory/organization": "^6.0.49",
76
+ "@things-factory/print-ui": "^6.0.49",
77
+ "@things-factory/resource-ui": "^6.0.49",
78
+ "@things-factory/setting-base": "^6.0.49",
79
+ "@things-factory/setting-ui": "^6.0.49",
80
+ "@things-factory/shell": "^6.0.49",
81
+ "@things-factory/system-ui": "^6.0.49",
82
+ "@things-factory/worklist": "^6.0.49"
83
83
  },
84
84
  "devDependencies": {
85
- "@things-factory/builder": "^6.0.34"
85
+ "@things-factory/builder": "^6.0.49"
86
86
  },
87
- "gitHead": "ed200e9966ed1c5763ff9d5529dc68cfe1d7b578"
87
+ "gitHead": "e107d6f692d008add950e000d2653bcbbd711a24"
88
88
  }