@things-factory/operato-ecs 9.0.0-beta.41 → 9.0.0-beta.43

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 +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "9.0.0-beta.41",
3
+ "version": "9.0.0-beta.43",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -64,40 +64,40 @@
64
64
  "@operato/scene-table": "^9.0.0-beta",
65
65
  "@operato/scene-timer": "^9.0.0-beta",
66
66
  "@operato/scene-wellstek-gantt": "^9.0.0-beta",
67
- "@things-factory/api": "^9.0.0-beta.38",
68
- "@things-factory/apptool-ui": "^9.0.0-beta.38",
69
- "@things-factory/auth-ui": "^9.0.0-beta.38",
70
- "@things-factory/board-service": "^9.0.0-beta.38",
71
- "@things-factory/board-ui": "^9.0.0-beta.38",
72
- "@things-factory/context-ui": "^9.0.0-beta.38",
73
- "@things-factory/dashboard": "^9.0.0-beta.41",
74
- "@things-factory/evaluation": "^9.0.0-beta.38",
75
- "@things-factory/export-ui": "^9.0.0-beta.38",
76
- "@things-factory/help": "^9.0.0-beta.38",
77
- "@things-factory/i18n-base": "^9.0.0-beta.38",
78
- "@things-factory/integration-email": "^9.0.0-beta.38",
79
- "@things-factory/integration-headless": "^9.0.0-beta.38",
80
- "@things-factory/integration-influxdb": "^9.0.0-beta.38",
81
- "@things-factory/integration-melsec": "^9.0.0-beta.38",
82
- "@things-factory/integration-modbus": "^9.0.0-beta.38",
83
- "@things-factory/integration-opc": "^9.0.0-beta.38",
84
- "@things-factory/integration-ui": "^9.0.0-beta.38",
85
- "@things-factory/integration-weather": "^9.0.0-beta.41",
86
- "@things-factory/lite-menu": "^9.0.0-beta.38",
87
- "@things-factory/more-ui": "^9.0.0-beta.38",
88
- "@things-factory/notification": "^9.0.0-beta.38",
89
- "@things-factory/oauth2-client": "^9.0.0-beta.38",
90
- "@things-factory/print-ui": "^9.0.0-beta.38",
91
- "@things-factory/resource-ui": "^9.0.0-beta.38",
92
- "@things-factory/scheduler": "^9.0.0-beta.38",
93
- "@things-factory/setting-base": "^9.0.0-beta.38",
94
- "@things-factory/setting-ui": "^9.0.0-beta.38",
95
- "@things-factory/shell": "^9.0.0-beta.38",
96
- "@things-factory/system": "^9.0.0-beta.38",
97
- "@things-factory/weather": "^9.0.0-beta.41"
67
+ "@things-factory/api": "^9.0.0-beta.43",
68
+ "@things-factory/apptool-ui": "^9.0.0-beta.43",
69
+ "@things-factory/auth-ui": "^9.0.0-beta.43",
70
+ "@things-factory/board-service": "^9.0.0-beta.43",
71
+ "@things-factory/board-ui": "^9.0.0-beta.43",
72
+ "@things-factory/context-ui": "^9.0.0-beta.43",
73
+ "@things-factory/dashboard": "^9.0.0-beta.43",
74
+ "@things-factory/evaluation": "^9.0.0-beta.43",
75
+ "@things-factory/export-ui": "^9.0.0-beta.43",
76
+ "@things-factory/help": "^9.0.0-beta.43",
77
+ "@things-factory/i18n-base": "^9.0.0-beta.43",
78
+ "@things-factory/integration-email": "^9.0.0-beta.43",
79
+ "@things-factory/integration-headless": "^9.0.0-beta.43",
80
+ "@things-factory/integration-influxdb": "^9.0.0-beta.43",
81
+ "@things-factory/integration-melsec": "^9.0.0-beta.43",
82
+ "@things-factory/integration-modbus": "^9.0.0-beta.43",
83
+ "@things-factory/integration-opc": "^9.0.0-beta.43",
84
+ "@things-factory/integration-ui": "^9.0.0-beta.43",
85
+ "@things-factory/integration-weather": "^9.0.0-beta.43",
86
+ "@things-factory/lite-menu": "^9.0.0-beta.43",
87
+ "@things-factory/more-ui": "^9.0.0-beta.43",
88
+ "@things-factory/notification": "^9.0.0-beta.43",
89
+ "@things-factory/oauth2-client": "^9.0.0-beta.43",
90
+ "@things-factory/print-ui": "^9.0.0-beta.43",
91
+ "@things-factory/resource-ui": "^9.0.0-beta.43",
92
+ "@things-factory/scheduler": "^9.0.0-beta.43",
93
+ "@things-factory/setting-base": "^9.0.0-beta.43",
94
+ "@things-factory/setting-ui": "^9.0.0-beta.43",
95
+ "@things-factory/shell": "^9.0.0-beta.43",
96
+ "@things-factory/system": "^9.0.0-beta.43",
97
+ "@things-factory/weather": "^9.0.0-beta.43"
98
98
  },
99
99
  "devDependencies": {
100
- "@things-factory/builder": "^9.0.0-beta.41"
100
+ "@things-factory/builder": "^9.0.0-beta.42"
101
101
  },
102
- "gitHead": "aeb3bbc9d7d8281cc9a7f7cdf8a989c8a672e1b8"
102
+ "gitHead": "47f30f9a889d379ae1dde6be7d6273d2c4fca2f0"
103
103
  }