@things-factory/operato-ecs 6.2.84 → 7.0.0-alpha.0
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 +28 -28
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "
|
3
|
+
"version": "7.0.0-alpha.0",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"docker:run": "docker run --platform linux/amd64 -p 4000:3000 hatiolab/operato-ecs:latest"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@operato/data-grist": "^
|
41
|
+
"@operato/data-grist": "^2.0.0-alpha.0",
|
42
42
|
"@operato/scene-chartjs": "^1.0.0",
|
43
43
|
"@operato/scene-clock": "^1.0.0",
|
44
44
|
"@operato/scene-data-transform": "^1.0.0",
|
@@ -54,33 +54,33 @@
|
|
54
54
|
"@operato/scene-switch": "^1.0.0",
|
55
55
|
"@operato/scene-table": "^1.0.0",
|
56
56
|
"@operato/scene-timer": "^1.0.0",
|
57
|
-
"@things-factory/api": "^
|
58
|
-
"@things-factory/apptool-ui": "^
|
59
|
-
"@things-factory/auth-ui": "^
|
60
|
-
"@things-factory/board-service": "^
|
61
|
-
"@things-factory/board-ui": "^
|
62
|
-
"@things-factory/context-ui": "^
|
63
|
-
"@things-factory/dashboard": "^
|
64
|
-
"@things-factory/export-ui": "^
|
65
|
-
"@things-factory/help": "^
|
66
|
-
"@things-factory/i18n-base": "^
|
67
|
-
"@things-factory/integration-melsec": "^
|
68
|
-
"@things-factory/integration-modbus": "^
|
69
|
-
"@things-factory/integration-opc": "^
|
70
|
-
"@things-factory/integration-ui": "^
|
71
|
-
"@things-factory/lite-menu": "^
|
72
|
-
"@things-factory/more-ui": "^
|
73
|
-
"@things-factory/notification": "^
|
74
|
-
"@things-factory/oauth2-client": "^
|
75
|
-
"@things-factory/print-ui": "^
|
76
|
-
"@things-factory/resource-ui": "^
|
77
|
-
"@things-factory/setting-base": "^
|
78
|
-
"@things-factory/setting-ui": "^
|
79
|
-
"@things-factory/shell": "^
|
80
|
-
"@things-factory/system": "^
|
57
|
+
"@things-factory/api": "^7.0.0-alpha.0",
|
58
|
+
"@things-factory/apptool-ui": "^7.0.0-alpha.0",
|
59
|
+
"@things-factory/auth-ui": "^7.0.0-alpha.0",
|
60
|
+
"@things-factory/board-service": "^7.0.0-alpha.0",
|
61
|
+
"@things-factory/board-ui": "^7.0.0-alpha.0",
|
62
|
+
"@things-factory/context-ui": "^7.0.0-alpha.0",
|
63
|
+
"@things-factory/dashboard": "^7.0.0-alpha.0",
|
64
|
+
"@things-factory/export-ui": "^7.0.0-alpha.0",
|
65
|
+
"@things-factory/help": "^7.0.0-alpha.0",
|
66
|
+
"@things-factory/i18n-base": "^7.0.0-alpha.0",
|
67
|
+
"@things-factory/integration-melsec": "^7.0.0-alpha.0",
|
68
|
+
"@things-factory/integration-modbus": "^7.0.0-alpha.0",
|
69
|
+
"@things-factory/integration-opc": "^7.0.0-alpha.0",
|
70
|
+
"@things-factory/integration-ui": "^7.0.0-alpha.0",
|
71
|
+
"@things-factory/lite-menu": "^7.0.0-alpha.0",
|
72
|
+
"@things-factory/more-ui": "^7.0.0-alpha.0",
|
73
|
+
"@things-factory/notification": "^7.0.0-alpha.0",
|
74
|
+
"@things-factory/oauth2-client": "^7.0.0-alpha.0",
|
75
|
+
"@things-factory/print-ui": "^7.0.0-alpha.0",
|
76
|
+
"@things-factory/resource-ui": "^7.0.0-alpha.0",
|
77
|
+
"@things-factory/setting-base": "^7.0.0-alpha.0",
|
78
|
+
"@things-factory/setting-ui": "^7.0.0-alpha.0",
|
79
|
+
"@things-factory/shell": "^7.0.0-alpha.0",
|
80
|
+
"@things-factory/system": "^7.0.0-alpha.0"
|
81
81
|
},
|
82
82
|
"devDependencies": {
|
83
|
-
"@things-factory/builder": "^
|
83
|
+
"@things-factory/builder": "^7.0.0-alpha.0"
|
84
84
|
},
|
85
|
-
"gitHead": "
|
85
|
+
"gitHead": "0eb7f1db7ca559df530b3242c48456fc565ef4c0"
|
86
86
|
}
|