@things-factory/operato-ecs 7.0.1-beta.15 → 7.0.1-beta.18

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 +29 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "7.0.1-beta.15",
3
+ "version": "7.0.1-beta.18",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -55,37 +55,38 @@
55
55
  "@operato/scene-progressbar": "^2.0.0-beta.0",
56
56
  "@operato/scene-random": "^2.0.0-beta.0",
57
57
  "@operato/scene-restful": "^2.0.0-beta.0",
58
+ "@operato/scene-scichart": "^2.0.0-beta.0",
58
59
  "@operato/scene-switch": "^2.0.0-beta.0",
59
60
  "@operato/scene-table": "^2.0.0-beta.0",
60
61
  "@operato/scene-timer": "^2.0.0-beta.0",
61
- "@things-factory/api": "^7.0.1-beta.14",
62
- "@things-factory/apptool-ui": "^7.0.1-beta.14",
63
- "@things-factory/auth-ui": "^7.0.1-beta.14",
64
- "@things-factory/board-service": "^7.0.1-beta.14",
65
- "@things-factory/board-ui": "^7.0.1-beta.15",
66
- "@things-factory/context-ui": "^7.0.1-beta.14",
67
- "@things-factory/dashboard": "^7.0.1-beta.15",
68
- "@things-factory/export-ui": "^7.0.1-beta.14",
69
- "@things-factory/help": "^7.0.1-beta.14",
70
- "@things-factory/i18n-base": "^7.0.1-beta.14",
71
- "@things-factory/integration-influxdb": "^7.0.1-beta.14",
72
- "@things-factory/integration-melsec": "^7.0.1-beta.14",
73
- "@things-factory/integration-modbus": "^7.0.1-beta.14",
74
- "@things-factory/integration-opc": "^7.0.1-beta.14",
75
- "@things-factory/integration-ui": "^7.0.1-beta.14",
76
- "@things-factory/lite-menu": "^7.0.1-beta.15",
77
- "@things-factory/more-ui": "^7.0.1-beta.14",
78
- "@things-factory/notification": "^7.0.1-beta.14",
79
- "@things-factory/oauth2-client": "^7.0.1-beta.14",
80
- "@things-factory/print-ui": "^7.0.1-beta.14",
81
- "@things-factory/resource-ui": "^7.0.1-beta.14",
82
- "@things-factory/setting-base": "^7.0.1-beta.14",
83
- "@things-factory/setting-ui": "^7.0.1-beta.14",
84
- "@things-factory/shell": "^7.0.1-beta.14",
85
- "@things-factory/system": "^7.0.1-beta.14"
62
+ "@things-factory/api": "^7.0.1-beta.18",
63
+ "@things-factory/apptool-ui": "^7.0.1-beta.18",
64
+ "@things-factory/auth-ui": "^7.0.1-beta.18",
65
+ "@things-factory/board-service": "^7.0.1-beta.18",
66
+ "@things-factory/board-ui": "^7.0.1-beta.18",
67
+ "@things-factory/context-ui": "^7.0.1-beta.18",
68
+ "@things-factory/dashboard": "^7.0.1-beta.18",
69
+ "@things-factory/export-ui": "^7.0.1-beta.18",
70
+ "@things-factory/help": "^7.0.1-beta.18",
71
+ "@things-factory/i18n-base": "^7.0.1-beta.18",
72
+ "@things-factory/integration-influxdb": "^7.0.1-beta.18",
73
+ "@things-factory/integration-melsec": "^7.0.1-beta.18",
74
+ "@things-factory/integration-modbus": "^7.0.1-beta.18",
75
+ "@things-factory/integration-opc": "^7.0.1-beta.18",
76
+ "@things-factory/integration-ui": "^7.0.1-beta.18",
77
+ "@things-factory/lite-menu": "^7.0.1-beta.18",
78
+ "@things-factory/more-ui": "^7.0.1-beta.18",
79
+ "@things-factory/notification": "^7.0.1-beta.18",
80
+ "@things-factory/oauth2-client": "^7.0.1-beta.18",
81
+ "@things-factory/print-ui": "^7.0.1-beta.18",
82
+ "@things-factory/resource-ui": "^7.0.1-beta.18",
83
+ "@things-factory/setting-base": "^7.0.1-beta.18",
84
+ "@things-factory/setting-ui": "^7.0.1-beta.18",
85
+ "@things-factory/shell": "^7.0.1-beta.18",
86
+ "@things-factory/system": "^7.0.1-beta.18"
86
87
  },
87
88
  "devDependencies": {
88
- "@things-factory/builder": "^7.0.1-beta.10"
89
+ "@things-factory/builder": "^7.0.1-beta.18"
89
90
  },
90
- "gitHead": "049610110e774dc5e81b2230347972d71bbf97ee"
91
+ "gitHead": "44f0df6a133577bad8d184a529796c69249a8296"
91
92
  }