@things-factory/reference-app 5.0.0-alpha.34 → 5.0.0-alpha.35

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
@@ -24,6 +24,16 @@
24
24
  "date": 1649747641798,
25
25
  "name": "logs/application-2022-04-12-16.log",
26
26
  "hash": "27d26ffc1198ca2fb334cf5fb7809646"
27
+ },
28
+ {
29
+ "date": 1649756499774,
30
+ "name": "logs/application-2022-04-12-18.log",
31
+ "hash": "131bb504b465a17ed1b3b8e8e88bc59a"
32
+ },
33
+ {
34
+ "date": 1649762451709,
35
+ "name": "logs/application-2022-04-12-20.log",
36
+ "hash": "c70554177e9c53796115dfcee2b7d52a"
27
37
  }
28
38
  ],
29
39
  "hashType": "md5"
@@ -64,6 +64,16 @@
64
64
  "date": 1649747643098,
65
65
  "name": "logs/connections-2022-04-12-16.log",
66
66
  "hash": "4c2848b94ef3ba21490c63612d01f1f8"
67
+ },
68
+ {
69
+ "date": 1649756501000,
70
+ "name": "logs/connections-2022-04-12-18.log",
71
+ "hash": "af4d6661f11b4eba533998501cda01e1"
72
+ },
73
+ {
74
+ "date": 1649762453242,
75
+ "name": "logs/connections-2022-04-12-20.log",
76
+ "hash": "4ec8c6ad8a409cc491c4968258dbbcd1"
67
77
  }
68
78
  ],
69
79
  "hashType": "md5"
