@things-factory/operato-dataset 9.0.0-beta.68 → 9.0.0-beta.69
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/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-dataset",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.69",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -67,41 +67,41 @@
|
|
|
67
67
|
"@things-factory/apptool-ui": "^9.0.0-beta.65",
|
|
68
68
|
"@things-factory/auth-base": "^9.0.0-beta.65",
|
|
69
69
|
"@things-factory/auth-ui": "^9.0.0-beta.65",
|
|
70
|
-
"@things-factory/board-service": "^9.0.0-beta.
|
|
70
|
+
"@things-factory/board-service": "^9.0.0-beta.69",
|
|
71
71
|
"@things-factory/board-ui": "^9.0.0-beta.67",
|
|
72
|
-
"@things-factory/ccp": "^9.0.0-beta.
|
|
72
|
+
"@things-factory/ccp": "^9.0.0-beta.69",
|
|
73
73
|
"@things-factory/context-ui": "^9.0.0-beta.65",
|
|
74
|
-
"@things-factory/dashboard": "^9.0.0-beta.
|
|
75
|
-
"@things-factory/dataset": "^9.0.0-beta.
|
|
76
|
-
"@things-factory/edge-client": "^9.0.0-beta.
|
|
74
|
+
"@things-factory/dashboard": "^9.0.0-beta.69",
|
|
75
|
+
"@things-factory/dataset": "^9.0.0-beta.69",
|
|
76
|
+
"@things-factory/edge-client": "^9.0.0-beta.69",
|
|
77
77
|
"@things-factory/evaluation": "^9.0.0-beta.65",
|
|
78
78
|
"@things-factory/export-ui": "^9.0.0-beta.65",
|
|
79
79
|
"@things-factory/help": "^9.0.0-beta.65",
|
|
80
80
|
"@things-factory/i18n-base": "^9.0.0-beta.65",
|
|
81
|
-
"@things-factory/integration-base": "^9.0.0-beta.
|
|
82
|
-
"@things-factory/integration-influxdb": "^9.0.0-beta.
|
|
83
|
-
"@things-factory/integration-msgraph": "^9.0.0-beta.
|
|
84
|
-
"@things-factory/integration-ui": "^9.0.0-beta.
|
|
85
|
-
"@things-factory/lite-menu": "^9.0.0-beta.
|
|
81
|
+
"@things-factory/integration-base": "^9.0.0-beta.69",
|
|
82
|
+
"@things-factory/integration-influxdb": "^9.0.0-beta.69",
|
|
83
|
+
"@things-factory/integration-msgraph": "^9.0.0-beta.69",
|
|
84
|
+
"@things-factory/integration-ui": "^9.0.0-beta.69",
|
|
85
|
+
"@things-factory/lite-menu": "^9.0.0-beta.69",
|
|
86
86
|
"@things-factory/lock-client": "^9.0.0-beta.65",
|
|
87
87
|
"@things-factory/more-base": "^9.0.0-beta.65",
|
|
88
88
|
"@things-factory/more-ui": "^9.0.0-beta.65",
|
|
89
89
|
"@things-factory/notification": "^9.0.0-beta.65",
|
|
90
90
|
"@things-factory/oauth2-client": "^9.0.0-beta.65",
|
|
91
91
|
"@things-factory/organization": "^9.0.0-beta.65",
|
|
92
|
-
"@things-factory/qc": "^9.0.0-beta.
|
|
92
|
+
"@things-factory/qc": "^9.0.0-beta.69",
|
|
93
93
|
"@things-factory/resource-ui": "^9.0.0-beta.65",
|
|
94
94
|
"@things-factory/scheduler": "^9.0.0-beta.65",
|
|
95
95
|
"@things-factory/setting-base": "^9.0.0-beta.65",
|
|
96
96
|
"@things-factory/setting-ui": "^9.0.0-beta.65",
|
|
97
97
|
"@things-factory/shell": "^9.0.0-beta.65",
|
|
98
|
-
"@things-factory/spc": "^9.0.0-beta.
|
|
98
|
+
"@things-factory/spc": "^9.0.0-beta.69",
|
|
99
99
|
"@things-factory/system": "^9.0.0-beta.65",
|
|
100
100
|
"@things-factory/work-shift": "^9.0.0-beta.65",
|
|
101
|
-
"@things-factory/worklist": "^9.0.0-beta.
|
|
101
|
+
"@things-factory/worklist": "^9.0.0-beta.69"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@things-factory/builder": "^9.0.0-beta.64"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "c1d8a3e7123a395cc2520af136c9d7231fdb66e4"
|
|
107
107
|
}
|