@hatiolab/things-scene 2.7.22 → 2.7.26

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,14 +6,9 @@
6
6
  "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
7
  "files": [
8
8
  {
9
- "date": 1638280200073,
10
- "name": "logs/application-2021-11-30-22.log",
11
- "hash": "3c29ae287aaf6901a583512921751840"
12
- },
13
- {
14
- "date": 1638283970309,
15
- "name": "logs/application-2021-11-30-23.log",
16
- "hash": "4200b6422ab19fab4a1beeb4b07f4ee5"
9
+ "date": 1639203572797,
10
+ "name": "logs/application-2021-12-11-15.log",
11
+ "hash": "4da8cc3ac9da3be76dedf7c55bf62212"
17
12
  }
18
13
  ]
19
14
  }
@@ -9,6 +9,11 @@
9
9
  "date": 1638280204215,
10
10
  "name": "logs/connections-2021-11-30-22.log",
11
11
  "hash": "597f95ca19f31dd91f9c85dbbced90e7"
12
+ },
13
+ {
14
+ "date": 1639203576079,
15
+ "name": "logs/connections-2021-12-11-15.log",
16
+ "hash": "3ef375fb815a04dc413ba4fa224dcb1e"
12
17
  }
13
18
  ]
14
19
  }
@@ -0,0 +1,6 @@
1
+ 2021-12-11T06:19:35.367Z info: File Storage is Ready.
2
+ 2021-12-11T06:19:39.537Z info: Database connection established
3
+ 2021-12-11T06:19:40.781Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
+ 2021-12-11T06:19:40.781Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
5
+ 2021-12-11T06:22:10.265Z error: Cannot return null for non-nullable field Query.board.
6
+ 2021-12-11T06:22:34.722Z error: Cannot return null for non-nullable field Query.board.
@@ -0,0 +1,32 @@
1
+ 2021-12-11T06:19:40.877Z info: Initializing ConnectionManager...
2
+ 2021-12-11T06:19:40.878Z info: Connector 'echo-back-server' started to ready
3
+ 2021-12-11T06:19:40.878Z info: Connector 'echo-back' started to ready
4
+ 2021-12-11T06:19:40.878Z info: Connector 'http-connector' started to ready
5
+ 2021-12-11T06:19:40.879Z info: Connector 'graphql-connector' started to ready
6
+ 2021-12-11T06:19:40.879Z info: Connector 'sqlite-connector' started to ready
7
+ 2021-12-11T06:19:40.879Z info: Connector 'postgresql-connector' started to ready
8
+ 2021-12-11T06:19:40.879Z info: Connector 'mqtt-connector' started to ready
9
+ 2021-12-11T06:19:40.880Z info: Connector 'mssql-connector' started to ready
10
+ 2021-12-11T06:19:40.880Z info: Connector 'oracle-connector' started to ready
11
+ 2021-12-11T06:19:40.880Z info: Connector 'socket-server' started to ready
12
+ 2021-12-11T06:19:40.880Z info: echo-back-servers are ready
13
+ 2021-12-11T06:19:40.880Z info: echo-back connections are ready
14
+ 2021-12-11T06:19:40.881Z info: http-connector connections are ready
15
+ 2021-12-11T06:19:40.881Z info: graphql-connector connections are ready
16
+ 2021-12-11T06:19:40.881Z info: sqlite-connector connections are ready
17
+ 2021-12-11T06:19:40.881Z info: postgresql-connector connections are ready
18
+ 2021-12-11T06:19:40.881Z info: mqtt-connector connections are ready
19
+ 2021-12-11T06:19:40.881Z info: mssql-connector connections are ready
20
+ 2021-12-11T06:19:40.881Z info: oracle-connector connections are ready
21
+ 2021-12-11T06:19:40.881Z info: socket servers are ready
22
+ 2021-12-11T06:19:40.881Z info: All connector for 'echo-back-server' ready
23
+ 2021-12-11T06:19:40.881Z info: All connector for 'echo-back' ready
24
+ 2021-12-11T06:19:40.881Z info: All connector for 'http-connector' ready
25
+ 2021-12-11T06:19:40.882Z info: All connector for 'graphql-connector' ready
26
+ 2021-12-11T06:19:40.882Z info: All connector for 'sqlite-connector' ready
27
+ 2021-12-11T06:19:40.882Z info: All connector for 'postgresql-connector' ready
28
+ 2021-12-11T06:19:40.882Z info: All connector for 'mqtt-connector' ready
29
+ 2021-12-11T06:19:40.882Z info: All connector for 'mssql-connector' ready
30
+ 2021-12-11T06:19:40.882Z info: All connector for 'oracle-connector' ready
31
+ 2021-12-11T06:19:40.882Z info: All connector for 'socket-server' ready
32
+ 2021-12-11T06:19:40.882Z info: ConnectionManager initialization done:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatiolab/things-scene",
3
- "version": "2.7.22",
3
+ "version": "2.7.26",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
@@ -46,8 +46,8 @@
46
46
  "@babel/register": "^7.8.3",
47
47
  "@rollup/plugin-commonjs": "^17.0.0",
48
48
  "@rollup/plugin-node-resolve": "^11.0.1",
49
- "@things-factory/builder": "^4.0.10",
50
- "@things-factory/operato-board": "^4.0.10",
49
+ "@things-factory/builder": "^4.0.12",
50
+ "@things-factory/operato-board": "^4.0.12",
51
51
  "atob": "^2.1.2",
52
52
  "babel-eslint": "^10.1.0",
53
53
  "babel-jest": "^26.6.3",