@things-factory/reference-app 5.0.0-alpha.20 → 5.0.0-alpha.21

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
@@ -5,21 +5,6 @@
5
5
  },
6
6
  "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
7
  "files": [
8
- {
9
- "date": 1648188274359,
10
- "name": "logs/application-2022-03-25-15.log",
11
- "hash": "0b824f727a1d4a71abdcf42c20f6f155"
12
- },
13
- {
14
- "date": 1648193301853,
15
- "name": "logs/application-2022-03-25-16.log",
16
- "hash": "794185af785c6318acc40ba6b891c823"
17
- },
18
- {
19
- "date": 1648210540653,
20
- "name": "logs/application-2022-03-25-21.log",
21
- "hash": "7b8d0dbd0ec6731d30bf271c3de46454"
22
- },
23
8
  {
24
9
  "date": 1648224929020,
25
10
  "name": "logs/application-2022-03-26-01.log",
@@ -44,6 +29,16 @@
44
29
  "date": 1648360476486,
45
30
  "name": "logs/application-2022-03-27-14.log",
46
31
  "hash": "2fa01cad9a78ad275d015d91f5d6ce79"
32
+ },
33
+ {
34
+ "date": 1648388025971,
35
+ "name": "logs/application-2022-03-27-22.log",
36
+ "hash": "e3c1b6eee91f71e741d6e8caa0553014"
37
+ },
38
+ {
39
+ "date": 1648389628363,
40
+ "name": "logs/application-2022-03-27-23.log",
41
+ "hash": "7a80642f6def0b8be8054a191fd53ca0"
47
42
  }
48
43
  ],
49
44
  "hashType": "md5"
@@ -154,6 +154,16 @@
154
154
  "date": 1648360479170,
155
155
  "name": "logs/connections-2022-03-27-14.log",
156
156
  "hash": "10fa09b2cac34ce0ccfbde2d35b2aa3e"
157
+ },
158
+ {
159
+ "date": 1648388028711,
160
+ "name": "logs/connections-2022-03-27-22.log",
161
+ "hash": "062c4bffdfd0b99be08e854355461a89"
162
+ },
163
+ {
164
+ "date": 1648391033500,
165
+ "name": "logs/connections-2022-03-27-23.log",
166
+ "hash": "6cfff511a15cac8cae37a7c6217b4b51"
157
167
  }
158
168
  ],
159
169
  "hashType": "md5"
