@things-factory/operato-ecs 7.0.1 → 7.0.2
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 +27 -27
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "7.0.
|
3
|
+
"version": "7.0.2",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -59,34 +59,34 @@
|
|
59
59
|
"@operato/scene-switch": "^7.0.0",
|
60
60
|
"@operato/scene-table": "^7.0.0",
|
61
61
|
"@operato/scene-timer": "^7.0.0",
|
62
|
-
"@things-factory/api": "^7.0.
|
63
|
-
"@things-factory/apptool-ui": "^7.0.
|
64
|
-
"@things-factory/auth-ui": "^7.0.
|
65
|
-
"@things-factory/board-service": "^7.0.
|
66
|
-
"@things-factory/board-ui": "^7.0.
|
67
|
-
"@things-factory/context-ui": "^7.0.
|
68
|
-
"@things-factory/dashboard": "^7.0.
|
69
|
-
"@things-factory/export-ui": "^7.0.
|
70
|
-
"@things-factory/help": "^7.0.
|
71
|
-
"@things-factory/i18n-base": "^7.0.
|
72
|
-
"@things-factory/integration-influxdb": "^7.0.
|
73
|
-
"@things-factory/integration-melsec": "^7.0.
|
74
|
-
"@things-factory/integration-modbus": "^7.0.
|
75
|
-
"@things-factory/integration-opc": "^7.0.
|
76
|
-
"@things-factory/integration-ui": "^7.0.
|
77
|
-
"@things-factory/lite-menu": "^7.0.
|
78
|
-
"@things-factory/more-ui": "^7.0.
|
79
|
-
"@things-factory/notification": "^7.0.
|
80
|
-
"@things-factory/oauth2-client": "^7.0.
|
81
|
-
"@things-factory/print-ui": "^7.0.
|
82
|
-
"@things-factory/resource-ui": "^7.0.
|
83
|
-
"@things-factory/setting-base": "^7.0.
|
84
|
-
"@things-factory/setting-ui": "^7.0.
|
85
|
-
"@things-factory/shell": "^7.0.
|
86
|
-
"@things-factory/system": "^7.0.
|
62
|
+
"@things-factory/api": "^7.0.2",
|
63
|
+
"@things-factory/apptool-ui": "^7.0.2",
|
64
|
+
"@things-factory/auth-ui": "^7.0.2",
|
65
|
+
"@things-factory/board-service": "^7.0.2",
|
66
|
+
"@things-factory/board-ui": "^7.0.2",
|
67
|
+
"@things-factory/context-ui": "^7.0.2",
|
68
|
+
"@things-factory/dashboard": "^7.0.2",
|
69
|
+
"@things-factory/export-ui": "^7.0.2",
|
70
|
+
"@things-factory/help": "^7.0.2",
|
71
|
+
"@things-factory/i18n-base": "^7.0.2",
|
72
|
+
"@things-factory/integration-influxdb": "^7.0.2",
|
73
|
+
"@things-factory/integration-melsec": "^7.0.2",
|
74
|
+
"@things-factory/integration-modbus": "^7.0.2",
|
75
|
+
"@things-factory/integration-opc": "^7.0.2",
|
76
|
+
"@things-factory/integration-ui": "^7.0.2",
|
77
|
+
"@things-factory/lite-menu": "^7.0.2",
|
78
|
+
"@things-factory/more-ui": "^7.0.2",
|
79
|
+
"@things-factory/notification": "^7.0.2",
|
80
|
+
"@things-factory/oauth2-client": "^7.0.2",
|
81
|
+
"@things-factory/print-ui": "^7.0.2",
|
82
|
+
"@things-factory/resource-ui": "^7.0.2",
|
83
|
+
"@things-factory/setting-base": "^7.0.2",
|
84
|
+
"@things-factory/setting-ui": "^7.0.2",
|
85
|
+
"@things-factory/shell": "^7.0.2",
|
86
|
+
"@things-factory/system": "^7.0.2"
|
87
87
|
},
|
88
88
|
"devDependencies": {
|
89
89
|
"@things-factory/builder": "^7.0.0"
|
90
90
|
},
|
91
|
-
"gitHead": "
|
91
|
+
"gitHead": "19f0e3097a5b583831ae530d8ff4138ca50d1619"
|
92
92
|
}
|