@things-factory/operato-ecs 3.6.37 → 3.6.46

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.6.37",
3
+ "version": "3.6.46",
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.6.37",
42
- "@things-factory/apptool-ui": "^3.6.37",
43
- "@things-factory/auth-ui": "^3.6.37",
44
- "@things-factory/board-service": "^3.6.37",
45
- "@things-factory/board-ui": "^3.6.37",
46
- "@things-factory/context-ui": "^3.6.37",
47
- "@things-factory/dashboard": "^3.6.37",
48
- "@things-factory/export-ui": "^3.6.37",
49
- "@things-factory/grist-ui": "^3.6.37",
50
- "@things-factory/help": "^3.6.37",
51
- "@things-factory/i18n-ui": "^3.6.37",
52
- "@things-factory/integration-melsec": "^3.6.37",
53
- "@things-factory/integration-modbus": "^3.6.37",
54
- "@things-factory/integration-ui": "^3.6.37",
55
- "@things-factory/lite-menu": "^3.6.37",
56
- "@things-factory/more-ui": "^3.6.37",
57
- "@things-factory/oauth2-client": "^3.6.37",
58
- "@things-factory/print-ui": "^3.6.37",
59
- "@things-factory/resource-ui": "^3.6.37",
60
- "@things-factory/scene-chartjs": "^3.6.37",
61
- "@things-factory/scene-clock": "^3.6.37",
62
- "@things-factory/scene-data-transform": "^3.6.37",
63
- "@things-factory/scene-form": "^3.6.37",
64
- "@things-factory/scene-gauge": "^3.6.37",
65
- "@things-factory/scene-half-roundrect": "^3.6.37",
66
- "@things-factory/scene-integration": "^3.6.37",
67
- "@things-factory/scene-news-ticker": "^3.6.37",
68
- "@things-factory/scene-progressbar": "^3.6.37",
69
- "@things-factory/scene-random": "^3.6.37",
70
- "@things-factory/scene-restful": "^3.6.37",
71
- "@things-factory/scene-switch": "^3.6.37",
72
- "@things-factory/scene-table": "^3.6.37",
73
- "@things-factory/scene-timer": "^3.6.37",
74
- "@things-factory/setting-base": "^3.6.37",
75
- "@things-factory/setting-ui": "^3.6.37",
76
- "@things-factory/shell": "^3.6.37",
77
- "@things-factory/system-ui": "^3.6.37",
41
+ "@things-factory/api": "^3.6.46",
42
+ "@things-factory/apptool-ui": "^3.6.45",
43
+ "@things-factory/auth-ui": "^3.6.46",
44
+ "@things-factory/board-service": "^3.6.46",
45
+ "@things-factory/board-ui": "^3.6.46",
46
+ "@things-factory/context-ui": "^3.6.45",
47
+ "@things-factory/dashboard": "^3.6.46",
48
+ "@things-factory/export-ui": "^3.6.45",
49
+ "@things-factory/grist-ui": "^3.6.45",
50
+ "@things-factory/help": "^3.6.45",
51
+ "@things-factory/i18n-ui": "^3.6.46",
52
+ "@things-factory/integration-melsec": "^3.6.46",
53
+ "@things-factory/integration-modbus": "^3.6.46",
54
+ "@things-factory/integration-ui": "^3.6.46",
55
+ "@things-factory/lite-menu": "^3.6.46",
56
+ "@things-factory/more-ui": "^3.6.45",
57
+ "@things-factory/oauth2-client": "^3.6.46",
58
+ "@things-factory/print-ui": "^3.6.45",
59
+ "@things-factory/resource-ui": "^3.6.46",
60
+ "@things-factory/scene-chartjs": "^3.6.45",
61
+ "@things-factory/scene-clock": "^3.6.45",
62
+ "@things-factory/scene-data-transform": "^3.6.45",
63
+ "@things-factory/scene-form": "^3.6.45",
64
+ "@things-factory/scene-gauge": "^3.6.45",
65
+ "@things-factory/scene-half-roundrect": "^3.6.45",
66
+ "@things-factory/scene-integration": "^3.6.45",
67
+ "@things-factory/scene-news-ticker": "^3.6.45",
68
+ "@things-factory/scene-progressbar": "^3.6.45",
69
+ "@things-factory/scene-random": "^3.6.45",
70
+ "@things-factory/scene-restful": "^3.6.45",
71
+ "@things-factory/scene-switch": "^3.6.45",
72
+ "@things-factory/scene-table": "^3.6.45",
73
+ "@things-factory/scene-timer": "^3.6.45",
74
+ "@things-factory/setting-base": "^3.6.46",
75
+ "@things-factory/setting-ui": "^3.6.46",
76
+ "@things-factory/shell": "^3.6.45",
77
+ "@things-factory/system-ui": "^3.6.45",
78
78
  "jsmodbus": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
- "@things-factory/builder": "^3.6.37"
81
+ "@things-factory/builder": "^3.6.45"
82
82
  },
83
- "gitHead": "86660eb4367437e7266c4d94aab04eaf4895faf0"
83
+ "gitHead": "07faaaad448fc81997ddcf300179e28b9ec8e2f7"
84
84
  }