@@ -0,0 +1,3 @@
1
+ 2022-04-12T09:41:43.050Z info: Database connection established
2
+ 2022-04-12T09:41:44.259Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-04-12T09:41:44.260Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,3 @@
1
+ 2022-04-12T11:20:55.600Z info: Database connection established
2
+ 2022-04-12T11:20:56.584Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-04-12T11:20:56.586Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
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": "5.0.0-alpha.34",
3
+ "version": "5.0.0-alpha.35",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -39,16 +39,16 @@
39
39
  "dependencies": {
40
40
  "@hatiolab/things-scene": "^2.8.1",
41
41
  "@material/mwc-checkbox": "^0.25.3",
42
- "@operato/data-grist": "1.0.0-beta.2",
43
- "@operato/ghost-print": "1.0.0-beta.2",
44
- "@operato/graphql": "1.0.0-beta.2",
45
- "@operato/help": "1.0.0-beta.2",
46
- "@operato/i18n": "1.0.0-beta.2",
47
- "@operato/input": "1.0.0-beta.2",
48
- "@operato/layout": "1.0.0-beta.2",
49
- "@operato/ocr": "1.0.0-beta.2",
50
- "@operato/popup": "1.0.0-beta.2",
51
- "@operato/pull-to-refresh": "1.0.0-beta.2",
42
+ "@operato/data-grist": "1.0.0-beta.3",
43
+ "@operato/ghost-print": "1.0.0-beta.3",
44
+ "@operato/graphql": "1.0.0-beta.3",
45
+ "@operato/help": "1.0.0-beta.3",
46
+ "@operato/i18n": "1.0.0-beta.3",
47
+ "@operato/input": "1.0.0-beta.3",
48
+ "@operato/layout": "1.0.0-beta.3",
49
+ "@operato/ocr": "1.0.0-beta.3",
50
+ "@operato/popup": "1.0.0-beta.3",
51
+ "@operato/pull-to-refresh": "1.0.0-beta.3",
52
52
  "@operato/scene-chartjs": "^1.0.0-alpha.10",
53
53
  "@operato/scene-clock": "^1.0.0-alpha.10",
54
54
  "@operato/scene-form": "^1.0.0-alpha.10",
@@ -60,37 +60,37 @@
60
60
  "@operato/scene-random": "^1.0.0-alpha.10",
61
61
  "@operato/scene-switch": "^1.0.0-alpha.10",
62
62
  "@operato/scene-tab": "^1.0.0-alpha.10",
63
- "@operato/shell": "1.0.0-beta.2",
64
- "@operato/utils": "1.0.0-beta.2",
65
- "@things-factory/api": "^5.0.0-alpha.34",
66
- "@things-factory/apptool-ui": "^5.0.0-alpha.34",
67
- "@things-factory/auth-ui": "^5.0.0-alpha.34",
68
- "@things-factory/board-service": "^5.0.0-alpha.34",
69
- "@things-factory/board-ui": "^5.0.0-alpha.34",
70
- "@things-factory/ccp": "^5.0.0-alpha.34",
71
- "@things-factory/context-ui": "^5.0.0-alpha.34",
72
- "@things-factory/dashboard": "^5.0.0-alpha.34",
73
- "@things-factory/dataset": "^5.0.0-alpha.34",
74
- "@things-factory/export-ui": "^5.0.0-alpha.34",
75
- "@things-factory/export-ui-excel": "^5.0.0-alpha.34",
76
- "@things-factory/grist-ui": "^5.0.0-alpha.34",
77
- "@things-factory/help": "^5.0.0-alpha.34",
78
- "@things-factory/integration-ui": "^5.0.0-alpha.34",
79
- "@things-factory/lite-menu": "^5.0.0-alpha.34",
80
- "@things-factory/more-ui": "^5.0.0-alpha.34",
81
- "@things-factory/notification": "^5.0.0-alpha.34",
82
- "@things-factory/oauth2-client": "^5.0.0-alpha.34",
83
- "@things-factory/print-ui": "^5.0.0-alpha.34",
84
- "@things-factory/qc": "^5.0.0-alpha.34",
85
- "@things-factory/resource-ui": "^5.0.0-alpha.34",
86
- "@things-factory/setting-base": "^5.0.0-alpha.34",
87
- "@things-factory/setting-ui": "^5.0.0-alpha.34",
88
- "@things-factory/shell": "^5.0.0-alpha.34",
89
- "@things-factory/system-ui": "^5.0.0-alpha.34",
90
- "@things-factory/work-shift": "^5.0.0-alpha.34"
63
+ "@operato/shell": "1.0.0-beta.3",
64
+ "@operato/utils": "1.0.0-beta.3",
65
+ "@things-factory/api": "^5.0.0-alpha.35",
66
+ "@things-factory/apptool-ui": "^5.0.0-alpha.35",
67
+ "@things-factory/auth-ui": "^5.0.0-alpha.35",
68
+ "@things-factory/board-service": "^5.0.0-alpha.35",
69
+ "@things-factory/board-ui": "^5.0.0-alpha.35",
70
+ "@things-factory/ccp": "^5.0.0-alpha.35",
71
+ "@things-factory/context-ui": "^5.0.0-alpha.35",
72
+ "@things-factory/dashboard": "^5.0.0-alpha.35",
73
+ "@things-factory/dataset": "^5.0.0-alpha.35",
74
+ "@things-factory/export-ui": "^5.0.0-alpha.35",
75
+ "@things-factory/export-ui-excel": "^5.0.0-alpha.35",
76
+ "@things-factory/grist-ui": "^5.0.0-alpha.35",
77
+ "@things-factory/help": "^5.0.0-alpha.35",
78
+ "@things-factory/integration-ui": "^5.0.0-alpha.35",
79
+ "@things-factory/lite-menu": "^5.0.0-alpha.35",
80
+ "@things-factory/more-ui": "^5.0.0-alpha.35",
81
+ "@things-factory/notification": "^5.0.0-alpha.35",
82
+ "@things-factory/oauth2-client": "^5.0.0-alpha.35",
83
+ "@things-factory/print-ui": "^5.0.0-alpha.35",
84
+ "@things-factory/qc": "^5.0.0-alpha.35",
85
+ "@things-factory/resource-ui": "^5.0.0-alpha.35",
86
+ "@things-factory/setting-base": "^5.0.0-alpha.35",
87
+ "@things-factory/setting-ui": "^5.0.0-alpha.35",
88
+ "@things-factory/shell": "^5.0.0-alpha.35",
89
+ "@things-factory/system-ui": "^5.0.0-alpha.35",
90
+ "@things-factory/work-shift": "^5.0.0-alpha.35"
91
91
  },
92
92
  "devDependencies": {
93
- "@things-factory/builder": "^5.0.0-alpha.34"
93
+ "@things-factory/builder": "^5.0.0-alpha.35"
94
94
  },
95
- "gitHead": "746cbf6ef3238389fbd049565c1f860cd79b51c2"
95
+ "gitHead": "f7a5e1b282eaf2e9ae5c9f8e34c1eca9203c482f"
96
96
  }