@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 +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +3 -13
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/application-2021-11-18-10.log +4 -0
- package/logs/connections-2021-11-18-10.log +32 -0
- package/package.json +5 -3
- package/things-scene-ie.js +1 -1
- package/things-scene-min.js +1 -1
- package/things-scene.d.ts +388 -0
- package/things-scene.mjs +1 -1
- package/tsconfig.json +9 -0
- package/logs/application-2021-11-15-11.log +0 -1
- package/logs/application-2021-11-15-16.log +0 -4
- package/logs/application-2021-11-16-09.log +0 -4
package/tsconfig.json
ADDED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2021-11-15T02:49:52.646Z error: ResourceRequest timed out
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
2021-11-15T07:29:36.323Z info: File Storage is Ready.
|
|
2
|
-
2021-11-15T07:29:38.258Z info: Database connection established
|
|
3
|
-
2021-11-15T07:29:39.049Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2021-11-15T07:29:39.050Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
2021-11-16T00:45:59.292Z info: File Storage is Ready.
|
|
2
|
-
2021-11-16T00:46:01.396Z info: Database connection established
|
|
3
|
-
2021-11-16T00:46:02.897Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2021-11-16T00:46:02.897Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|