@things-factory/operato-dataset 8.0.0-beta.2 → 8.0.0-beta.5

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.
Files changed (2) hide show
  1. package/.dockerignore +24 -6
  2. package/package.json +40 -40
package/.dockerignore CHANGED
@@ -1,13 +1,31 @@
1
- node_modules
2
- installer
3
- Dockerfile
4
- logs
1
+ node_modules/
2
+ client/
3
+ server/
4
+ dist-client/
5
+ installer/
6
+ attachments/
7
+ cache/
8
+ logs/
9
+ Dockerfile*
5
10
  docker-compose.yml
6
11
  db.sqlite
7
12
  db*.sqlite
8
13
  license.json
9
- attachments
10
14
  config.development.js
11
15
  config.production.js
12
16
  !config/config.development.js
13
- !config/config.production.js
17
+ !config/config.production.js
18
+ \_index.html
19
+
20
+ npm-debug.log
21
+ yarn-error.log
22
+
23
+ .env
24
+ .env.local
25
+ .env.production
26
+ .git/
27
+ .gitignore
28
+ .dockerignore
29
+ .vscode/
30
+ .idea/
31
+ .DS_Store
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "8.0.0-beta.2",
3
+ "version": "8.0.0-beta.5",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -61,46 +61,46 @@
61
61
  "@operato/scene-table": "^8.0.0-beta",
62
62
  "@operato/scene-timer": "^8.0.0-beta",
63
63
  "@operato/shell": "^8.0.0-beta",
64
- "@things-factory/api": "^8.0.0-beta.2",
65
- "@things-factory/apptool-base": "^8.0.0-beta.2",
66
- "@things-factory/apptool-ui": "^8.0.0-beta.2",
67
- "@things-factory/auth-base": "^8.0.0-beta.2",
68
- "@things-factory/auth-ui": "^8.0.0-beta.2",
69
- "@things-factory/board-service": "^8.0.0-beta.2",
70
- "@things-factory/board-ui": "^8.0.0-beta.2",
71
- "@things-factory/ccp": "^8.0.0-beta.2",
72
- "@things-factory/context-ui": "^8.0.0-beta.2",
73
- "@things-factory/dashboard": "^8.0.0-beta.2",
74
- "@things-factory/dataset": "^8.0.0-beta.2",
75
- "@things-factory/edge-client": "^8.0.0-beta.2",
76
- "@things-factory/evaluation": "^8.0.0-beta.2",
77
- "@things-factory/export-ui": "^8.0.0-beta.2",
78
- "@things-factory/help": "^8.0.0-beta.2",
79
- "@things-factory/i18n-base": "^8.0.0-beta.2",
80
- "@things-factory/integration-base": "^8.0.0-beta.2",
81
- "@things-factory/integration-influxdb": "^8.0.0-beta.2",
82
- "@things-factory/integration-msgraph": "^8.0.0-beta.2",
83
- "@things-factory/integration-ui": "^8.0.0-beta.2",
84
- "@things-factory/lite-menu": "^8.0.0-beta.2",
85
- "@things-factory/lock-client": "^8.0.0-beta.2",
86
- "@things-factory/more-base": "^8.0.0-beta.2",
87
- "@things-factory/more-ui": "^8.0.0-beta.2",
88
- "@things-factory/notification": "^8.0.0-beta.2",
89
- "@things-factory/oauth2-client": "^8.0.0-beta.2",
90
- "@things-factory/organization": "^8.0.0-beta.2",
91
- "@things-factory/qc": "^8.0.0-beta.2",
92
- "@things-factory/resource-ui": "^8.0.0-beta.2",
93
- "@things-factory/scheduler": "^8.0.0-beta.2",
94
- "@things-factory/setting-base": "^8.0.0-beta.2",
95
- "@things-factory/setting-ui": "^8.0.0-beta.2",
96
- "@things-factory/shell": "^8.0.0-beta.2",
97
- "@things-factory/spc": "^8.0.0-beta.2",
98
- "@things-factory/system": "^8.0.0-beta.2",
99
- "@things-factory/work-shift": "^8.0.0-beta.2",
100
- "@things-factory/worklist": "^8.0.0-beta.2"
64
+ "@things-factory/api": "^8.0.0-beta.5",
65
+ "@things-factory/apptool-base": "^8.0.0-beta.5",
66
+ "@things-factory/apptool-ui": "^8.0.0-beta.5",
67
+ "@things-factory/auth-base": "^8.0.0-beta.5",
68
+ "@things-factory/auth-ui": "^8.0.0-beta.5",
69
+ "@things-factory/board-service": "^8.0.0-beta.5",
70
+ "@things-factory/board-ui": "^8.0.0-beta.5",
71
+ "@things-factory/ccp": "^8.0.0-beta.5",
72
+ "@things-factory/context-ui": "^8.0.0-beta.5",
73
+ "@things-factory/dashboard": "^8.0.0-beta.5",
74
+ "@things-factory/dataset": "^8.0.0-beta.5",
75
+ "@things-factory/edge-client": "^8.0.0-beta.5",
76
+ "@things-factory/evaluation": "^8.0.0-beta.5",
77
+ "@things-factory/export-ui": "^8.0.0-beta.5",
78
+ "@things-factory/help": "^8.0.0-beta.5",
79
+ "@things-factory/i18n-base": "^8.0.0-beta.5",
80
+ "@things-factory/integration-base": "^8.0.0-beta.5",
81
+ "@things-factory/integration-influxdb": "^8.0.0-beta.5",
82
+ "@things-factory/integration-msgraph": "^8.0.0-beta.5",
83
+ "@things-factory/integration-ui": "^8.0.0-beta.5",
84
+ "@things-factory/lite-menu": "^8.0.0-beta.5",
85
+ "@things-factory/lock-client": "^8.0.0-beta.5",
86
+ "@things-factory/more-base": "^8.0.0-beta.5",
87
+ "@things-factory/more-ui": "^8.0.0-beta.5",
88
+ "@things-factory/notification": "^8.0.0-beta.5",
89
+ "@things-factory/oauth2-client": "^8.0.0-beta.5",
90
+ "@things-factory/organization": "^8.0.0-beta.5",
91
+ "@things-factory/qc": "^8.0.0-beta.5",
92
+ "@things-factory/resource-ui": "^8.0.0-beta.5",
93
+ "@things-factory/scheduler": "^8.0.0-beta.5",
94
+ "@things-factory/setting-base": "^8.0.0-beta.5",
95
+ "@things-factory/setting-ui": "^8.0.0-beta.5",
96
+ "@things-factory/shell": "^8.0.0-beta.5",
97
+ "@things-factory/spc": "^8.0.0-beta.5",
98
+ "@things-factory/system": "^8.0.0-beta.5",
99
+ "@things-factory/work-shift": "^8.0.0-beta.5",
100
+ "@things-factory/worklist": "^8.0.0-beta.5"
101
101
  },
102
102
  "devDependencies": {
103
- "@things-factory/builder": "^8.0.0-beta.2"
103
+ "@things-factory/builder": "^8.0.0-beta.4"
104
104
  },
105
- "gitHead": "f03431a09435511b2595515658f9cb8f78ba4ebb"
105
+ "gitHead": "9b8ca958169b0b0ceac8f355c4480c4536b6a821"
106
106
  }