@things-factory/operato-ecs 9.0.0-beta.60 → 9.0.0-beta.61

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