@@ -0,0 +1,6 @@
1
+ 2022-03-27T13:33:52.841Z info: Database connection established
2
+ 2022-03-27T13:33:53.959Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-27T13:33:53.959Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
4
+ 2022-03-27T13:53:18.657Z info: Database connection established
5
+ 2022-03-27T13:53:19.883Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
+ 2022-03-27T13:53:19.883Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,6 @@
1
+ 2022-03-27T14:00:28.360Z error: Variable "$filters" got invalid value { name: "useCase", value: "CCP" } at "filters[0]"; Field "operator" of required type "String!" was not provided.
2
+ 2022-03-27T14:01:03.802Z error: Variable "$filters" got invalid value { name: "useCase", value: "QC" } at "filters[0]"; Field "operator" of required type "String!" was not provided.
3
+ 2022-03-27T14:15:22.498Z error: SQLITE_CONSTRAINT: UNIQUE constraint failed: data_sets.domain_id, data_sets.name
4
+ 2022-03-27T14:23:57.488Z info: Database connection established
5
+ 2022-03-27T14:23:58.612Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
+ 2022-03-27T14:23:58.612Z 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.20",
3
+ "version": "5.0.0-alpha.21",
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.41",
43
- "@operato/ghost-print": "1.0.0-alpha.41",
44
- "@operato/graphql": "1.0.0-alpha.41",
45
- "@operato/help": "1.0.0-alpha.41",
46
- "@operato/i18n": "1.0.0-alpha.41",
47
- "@operato/input": "1.0.0-alpha.41",
48
- "@operato/layout": "1.0.0-alpha.41",
49
- "@operato/ocr": "1.0.0-alpha.41",
50
- "@operato/popup": "1.0.0-alpha.41",
51
- "@operato/pull-to-refresh": "1.0.0-alpha.41",
42
+ "@operato/data-grist": "1.0.0-alpha.43",
43
+ "@operato/ghost-print": "1.0.0-alpha.43",
44
+ "@operato/graphql": "1.0.0-alpha.43",
45
+ "@operato/help": "1.0.0-alpha.43",
46
+ "@operato/i18n": "1.0.0-alpha.43",
47
+ "@operato/input": "1.0.0-alpha.43",
48
+ "@operato/layout": "1.0.0-alpha.43",
49
+ "@operato/ocr": "1.0.0-alpha.43",
50
+ "@operato/popup": "1.0.0-alpha.43",
51
+ "@operato/pull-to-refresh": "1.0.0-alpha.43",
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.41",
63
- "@operato/utils": "1.0.0-alpha.41",
64
- "@things-factory/api": "^5.0.0-alpha.20",
65
- "@things-factory/apptool-ui": "^5.0.0-alpha.20",
66
- "@things-factory/auth-ui": "^5.0.0-alpha.20",
67
- "@things-factory/board-service": "^5.0.0-alpha.20",
68
- "@things-factory/board-ui": "^5.0.0-alpha.20",
69
- "@things-factory/ccp": "^5.0.0-alpha.20",
70
- "@things-factory/context-ui": "^5.0.0-alpha.20",
71
- "@things-factory/dashboard": "^5.0.0-alpha.20",
72
- "@things-factory/dataset": "^5.0.0-alpha.20",
73
- "@things-factory/export-ui": "^5.0.0-alpha.20",
74
- "@things-factory/export-ui-excel": "^5.0.0-alpha.20",
75
- "@things-factory/grist-ui": "^5.0.0-alpha.20",
76
- "@things-factory/help": "^5.0.0-alpha.20",
77
- "@things-factory/integration-ui": "^5.0.0-alpha.20",
78
- "@things-factory/lite-menu": "^5.0.0-alpha.20",
79
- "@things-factory/more-ui": "^5.0.0-alpha.20",
80
- "@things-factory/notification": "^5.0.0-alpha.20",
81
- "@things-factory/oauth2-client": "^5.0.0-alpha.20",
82
- "@things-factory/print-ui": "^5.0.0-alpha.20",
83
- "@things-factory/qc": "^5.0.0-alpha.20",
84
- "@things-factory/resource-ui": "^5.0.0-alpha.20",
85
- "@things-factory/scene-form": "^5.0.0-alpha.20",
86
- "@things-factory/setting-base": "^5.0.0-alpha.20",
87
- "@things-factory/setting-ui": "^5.0.0-alpha.20",
88
- "@things-factory/shell": "^5.0.0-alpha.20",
89
- "@things-factory/system-ui": "^5.0.0-alpha.20"
62
+ "@operato/shell": "1.0.0-alpha.43",
63
+ "@operato/utils": "1.0.0-alpha.43",
64
+ "@things-factory/api": "^5.0.0-alpha.21",
65
+ "@things-factory/apptool-ui": "^5.0.0-alpha.21",
66
+ "@things-factory/auth-ui": "^5.0.0-alpha.21",
67
+ "@things-factory/board-service": "^5.0.0-alpha.21",
68
+ "@things-factory/board-ui": "^5.0.0-alpha.21",
69
+ "@things-factory/ccp": "^5.0.0-alpha.21",
70
+ "@things-factory/context-ui": "^5.0.0-alpha.21",
71
+ "@things-factory/dashboard": "^5.0.0-alpha.21",
72
+ "@things-factory/dataset": "^5.0.0-alpha.21",
73
+ "@things-factory/export-ui": "^5.0.0-alpha.21",
74
+ "@things-factory/export-ui-excel": "^5.0.0-alpha.21",
75
+ "@things-factory/grist-ui": "^5.0.0-alpha.21",
76
+ "@things-factory/help": "^5.0.0-alpha.21",
77
+ "@things-factory/integration-ui": "^5.0.0-alpha.21",
78
+ "@things-factory/lite-menu": "^5.0.0-alpha.21",
79
+ "@things-factory/more-ui": "^5.0.0-alpha.21",
80
+ "@things-factory/notification": "^5.0.0-alpha.21",
81
+ "@things-factory/oauth2-client": "^5.0.0-alpha.21",
82
+ "@things-factory/print-ui": "^5.0.0-alpha.21",
83
+ "@things-factory/qc": "^5.0.0-alpha.21",
84
+ "@things-factory/resource-ui": "^5.0.0-alpha.21",
85
+ "@things-factory/scene-form": "^5.0.0-alpha.21",
86
+ "@things-factory/setting-base": "^5.0.0-alpha.21",
87
+ "@things-factory/setting-ui": "^5.0.0-alpha.21",
88
+ "@things-factory/shell": "^5.0.0-alpha.21",
89
+ "@things-factory/system-ui": "^5.0.0-alpha.21"
90
90
  },
91
91
  "devDependencies": {
92
- "@things-factory/builder": "^5.0.0-alpha.20"
92
+ "@things-factory/builder": "^5.0.0-alpha.21"
93
93
  },
94
- "gitHead": "47487b293458170f7eeb97612dfa8bbb750f092f"
94
+ "gitHead": "4bce1f9b142a4a1d1c786a67415401c96c44eb89"
95
95
  }
@@ -1,8 +0,0 @@
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
@@ -1,3 +0,0 @@
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
@@ -1,3 +0,0 @@
1
- 2022-03-25T12:15:47.718Z info: Database connection established
2
- 2022-03-25T12:15:48.774Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
- 2022-03-25T12:15:48.774Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions