@things-factory/operato-ecs 4.0.30 → 4.0.34

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