@things-factory/operato-ecs 10.0.0-beta.90 → 10.0.0-beta.92

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