@things-factory/operato-gangsters 6.0.139 → 6.0.141

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
@@ -39,6 +39,11 @@
39
39
  "date": 1687000796830,
40
40
  "name": "logs/application-2023-06-17-20.log",
41
41
  "hash": "70191c3e4cf09e585311a9287b4569f3b2906db77e2ac6173ae01fd6d0dd5455"
42
+ },
43
+ {
44
+ "date": 1687003975881,
45
+ "name": "logs/application-2023-06-17-21.log",
46
+ "hash": "27b2b7e41ee96b9673b44a6381d6ca6b497159dba967d19e21c201bde766133f"
42
47
  }
43
48
  ],
44
49
  "hashType": "sha256"
@@ -39,6 +39,11 @@
39
39
  "date": 1687000798451,
40
40
  "name": "logs/connections-2023-06-17-20.log",
41
41
  "hash": "a5a3433ed983fd6895475bed1c126d1d654197840a8458e525460dee7e8bc5ce"
42
+ },
43
+ {
44
+ "date": 1687003976932,
45
+ "name": "logs/connections-2023-06-17-21.log",
46
+ "hash": "7f466ef41bc18b02e885b631959093b4979b95b91eac5b8cfd3025c4759744b4"
42
47
  }
43
48
  ],
44
49
  "hashType": "sha256"
@@ -0,0 +1,6 @@
1
+ 2023-06-17T21:12:56+09:00 info: File Storage is Ready.
2
+ 2023-06-17T21:12:57+09:00 error: oracledb module loading failed
3
+ 2023-06-17T21:12:57+09:00 info: Default DataSource established
4
+ 2023-06-17T21:12:58+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
+ 2023-06-17T21:12:58+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
6
+ 2023-06-17T21:25:59+09:00 error: Variable "$comment" of non-null type "String!" must not be null.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-gangsters",
3
- "version": "6.0.139",
3
+ "version": "6.0.141",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -67,8 +67,8 @@
67
67
  "@things-factory/grist-ui": "^6.0.133",
68
68
  "@things-factory/help": "^6.0.133",
69
69
  "@things-factory/i18n-base": "^6.0.133",
70
- "@things-factory/integration-msgraph": "^6.0.133",
71
- "@things-factory/integration-ui": "^6.0.133",
70
+ "@things-factory/integration-msgraph": "^6.0.141",
71
+ "@things-factory/integration-ui": "^6.0.141",
72
72
  "@things-factory/lite-menu": "^6.0.133",
73
73
  "@things-factory/more-ui": "^6.0.133",
74
74
  "@things-factory/notification": "^6.0.133",
@@ -80,10 +80,10 @@
80
80
  "@things-factory/setting-ui": "^6.0.133",
81
81
  "@things-factory/shell": "^6.0.133",
82
82
  "@things-factory/system-ui": "^6.0.133",
83
- "@things-factory/worklist": "^6.0.139"
83
+ "@things-factory/worklist": "^6.0.141"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@things-factory/builder": "^6.0.124"
87
87
  },
88
- "gitHead": "59efd5d9c1184b4ebd208a4f5dea47d23cf51cf7"
88
+ "gitHead": "d9fe5f28cee1bf8f527688e06d190ae78d6e2b04"
89
89
  }