@things-factory/reference-app 3.6.14 → 3.6.19

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 ADDED
Binary file
@@ -0,0 +1,19 @@
1
+ {
2
+ "keep": {
3
+ "days": true,
4
+ "amount": 2
5
+ },
6
+ "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
+ "files": [
8
+ {
9
+ "date": 1629295143889,
10
+ "name": "logs/application-2021-08-18-22.log",
11
+ "hash": "1bad95394097ee2edf38665e46869b2e"
12
+ },
13
+ {
14
+ "date": 1629416711881,
15
+ "name": "logs/application-2021-08-20-08.log",
16
+ "hash": "92d3c574847b69c5c92eabf7c88317f6"
17
+ }
18
+ ]
19
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "keep": {
3
+ "days": true,
4
+ "amount": 14
5
+ },
6
+ "auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
7
+ "files": [
8
+ {
9
+ "date": 1629210471348,
10
+ "name": "logs/connections-2021-08-17-23.log",
11
+ "hash": "9aec491e59457a1eaba36b76a370c2d2"
12
+ },
13
+ {
14
+ "date": 1629295148558,
15
+ "name": "logs/connections-2021-08-18-22.log",
16
+ "hash": "7a569a2674bfd9f8f1e8d44a8edb60ed"
17
+ },
18
+ {
19
+ "date": 1629416714652,
20
+ "name": "logs/connections-2021-08-20-08.log",
21
+ "hash": "7b44b58f320c4ddbf386e2b15cebc5db"
22
+ }
23
+ ]
24
+ }
@@ -0,0 +1,4 @@
1
+ 2021-08-18T13:59:06.525Z info: File Storage is Ready.
2
+ 2021-08-18T13:59:10.988Z info: Database connection established
3
+ 2021-08-18T13:59:12.058Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
+ 2021-08-18T13:59:12.058Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,4 @@
1
+ 2021-08-19T23:45:13.630Z info: File Storage is Ready.
2
+ 2021-08-19T23:45:17.384Z info: Database connection established
3
+ 2021-08-19T23:45:18.418Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
+ 2021-08-19T23:45:18.419Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "3.6.14",
3
+ "version": "3.6.19",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -39,43 +39,43 @@
39
39
  "dependencies": {
40
40
  "@hatiolab/things-scene": "^2.7.6",
41
41
  "@material/mwc-checkbox": "^0.22.1",
42
- "@things-factory/api": "^3.6.13",
43
- "@things-factory/apptool-ui": "^3.6.13",
44
- "@things-factory/auth-ui": "^3.6.13",
45
- "@things-factory/board-service": "^3.6.13",
46
- "@things-factory/board-ui": "^3.6.13",
47
- "@things-factory/context-ui": "^3.6.13",
48
- "@things-factory/dashboard": "^3.6.13",
49
- "@things-factory/export-ui": "^3.6.13",
50
- "@things-factory/export-ui-excel": "^3.6.13",
51
- "@things-factory/grist-ui": "^3.6.13",
52
- "@things-factory/help": "^3.6.13",
53
- "@things-factory/i18n-ui": "^3.6.13",
54
- "@things-factory/integration-ui": "^3.6.13",
55
- "@things-factory/lite-menu": "^3.6.13",
56
- "@things-factory/more-ui": "^3.6.13",
57
- "@things-factory/notification": "^3.6.13",
58
- "@things-factory/oauth2-client": "^3.6.13",
59
- "@things-factory/print-ui": "^3.6.13",
60
- "@things-factory/resource-ui": "^3.6.13",
61
- "@things-factory/scene-chartjs": "^3.6.13",
62
- "@things-factory/scene-clock": "^3.6.13",
63
- "@things-factory/scene-form": "^3.6.13",
64
- "@things-factory/scene-gauge": "^3.6.13",
65
- "@things-factory/scene-half-roundrect": "^3.6.13",
66
- "@things-factory/scene-indoor-map": "^3.6.13",
67
- "@things-factory/scene-news-ticker": "^3.6.13",
68
- "@things-factory/scene-progressbar": "^3.6.13",
69
- "@things-factory/scene-random": "^3.6.13",
70
- "@things-factory/scene-switch": "^3.6.13",
71
- "@things-factory/scene-tab": "^3.6.13",
72
- "@things-factory/setting-base": "^3.6.13",
73
- "@things-factory/setting-ui": "^3.6.13",
74
- "@things-factory/shell": "^3.6.13",
75
- "@things-factory/system-ui": "^3.6.13"
42
+ "@things-factory/api": "^3.6.19",
43
+ "@things-factory/apptool-ui": "^3.6.19",
44
+ "@things-factory/auth-ui": "^3.6.19",
45
+ "@things-factory/board-service": "^3.6.19",
46
+ "@things-factory/board-ui": "^3.6.19",
47
+ "@things-factory/context-ui": "^3.6.19",
48
+ "@things-factory/dashboard": "^3.6.19",
49
+ "@things-factory/export-ui": "^3.6.19",
50
+ "@things-factory/export-ui-excel": "^3.6.19",
51
+ "@things-factory/grist-ui": "^3.6.19",
52
+ "@things-factory/help": "^3.6.19",
53
+ "@things-factory/i18n-ui": "^3.6.19",
54
+ "@things-factory/integration-ui": "^3.6.19",
55
+ "@things-factory/lite-menu": "^3.6.19",
56
+ "@things-factory/more-ui": "^3.6.19",
57
+ "@things-factory/notification": "^3.6.19",
58
+ "@things-factory/oauth2-client": "^3.6.19",
59
+ "@things-factory/print-ui": "^3.6.19",
60
+ "@things-factory/resource-ui": "^3.6.19",
61
+ "@things-factory/scene-chartjs": "^3.6.19",
62
+ "@things-factory/scene-clock": "^3.6.19",
63
+ "@things-factory/scene-form": "^3.6.19",
64
+ "@things-factory/scene-gauge": "^3.6.19",
65
+ "@things-factory/scene-half-roundrect": "^3.6.19",
66
+ "@things-factory/scene-indoor-map": "^3.6.19",
67
+ "@things-factory/scene-news-ticker": "^3.6.19",
68
+ "@things-factory/scene-progressbar": "^3.6.19",
69
+ "@things-factory/scene-random": "^3.6.19",
70
+ "@things-factory/scene-switch": "^3.6.19",
71
+ "@things-factory/scene-tab": "^3.6.19",
72
+ "@things-factory/setting-base": "^3.6.19",
73
+ "@things-factory/setting-ui": "^3.6.19",
74
+ "@things-factory/shell": "^3.6.19",
75
+ "@things-factory/system-ui": "^3.6.19"
76
76
  },
77
77
  "devDependencies": {
78
- "@things-factory/builder": "^3.6.13"
78
+ "@things-factory/builder": "^3.6.19"
79
79
  },
80
- "gitHead": "46fbfc6f73944999ad6c14fe627bc075a8d4cbc4"
80
+ "gitHead": "e8a5ade8e7c470c6e51dca428409c405b7cccf3a"
81
81
  }