@hatiolab/things-scene 3.0.0-beta.0 → 3.0.0-beta.1

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,19 +6,9 @@
6
6
  "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
7
  "files": [
8
8
  {
9
- "date": 1636944592684,
10
- "name": "logs/application-2021-11-15-11.log",
11
- "hash": "b7620542acfcf37c33c5bdfd455559c2"
12
- },
13
- {
14
- "date": 1636961374241,
15
- "name": "logs/application-2021-11-15-16.log",
16
- "hash": "4ed1af25180e3000ac818db12e58a8ed"
17
- },
18
- {
19
- "date": 1637023558024,
20
- "name": "logs/application-2021-11-16-09.log",
21
- "hash": "b141c5b8146bca288edc88578a38cfe4"
9
+ "date": 1637197753807,
10
+ "name": "logs/application-2021-11-18-10.log",
11
+ "hash": "60308471926516db51320e0503ed6753"
22
12
  }
23
13
  ]
24
14
  }
@@ -29,6 +29,11 @@
29
29
  "date": 1637023559682,
30
30
  "name": "logs/connections-2021-11-16-09.log",
31
31
  "hash": "030ff8d626fd14aa6e9091c93d3f1d2c"
32
+ },
33
+ {
34
+ "date": 1637197755271,
35
+ "name": "logs/connections-2021-11-18-10.log",
36
+ "hash": "391c98c8e2fd2fb2ed59a1302f4a7903"
32
37
  }
33
38
  ]
34
39
  }
@@ -0,0 +1,4 @@
1
+ 2021-11-18T01:09:14.940Z info: File Storage is Ready.
2
+ 2021-11-18T01:09:16.739Z info: Database connection established
3
+ 2021-11-18T01:09:17.507Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
+ 2021-11-18T01:09:17.507Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,32 @@
1
+ 2021-11-18T01:09:17.566Z info: Initializing ConnectionManager...
2
+ 2021-11-18T01:09:17.566Z info: Connector 'echo-back-server' started to ready
3
+ 2021-11-18T01:09:17.566Z info: Connector 'echo-back' started to ready
4
+ 2021-11-18T01:09:17.566Z info: Connector 'http-connector' started to ready
5
+ 2021-11-18T01:09:17.566Z info: Connector 'graphql-connector' started to ready
6
+ 2021-11-18T01:09:17.567Z info: Connector 'sqlite-connector' started to ready
7
+ 2021-11-18T01:09:17.567Z info: Connector 'postgresql-connector' started to ready
8
+ 2021-11-18T01:09:17.567Z info: Connector 'mqtt-connector' started to ready
9
+ 2021-11-18T01:09:17.567Z info: Connector 'mssql-connector' started to ready
10
+ 2021-11-18T01:09:17.567Z info: Connector 'oracle-connector' started to ready
11
+ 2021-11-18T01:09:17.567Z info: Connector 'socket-server' started to ready
12
+ 2021-11-18T01:09:17.567Z info: echo-back-servers are ready
13
+ 2021-11-18T01:09:17.567Z info: echo-back connections are ready
14
+ 2021-11-18T01:09:17.567Z info: http-connector connections are ready
15
+ 2021-11-18T01:09:17.567Z info: graphql-connector connections are ready
16
+ 2021-11-18T01:09:17.567Z info: sqlite-connector connections are ready
17
+ 2021-11-18T01:09:17.567Z info: postgresql-connector connections are ready
18
+ 2021-11-18T01:09:17.567Z info: mqtt-connector connections are ready
19
+ 2021-11-18T01:09:17.567Z info: mssql-connector connections are ready
20
+ 2021-11-18T01:09:17.567Z info: oracle-connector connections are ready
21
+ 2021-11-18T01:09:17.567Z info: socket servers are ready
22
+ 2021-11-18T01:09:17.567Z info: All connector for 'echo-back-server' ready
23
+ 2021-11-18T01:09:17.567Z info: All connector for 'echo-back' ready
24
+ 2021-11-18T01:09:17.567Z info: All connector for 'http-connector' ready
25
+ 2021-11-18T01:09:17.567Z info: All connector for 'graphql-connector' ready
26
+ 2021-11-18T01:09:17.567Z info: All connector for 'sqlite-connector' ready
27
+ 2021-11-18T01:09:17.568Z info: All connector for 'postgresql-connector' ready
28
+ 2021-11-18T01:09:17.568Z info: All connector for 'mqtt-connector' ready
29
+ 2021-11-18T01:09:17.568Z info: All connector for 'mssql-connector' ready
30
+ 2021-11-18T01:09:17.568Z info: All connector for 'oracle-connector' ready
31
+ 2021-11-18T01:09:17.568Z info: All connector for 'socket-server' ready
32
+ 2021-11-18T01:09:17.568Z info: ConnectionManager initialization done:
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@hatiolab/things-scene",
3
- "version": "3.0.0-beta.0",
3
+ "version": "3.0.0-beta.1",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
7
7
  "jsnext:main": "things-scene.mjs",
8
8
  "browser": "things-scene.mjs",
9
+ "types": "things-scene.d.ts",
9
10
  "directories": {
10
11
  "doc": "docs",
11
12
  "test": "test"
@@ -45,8 +46,8 @@
45
46
  "@babel/register": "^7.8.3",
46
47
  "@rollup/plugin-commonjs": "^17.0.0",
47
48
  "@rollup/plugin-node-resolve": "^11.0.1",
48
- "@things-factory/builder": "^4.0.1",
49
- "@things-factory/operato-board": "^4.0.1",
49
+ "@things-factory/builder": "^4.0.10",
50
+ "@things-factory/operato-board": "^4.0.10",
50
51
  "atob": "^2.1.2",
51
52
  "babel-eslint": "^10.1.0",
52
53
  "babel-jest": "^26.6.3",
@@ -63,6 +64,7 @@
63
64
  "rollup-plugin-terser": "^7.0.2",
64
65
  "should": "^13.2.3",
65
66
  "systemjs": "^6.8.3",
67
+ "typescript": "^4.5.2",
66
68
  "webpack": "^4.41.0",
67
69
  "webpack-cli": "^3.3.0",
68
70
  "webpack-dev-server": "^3.2.1"