@things-factory/operato-ecs 8.0.37 → 8.0.38
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 +31 -31
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "8.0.
|
3
|
+
"version": "8.0.38",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -77,38 +77,38 @@
|
|
77
77
|
"@operato/scene-visualizer": "^8.0.0",
|
78
78
|
"@operato/scene-wellstek-gantt": "^8.0.0",
|
79
79
|
"@operato/scene-wheel-sorter": "^8.0.0",
|
80
|
-
"@things-factory/api": "^8.0.
|
81
|
-
"@things-factory/apptool-ui": "^8.0.
|
82
|
-
"@things-factory/auth-ui": "^8.0.
|
83
|
-
"@things-factory/board-service": "^8.0.
|
84
|
-
"@things-factory/board-ui": "^8.0.
|
85
|
-
"@things-factory/context-ui": "^8.0.
|
86
|
-
"@things-factory/dashboard": "^8.0.
|
87
|
-
"@things-factory/evaluation": "^8.0.
|
88
|
-
"@things-factory/export-ui": "^8.0.
|
89
|
-
"@things-factory/help": "^8.0.
|
90
|
-
"@things-factory/i18n-base": "^8.0.
|
91
|
-
"@things-factory/integration-email": "^8.0.
|
92
|
-
"@things-factory/integration-headless": "^8.0.
|
93
|
-
"@things-factory/integration-influxdb": "^8.0.
|
94
|
-
"@things-factory/integration-melsec": "^8.0.
|
95
|
-
"@things-factory/integration-modbus": "^8.0.
|
96
|
-
"@things-factory/integration-opc": "^8.0.
|
97
|
-
"@things-factory/integration-ui": "^8.0.
|
98
|
-
"@things-factory/lite-menu": "^8.0.
|
99
|
-
"@things-factory/more-ui": "^8.0.
|
100
|
-
"@things-factory/notification": "^8.0.
|
101
|
-
"@things-factory/oauth2-client": "^8.0.
|
102
|
-
"@things-factory/print-ui": "^8.0.
|
103
|
-
"@things-factory/resource-ui": "^8.0.
|
104
|
-
"@things-factory/scheduler": "^8.0.
|
105
|
-
"@things-factory/setting-base": "^8.0.
|
106
|
-
"@things-factory/setting-ui": "^8.0.
|
107
|
-
"@things-factory/shell": "^8.0.
|
108
|
-
"@things-factory/system": "^8.0.
|
80
|
+
"@things-factory/api": "^8.0.38",
|
81
|
+
"@things-factory/apptool-ui": "^8.0.38",
|
82
|
+
"@things-factory/auth-ui": "^8.0.38",
|
83
|
+
"@things-factory/board-service": "^8.0.38",
|
84
|
+
"@things-factory/board-ui": "^8.0.38",
|
85
|
+
"@things-factory/context-ui": "^8.0.38",
|
86
|
+
"@things-factory/dashboard": "^8.0.38",
|
87
|
+
"@things-factory/evaluation": "^8.0.38",
|
88
|
+
"@things-factory/export-ui": "^8.0.38",
|
89
|
+
"@things-factory/help": "^8.0.38",
|
90
|
+
"@things-factory/i18n-base": "^8.0.38",
|
91
|
+
"@things-factory/integration-email": "^8.0.38",
|
92
|
+
"@things-factory/integration-headless": "^8.0.38",
|
93
|
+
"@things-factory/integration-influxdb": "^8.0.38",
|
94
|
+
"@things-factory/integration-melsec": "^8.0.38",
|
95
|
+
"@things-factory/integration-modbus": "^8.0.38",
|
96
|
+
"@things-factory/integration-opc": "^8.0.38",
|
97
|
+
"@things-factory/integration-ui": "^8.0.38",
|
98
|
+
"@things-factory/lite-menu": "^8.0.38",
|
99
|
+
"@things-factory/more-ui": "^8.0.38",
|
100
|
+
"@things-factory/notification": "^8.0.38",
|
101
|
+
"@things-factory/oauth2-client": "^8.0.38",
|
102
|
+
"@things-factory/print-ui": "^8.0.38",
|
103
|
+
"@things-factory/resource-ui": "^8.0.38",
|
104
|
+
"@things-factory/scheduler": "^8.0.38",
|
105
|
+
"@things-factory/setting-base": "^8.0.38",
|
106
|
+
"@things-factory/setting-ui": "^8.0.38",
|
107
|
+
"@things-factory/shell": "^8.0.38",
|
108
|
+
"@things-factory/system": "^8.0.38"
|
109
109
|
},
|
110
110
|
"devDependencies": {
|
111
111
|
"@things-factory/builder": "^8.0.37"
|
112
112
|
},
|
113
|
-
"gitHead": "
|
113
|
+
"gitHead": "613db8b1fa9fd156294f113518348247ae61a2db"
|
114
114
|
}
|