@hatiolab/things-scene 2.7.22 → 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 +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +3 -8
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +28 -3
- package/logs/application-2021-11-18-10.log +4 -0
- package/logs/connections-2021-11-08-12.log +0 -0
- package/logs/connections-2021-11-08-14.log +32 -0
- package/logs/connections-2021-11-11-16.log +64 -0
- package/logs/connections-2021-11-15-16.log +32 -0
- package/logs/connections-2021-11-16-09.log +32 -0
- package/logs/connections-2021-11-18-10.log +32 -0
- package/package.json +1 -1
- package/things-scene-ie.js +1 -1
- package/things-scene-min.js +1 -1
- package/things-scene.d.ts +24 -3
- package/things-scene.mjs +1 -1
- package/logs/application-2021-11-30-22.log +0 -4
- package/logs/application-2021-11-30-23.log +0 -1
- package/logs/connections-2021-11-30-22.log +0 -32
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
2021-11-30T13:50:03.380Z info: File Storage is Ready.
|
|
2
|
-
2021-11-30T13:50:07.609Z info: Database connection established
|
|
3
|
-
2021-11-30T13:50:08.819Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2021-11-30T13:50:08.821Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2021-11-30T14:52:50.278Z error: Cannot read property 'model' of undefined
|
|
@@ -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:
|