@hatiolab/things-scene 2.7.27 → 2.7.31
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 +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +8 -3
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +10 -5
- package/logs/application-2021-12-17-00.log +12 -0
- package/logs/application-2021-12-17-01.log +8 -0
- package/logs/connections-2021-12-17-00.log +96 -0
- package/logs/connections-2021-12-17-01.log +64 -0
- package/package.json +3 -3
- package/things-scene-ie.js +1 -1
- package/things-scene-min.js +1 -1
- package/things-scene.d.ts +5 -2
- package/things-scene.mjs +1 -1
- package/logs/application-2021-12-11-15.log +0 -6
- package/logs/connections-2021-11-30-22.log +0 -32
|
@@ -1,6 +0,0 @@
|
|
|
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.
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
2021-11-30T13:50:08.942Z info: Initializing ConnectionManager...
|
|
2
|
-
2021-11-30T13:50:08.958Z info: Connector 'echo-back-server' started to ready
|
|
3
|
-
2021-11-30T13:50:08.958Z info: Connector 'echo-back' started to ready
|
|
4
|
-
2021-11-30T13:50:08.958Z info: Connector 'http-connector' started to ready
|
|
5
|
-
2021-11-30T13:50:08.958Z info: Connector 'graphql-connector' started to ready
|
|
6
|
-
2021-11-30T13:50:08.959Z info: Connector 'sqlite-connector' started to ready
|
|
7
|
-
2021-11-30T13:50:08.959Z info: Connector 'postgresql-connector' started to ready
|
|
8
|
-
2021-11-30T13:50:08.959Z info: Connector 'mqtt-connector' started to ready
|
|
9
|
-
2021-11-30T13:50:08.959Z info: Connector 'mssql-connector' started to ready
|
|
10
|
-
2021-11-30T13:50:08.960Z info: Connector 'oracle-connector' started to ready
|
|
11
|
-
2021-11-30T13:50:08.960Z info: Connector 'socket-server' started to ready
|
|
12
|
-
2021-11-30T13:50:08.960Z info: echo-back-servers are ready
|
|
13
|
-
2021-11-30T13:50:08.960Z info: echo-back connections are ready
|
|
14
|
-
2021-11-30T13:50:08.960Z info: http-connector connections are ready
|
|
15
|
-
2021-11-30T13:50:08.961Z info: graphql-connector connections are ready
|
|
16
|
-
2021-11-30T13:50:08.961Z info: sqlite-connector connections are ready
|
|
17
|
-
2021-11-30T13:50:08.961Z info: postgresql-connector connections are ready
|
|
18
|
-
2021-11-30T13:50:08.961Z info: mqtt-connector connections are ready
|
|
19
|
-
2021-11-30T13:50:08.961Z info: mssql-connector connections are ready
|
|
20
|
-
2021-11-30T13:50:08.961Z info: oracle-connector connections are ready
|
|
21
|
-
2021-11-30T13:50:08.961Z info: socket servers are ready
|
|
22
|
-
2021-11-30T13:50:08.961Z info: All connector for 'echo-back-server' ready
|
|
23
|
-
2021-11-30T13:50:08.961Z info: All connector for 'echo-back' ready
|
|
24
|
-
2021-11-30T13:50:08.962Z info: All connector for 'http-connector' ready
|
|
25
|
-
2021-11-30T13:50:08.962Z info: All connector for 'graphql-connector' ready
|
|
26
|
-
2021-11-30T13:50:08.962Z info: All connector for 'sqlite-connector' ready
|
|
27
|
-
2021-11-30T13:50:08.962Z info: All connector for 'postgresql-connector' ready
|
|
28
|
-
2021-11-30T13:50:08.962Z info: All connector for 'mqtt-connector' ready
|
|
29
|
-
2021-11-30T13:50:08.962Z info: All connector for 'mssql-connector' ready
|
|
30
|
-
2021-11-30T13:50:08.962Z info: All connector for 'oracle-connector' ready
|
|
31
|
-
2021-11-30T13:50:08.962Z info: All connector for 'socket-server' ready
|
|
32
|
-
2021-11-30T13:50:08.962Z info: ConnectionManager initialization done:
|