@things-factory/operato-ecs 4.0.9 → 4.0.13

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