@things-factory/operato-ecs 3.6.26 → 3.6.29
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-ecs",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.29",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -38,25 +38,25 @@
|
|
|
38
38
|
"docker:run": "docker run -p 4000:3000 hatiolab/operato-ecs:latest"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@things-factory/api": "^3.6.
|
|
42
|
-
"@things-factory/apptool-ui": "^3.6.
|
|
43
|
-
"@things-factory/auth-ui": "^3.6.
|
|
44
|
-
"@things-factory/board-service": "^3.6.
|
|
45
|
-
"@things-factory/board-ui": "^3.6.
|
|
46
|
-
"@things-factory/context-ui": "^3.6.
|
|
47
|
-
"@things-factory/dashboard": "^3.6.
|
|
48
|
-
"@things-factory/export-ui": "^3.6.
|
|
41
|
+
"@things-factory/api": "^3.6.29",
|
|
42
|
+
"@things-factory/apptool-ui": "^3.6.29",
|
|
43
|
+
"@things-factory/auth-ui": "^3.6.29",
|
|
44
|
+
"@things-factory/board-service": "^3.6.29",
|
|
45
|
+
"@things-factory/board-ui": "^3.6.29",
|
|
46
|
+
"@things-factory/context-ui": "^3.6.29",
|
|
47
|
+
"@things-factory/dashboard": "^3.6.29",
|
|
48
|
+
"@things-factory/export-ui": "^3.6.29",
|
|
49
49
|
"@things-factory/grist-ui": "^3.6.24",
|
|
50
|
-
"@things-factory/help": "^3.6.
|
|
51
|
-
"@things-factory/i18n-ui": "^3.6.
|
|
52
|
-
"@things-factory/integration-melsec": "^3.6.
|
|
53
|
-
"@things-factory/integration-modbus": "^3.6.
|
|
54
|
-
"@things-factory/integration-ui": "^3.6.
|
|
55
|
-
"@things-factory/lite-menu": "^3.6.
|
|
56
|
-
"@things-factory/more-ui": "^3.6.
|
|
57
|
-
"@things-factory/oauth2-client": "^3.6.
|
|
58
|
-
"@things-factory/print-ui": "^3.6.
|
|
59
|
-
"@things-factory/resource-ui": "^3.6.
|
|
50
|
+
"@things-factory/help": "^3.6.29",
|
|
51
|
+
"@things-factory/i18n-ui": "^3.6.29",
|
|
52
|
+
"@things-factory/integration-melsec": "^3.6.29",
|
|
53
|
+
"@things-factory/integration-modbus": "^3.6.29",
|
|
54
|
+
"@things-factory/integration-ui": "^3.6.29",
|
|
55
|
+
"@things-factory/lite-menu": "^3.6.29",
|
|
56
|
+
"@things-factory/more-ui": "^3.6.29",
|
|
57
|
+
"@things-factory/oauth2-client": "^3.6.29",
|
|
58
|
+
"@things-factory/print-ui": "^3.6.29",
|
|
59
|
+
"@things-factory/resource-ui": "^3.6.29",
|
|
60
60
|
"@things-factory/scene-chartjs": "^3.6.24",
|
|
61
61
|
"@things-factory/scene-clock": "^3.6.24",
|
|
62
62
|
"@things-factory/scene-data-transform": "^3.6.24",
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
"@things-factory/scene-switch": "^3.6.24",
|
|
72
72
|
"@things-factory/scene-table": "^3.6.24",
|
|
73
73
|
"@things-factory/scene-timer": "^3.6.24",
|
|
74
|
-
"@things-factory/setting-base": "^3.6.
|
|
75
|
-
"@things-factory/setting-ui": "^3.6.
|
|
76
|
-
"@things-factory/shell": "^3.6.
|
|
77
|
-
"@things-factory/system-ui": "^3.6.
|
|
74
|
+
"@things-factory/setting-base": "^3.6.29",
|
|
75
|
+
"@things-factory/setting-ui": "^3.6.29",
|
|
76
|
+
"@things-factory/shell": "^3.6.29",
|
|
77
|
+
"@things-factory/system-ui": "^3.6.29",
|
|
78
78
|
"jsmodbus": "^4.0.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@things-factory/builder": "^3.6.24"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "68873f7d01cf4fdabb992d3cca0c7c2d4cca07b4"
|
|
84
84
|
}
|