@things-factory/reference-app 5.0.0-alpha.18 → 5.0.0-alpha.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 CHANGED
Binary file
@@ -9,6 +9,16 @@
9
9
  "date": 1648183269327,
10
10
  "name": "logs/application-2022-03-25-13.log",
11
11
  "hash": "ebb08bc35f257a4d6ee3d59a845ba1d4"
12
+ },
13
+ {
14
+ "date": 1648188274359,
15
+ "name": "logs/application-2022-03-25-15.log",
16
+ "hash": "0b824f727a1d4a71abdcf42c20f6f155"
17
+ },
18
+ {
19
+ "date": 1648193301853,
20
+ "name": "logs/application-2022-03-25-16.log",
21
+ "hash": "794185af785c6318acc40ba6b891c823"
12
22
  }
13
23
  ],
14
24
  "hashType": "md5"
@@ -5,11 +5,6 @@
5
5
  },
6
6
  "auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
7
7
  "files": [
8
- {
9
- "date": 1646973786711,
10
- "name": "logs/connections-2022-03-11-13.log",
11
- "hash": "73519a9d852e4a771bc70717bbdd024a"
12
- },
13
8
  {
14
9
  "date": 1647003324620,
15
10
  "name": "logs/connections-2022-03-11-21.log",
@@ -139,6 +134,16 @@
139
134
  "date": 1648183272297,
140
135
  "name": "logs/connections-2022-03-25-13.log",
141
136
  "hash": "88978d16ade286e19155f5ba64f74efa"
137
+ },
138
+ {
139
+ "date": 1648188277110,
140
+ "name": "logs/connections-2022-03-25-15.log",
141
+ "hash": "373b246f1f51b20a2fa60f3760b3ded0"
142
+ },
143
+ {
144
+ "date": 1648193304538,
145
+ "name": "logs/connections-2022-03-25-16.log",
146
+ "hash": "a453bb253598a610bdb180f36aec41c8"
142
147
  }
143
148
  ],
144
149
  "hashType": "md5"
@@ -0,0 +1,8 @@
1
+ 2022-03-25T06:04:41.126Z info: Database connection established
2
+ 2022-03-25T06:04:42.266Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-25T06:04:42.266Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
4
+ 2022-03-25T06:11:15.919Z error: Unknown type "string". Did you mean "String", "Setting", or "Sorting"?
5
+ 2022-03-25T06:13:11.946Z error: Variable "$id" of type "String" used in position expecting type "String!".
6
+ 2022-03-25T06:26:46.902Z info: Database connection established
7
+ 2022-03-25T06:26:47.923Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
8
+ 2022-03-25T06:26:47.923Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,3 @@
1
+ 2022-03-25T07:28:28.453Z info: Database connection established
2
+ 2022-03-25T07:28:29.625Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-25T07:28:29.627Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
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.18",
3
+ "version": "5.0.0-alpha.19",
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.7.34",
41
41
  "@material/mwc-checkbox": "^0.25.3",
42
- "@operato/data-grist": "1.0.0-alpha.37",
43
- "@operato/ghost-print": "1.0.0-alpha.37",
44
- "@operato/graphql": "1.0.0-alpha.37",
45
- "@operato/help": "1.0.0-alpha.37",
46
- "@operato/i18n": "1.0.0-alpha.37",
47
- "@operato/input": "1.0.0-alpha.37",
48
- "@operato/layout": "1.0.0-alpha.37",
49
- "@operato/ocr": "1.0.0-alpha.37",
50
- "@operato/popup": "1.0.0-alpha.37",
51
- "@operato/pull-to-refresh": "1.0.0-alpha.37",
42
+ "@operato/data-grist": "1.0.0-alpha.38",
43
+ "@operato/ghost-print": "1.0.0-alpha.38",
44
+ "@operato/graphql": "1.0.0-alpha.38",
45
+ "@operato/help": "1.0.0-alpha.38",
46
+ "@operato/i18n": "1.0.0-alpha.38",
47
+ "@operato/input": "1.0.0-alpha.38",
48
+ "@operato/layout": "1.0.0-alpha.38",
49
+ "@operato/ocr": "1.0.0-alpha.38",
50
+ "@operato/popup": "1.0.0-alpha.38",
51
+ "@operato/pull-to-refresh": "1.0.0-alpha.38",
52
52
  "@operato/scene-chartjs": "^1.0.0-alpha.4",
53
53
  "@operato/scene-clock": "^1.0.0-alpha.4",
54
54
  "@operato/scene-gauge": "^1.0.0-alpha.4",
@@ -59,37 +59,37 @@
59
59
  "@operato/scene-random": "^1.0.0-alpha.4",
60
60
  "@operato/scene-switch": "^1.0.0-alpha.4",
