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