@things-factory/operato-ecs 3.7.0 → 3.8.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.
Files changed (1) hide show
  1. package/package.json +40 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -38,47 +38,47 @@
38
38
  "docker:run": "docker run -p 4000:3000 hatiolab/operato-ecs:latest"
39
39
  },
40
40
  "dependencies": {
41
- "@things-factory/api": "^3.7.0",
42
- "@things-factory/apptool-ui": "^3.7.0",
43
- "@things-factory/auth-ui": "^3.7.0",
44
- "@things-factory/board-service": "^3.7.0",
45
- "@things-factory/board-ui": "^3.7.0",
46
- "@things-factory/context-ui": "^3.7.0",
47
- "@things-factory/dashboard": "^3.7.0",
48
- "@things-factory/export-ui": "^3.7.0",
49
- "@things-factory/grist-ui": "^3.7.0",
50
- "@things-factory/help": "^3.7.0",
51
- "@things-factory/i18n-ui": "^3.7.0",
52
- "@things-factory/integration-melsec": "^3.7.0",
53
- "@things-factory/integration-modbus": "^3.7.0",
54
- "@things-factory/integration-ui": "^3.7.0",
55
- "@things-factory/lite-menu": "^3.7.0",
56
- "@things-factory/more-ui": "^3.7.0",
57
- "@things-factory/oauth2-client": "^3.7.0",
58
- "@things-factory/print-ui": "^3.7.0",
59
- "@things-factory/resource-ui": "^3.7.0",
60
- "@things-factory/scene-chartjs": "^3.7.0",
61
- "@things-factory/scene-clock": "^3.7.0",
62
- "@things-factory/scene-data-transform": "^3.7.0",
63
- "@things-factory/scene-form": "^3.7.0",
64
- "@things-factory/scene-gauge": "^3.7.0",
65
- "@things-factory/scene-half-roundrect": "^3.7.0",
66
- "@things-factory/scene-integration": "^3.7.0",
67
- "@things-factory/scene-news-ticker": "^3.7.0",
68
- "@things-factory/scene-progressbar": "^3.7.0",
69
- "@things-factory/scene-random": "^3.7.0",
70
- "@things-factory/scene-restful": "^3.7.0",
71
- "@things-factory/scene-switch": "^3.7.0",
72
- "@things-factory/scene-table": "^3.7.0",
73
- "@things-factory/scene-timer": "^3.7.0",
74
- "@things-factory/setting-base": "^3.7.0",
75
- "@things-factory/setting-ui": "^3.7.0",
76
- "@things-factory/shell": "^3.7.0",
77
- "@things-factory/system-ui": "^3.7.0",
41
+ "@things-factory/api": "^3.8.0",
42
+ "@things-factory/apptool-ui": "^3.8.0",
43
+ "@things-factory/auth-ui": "^3.8.0",
44
+ "@things-factory/board-service": "^3.8.0",
45
+ "@things-factory/board-ui": "^3.8.0",
46
+ "@things-factory/context-ui": "^3.8.0",
47
+ "@things-factory/dashboard": "^3.8.0",
48
+ "@things-factory/export-ui": "^3.8.0",
49
+ "@things-factory/grist-ui": "^3.7.5",
50
+ "@things-factory/help": "^3.8.0",
51
+ "@things-factory/i18n-ui": "^3.8.0",
52
+ "@things-factory/integration-melsec": "^3.8.0",
53
+ "@things-factory/integration-modbus": "^3.8.0",
54
+ "@things-factory/integration-ui": "^3.8.0",
55
+ "@things-factory/lite-menu": "^3.8.0",
56
+ "@things-factory/more-ui": "^3.8.0",
57
+ "@things-factory/oauth2-client": "^3.8.0",
58
+ "@things-factory/print-ui": "^3.8.0",
59
+ "@things-factory/resource-ui": "^3.8.0",
60
+ "@things-factory/scene-chartjs": "^3.7.5",
61
+ "@things-factory/scene-clock": "^3.7.5",
62
+ "@things-factory/scene-data-transform": "^3.7.5",
63
+ "@things-factory/scene-form": "^3.7.5",
64
+ "@things-factory/scene-gauge": "^3.7.5",
65
+ "@things-factory/scene-half-roundrect": "^3.7.5",
66
+ "@things-factory/scene-integration": "^3.7.5",
67
+ "@things-factory/scene-news-ticker": "^3.7.5",
68
+ "@things-factory/scene-progressbar": "^3.7.5",
69
+ "@things-factory/scene-random": "^3.7.5",
70
+ "@things-factory/scene-restful": "^3.7.5",
71
+ "@things-factory/scene-switch": "^3.7.5",
72
+ "@things-factory/scene-table": "^3.7.5",
73
+ "@things-factory/scene-timer": "^3.7.5",
74
+ "@things-factory/setting-base": "^3.8.0",
75
+ "@things-factory/setting-ui": "^3.8.0",
76
+ "@things-factory/shell": "^3.8.0",
77
+ "@things-factory/system-ui": "^3.8.0",
78
78
  "jsmodbus": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
- "@things-factory/builder": "^3.7.0"
81
+ "@things-factory/builder": "^3.7.5"
82
82
  },
83
- "gitHead": "9cb7c726b7ed7b610d789359f18d3efaa518fcaf"
83
+ "gitHead": "d3a61edb1a77732db20185aedc47b2cce6dd1f82"
84
84
  }