61
61
  "@operato/scene-tab": "^1.0.0-alpha.4",
62
- "@operato/shell": "1.0.0-alpha.37",
63
- "@operato/utils": "1.0.0-alpha.37",
64
- "@things-factory/api": "^5.0.0-alpha.18",
65
- "@things-factory/apptool-ui": "^5.0.0-alpha.18",
66
- "@things-factory/auth-ui": "^5.0.0-alpha.18",
67
- "@things-factory/board-service": "^5.0.0-alpha.18",
68
- "@things-factory/board-ui": "^5.0.0-alpha.18",
69
- "@things-factory/ccp": "^5.0.0-alpha.18",
70
- "@things-factory/context-ui": "^5.0.0-alpha.18",
71
- "@things-factory/dashboard": "^5.0.0-alpha.18",
72
- "@things-factory/dataset": "^5.0.0-alpha.18",
73
- "@things-factory/export-ui": "^5.0.0-alpha.18",
74
- "@things-factory/export-ui-excel": "^5.0.0-alpha.18",
75
- "@things-factory/grist-ui": "^5.0.0-alpha.18",
76
- "@things-factory/help": "^5.0.0-alpha.18",
77
- "@things-factory/integration-ui": "^5.0.0-alpha.18",
78
- "@things-factory/lite-menu": "^5.0.0-alpha.18",
79
- "@things-factory/more-ui": "^5.0.0-alpha.18",
80
- "@things-factory/notification": "^5.0.0-alpha.18",
81
- "@things-factory/oauth2-client": "^5.0.0-alpha.18",
82
- "@things-factory/print-ui": "^5.0.0-alpha.18",
83
- "@things-factory/qc": "^5.0.0-alpha.18",
84
- "@things-factory/resource-ui": "^5.0.0-alpha.18",
85
- "@things-factory/scene-form": "^5.0.0-alpha.18",
86
- "@things-factory/setting-base": "^5.0.0-alpha.18",
87
- "@things-factory/setting-ui": "^5.0.0-alpha.18",
88
- "@things-factory/shell": "^5.0.0-alpha.18",
89
- "@things-factory/system-ui": "^5.0.0-alpha.18"
62
+ "@operato/shell": "1.0.0-alpha.38",
63
+ "@operato/utils": "1.0.0-alpha.38",
64
+ "@things-factory/api": "^5.0.0-alpha.19",
65
+ "@things-factory/apptool-ui": "^5.0.0-alpha.19",
66
+ "@things-factory/auth-ui": "^5.0.0-alpha.19",
67
+ "@things-factory/board-service": "^5.0.0-alpha.19",
68
+ "@things-factory/board-ui": "^5.0.0-alpha.19",
69
+ "@things-factory/ccp": "^5.0.0-alpha.19",
70
+ "@things-factory/context-ui": "^5.0.0-alpha.19",
71
+ "@things-factory/dashboard": "^5.0.0-alpha.19",
72
+ "@things-factory/dataset": "^5.0.0-alpha.19",
73
+ "@things-factory/export-ui": "^5.0.0-alpha.19",
74
+ "@things-factory/export-ui-excel": "^5.0.0-alpha.19",
75
+ "@things-factory/grist-ui": "^5.0.0-alpha.19",
76
+ "@things-factory/help": "^5.0.0-alpha.19",
77
+ "@things-factory/integration-ui": "^5.0.0-alpha.19",
78
+ "@things-factory/lite-menu": "^5.0.0-alpha.19",
79
+ "@things-factory/more-ui": "^5.0.0-alpha.19",
80
+ "@things-factory/notification": "^5.0.0-alpha.19",
81
+ "@things-factory/oauth2-client": "^5.0.0-alpha.19",
82
+ "@things-factory/print-ui": "^5.0.0-alpha.19",
83
+ "@things-factory/qc": "^5.0.0-alpha.19",
84
+ "@things-factory/resource-ui": "^5.0.0-alpha.19",
85
+ "@things-factory/scene-form": "^5.0.0-alpha.19",
86
+ "@things-factory/setting-base": "^5.0.0-alpha.19",
87
+ "@things-factory/setting-ui": "^5.0.0-alpha.19",
88
+ "@things-factory/shell": "^5.0.0-alpha.19",
89
+ "@things-factory/system-ui": "^5.0.0-alpha.19"
90
90
  },
91
91
  "devDependencies": {
92
- "@things-factory/builder": "^5.0.0-alpha.18"
92
+ "@things-factory/builder": "^5.0.0-alpha.19"
93
93
  },
94
- "gitHead": "724366d140177b67a583e21d43a4bc6e25ada3e8"
94
+ "gitHead": "2e89b095f6c976bde6f7ecd777dec0f5b900fea3"
95
95
  }