@things-factory/operato-ecs 3.6.50 → 3.6.54

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