@things-factory/operato-ecs 4.3.66 → 4.3.69

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 +39 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "4.3.66",
3
+ "version": "4.3.69",
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 --platform linux/amd64 -p 4000:3000 hatiolab/operato-ecs:latest"
39
39
  },
40
40
  "dependencies": {
41
- "@operato/scene-chartjs": "^0.1.6",
42
- "@operato/scene-clock": "^0.1.6",
43
- "@operato/scene-gauge": "^0.1.6",
44
- "@operato/scene-half-roundrect": "^0.1.6",
45
- "@operato/scene-integration": "^0.1.6",
46
- "@operato/scene-news-ticker": "^0.1.6",
47
- "@operato/scene-progressbar": "^0.1.6",
48
- "@operato/scene-random": "^0.1.6",
49
- "@operato/scene-switch": "^0.1.6",
50
- "@operato/scene-table": "^0.1.6",
51
- "@operato/scene-timer": "^0.1.6",
52
- "@things-factory/api": "^4.3.66",
53
- "@things-factory/apptool-ui": "^4.3.66",
54
- "@things-factory/auth-ui": "^4.3.66",
55
- "@things-factory/board-service": "^4.3.66",
56
- "@things-factory/board-ui": "^4.3.66",
57
- "@things-factory/context-ui": "^4.3.66",
58
- "@things-factory/dashboard": "^4.3.66",
59
- "@things-factory/export-ui": "^4.3.66",
60
- "@things-factory/grist-ui": "^4.3.66",
61
- "@things-factory/help": "^4.3.66",
62
- "@things-factory/i18n-base": "^4.3.66",
63
- "@things-factory/integration-melsec": "^4.3.66",
64
- "@things-factory/integration-modbus": "^4.3.66",
65
- "@things-factory/integration-ui": "^4.3.66",
66
- "@things-factory/lite-menu": "^4.3.66",
67
- "@things-factory/more-ui": "^4.3.66",
68
- "@things-factory/oauth2-client": "^4.3.66",
69
- "@things-factory/print-ui": "^4.3.66",
70
- "@things-factory/resource-ui": "^4.3.66",
71
- "@things-factory/scene-data-transform": "^4.3.66",
72
- "@things-factory/scene-form": "^4.3.66",
73
- "@things-factory/scene-restful": "^4.3.66",
74
- "@things-factory/setting-base": "^4.3.66",
75
- "@things-factory/setting-ui": "^4.3.66",
76
- "@things-factory/shell": "^4.3.66",
77
- "@things-factory/system-ui": "^4.3.66",
41
+ "@operato/scene-chartjs": "^0.1.8",
42
+ "@operato/scene-clock": "^0.1.8",
43
+ "@operato/scene-gauge": "^0.1.8",
44
+ "@operato/scene-half-roundrect": "^0.1.8",
45
+ "@operato/scene-integration": "^0.1.8",
46
+ "@operato/scene-news-ticker": "^0.1.8",
47
+ "@operato/scene-progressbar": "^0.1.8",
48
+ "@operato/scene-random": "^0.1.8",
49
+ "@operato/scene-switch": "^0.1.8",
50
+ "@operato/scene-table": "^0.1.8",
51
+ "@operato/scene-timer": "^0.1.8",
52
+ "@things-factory/api": "^4.3.69",
53
+ "@things-factory/apptool-ui": "^4.3.69",
54
+ "@things-factory/auth-ui": "^4.3.69",
55
+ "@things-factory/board-service": "^4.3.69",
56
+ "@things-factory/board-ui": "^4.3.69",
57
+ "@things-factory/context-ui": "^4.3.69",
58
+ "@things-factory/dashboard": "^4.3.69",
59
+ "@things-factory/export-ui": "^4.3.69",
60
+ "@things-factory/grist-ui": "^4.3.69",
61
+ "@things-factory/help": "^4.3.69",
62
+ "@things-factory/i18n-base": "^4.3.69",
63
+ "@things-factory/integration-melsec": "^4.3.69",
64
+ "@things-factory/integration-modbus": "^4.3.69",
65
+ "@things-factory/integration-ui": "^4.3.69",
66
+ "@things-factory/lite-menu": "^4.3.69",
67
+ "@things-factory/more-ui": "^4.3.69",
68
+ "@things-factory/oauth2-client": "^4.3.69",
69
+ "@things-factory/print-ui": "^4.3.69",
70
+ "@things-factory/resource-ui": "^4.3.69",
71
+ "@things-factory/scene-data-transform": "^4.3.69",
72
+ "@things-factory/scene-form": "^4.3.69",
73
+ "@things-factory/scene-restful": "^4.3.69",
74
+ "@things-factory/setting-base": "^4.3.69",
75
+ "@things-factory/setting-ui": "^4.3.69",
76
+ "@things-factory/shell": "^4.3.69",
77
+ "@things-factory/system-ui": "^4.3.69",
78
78
  "jsmodbus": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@things-factory/builder": "^4.3.66"
82
82
  },
83
- "gitHead": "27536aa67eccfb17d20ced5c898a838a61ff634f"
83
+ "gitHead": "f1bc559c1d5f98b6a88848dd5c66c1588207978c"
84
84
  }