@things-factory/operato-ecs 4.1.27 → 5.0.0-alpha.2

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 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "4.1.27",
3
+ "version": "5.0.0-alpha.2",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -49,36 +49,36 @@
49
49
  "@operato/scene-switch": "^0.1.5",
50
50
  "@operato/scene-table": "^0.1.5",
51
51
  "@operato/scene-timer": "^0.1.5",
52
- "@things-factory/api": "^4.1.27",
53
- "@things-factory/apptool-ui": "^4.1.27",
54
- "@things-factory/auth-ui": "^4.1.27",
55
- "@things-factory/board-service": "^4.1.27",
56
- "@things-factory/board-ui": "^4.1.27",
57
- "@things-factory/context-ui": "^4.1.27",
58
- "@things-factory/dashboard": "^4.1.27",
59
- "@things-factory/export-ui": "^4.1.27",
60
- "@things-factory/grist-ui": "^4.1.27",
61
- "@things-factory/help": "^4.1.27",
62
- "@things-factory/i18n-base": "^4.1.27",
63
- "@things-factory/integration-melsec": "^4.1.27",
64
- "@things-factory/integration-modbus": "^4.1.27",
65
- "@things-factory/integration-ui": "^4.1.27",
66
- "@things-factory/lite-menu": "^4.1.27",
67
- "@things-factory/more-ui": "^4.1.27",
68
- "@things-factory/oauth2-client": "^4.1.27",
69
- "@things-factory/print-ui": "^4.1.27",
70
- "@things-factory/resource-ui": "^4.1.27",
71
- "@things-factory/scene-data-transform": "^4.1.19",
72
- "@things-factory/scene-form": "^4.1.19",
73
- "@things-factory/scene-restful": "^4.1.19",
74
- "@things-factory/setting-base": "^4.1.27",
75
- "@things-factory/setting-ui": "^4.1.27",
76
- "@things-factory/shell": "^4.1.27",
77
- "@things-factory/system-ui": "^4.1.27",
52
+ "@things-factory/api": "^5.0.0-alpha.2",
53
+ "@things-factory/apptool-ui": "^5.0.0-alpha.2",
54
+ "@things-factory/auth-ui": "^5.0.0-alpha.2",
55
+ "@things-factory/board-service": "^5.0.0-alpha.2",
56
+ "@things-factory/board-ui": "^5.0.0-alpha.2",
57
+ "@things-factory/context-ui": "^5.0.0-alpha.2",
58
+ "@things-factory/dashboard": "^5.0.0-alpha.2",
59
+ "@things-factory/export-ui": "^5.0.0-alpha.2",
60
+ "@things-factory/grist-ui": "^5.0.0-alpha.2",
61
+ "@things-factory/help": "^5.0.0-alpha.2",
62
+ "@things-factory/i18n-base": "^5.0.0-alpha.2",
63
+ "@things-factory/integration-melsec": "^5.0.0-alpha.2",
64
+ "@things-factory/integration-modbus": "^5.0.0-alpha.2",
65
+ "@things-factory/integration-ui": "^5.0.0-alpha.2",
66
+ "@things-factory/lite-menu": "^5.0.0-alpha.2",
67
+ "@things-factory/more-ui": "^5.0.0-alpha.2",
68
+ "@things-factory/oauth2-client": "^5.0.0-alpha.2",
69
+ "@things-factory/print-ui": "^5.0.0-alpha.2",
70
+ "@things-factory/resource-ui": "^5.0.0-alpha.2",
71
+ "@things-factory/scene-data-transform": "^5.0.0-alpha.2",
72
+ "@things-factory/scene-form": "^5.0.0-alpha.2",
73
+ "@things-factory/scene-restful": "^5.0.0-alpha.2",
74
+ "@things-factory/setting-base": "^5.0.0-alpha.2",
75
+ "@things-factory/setting-ui": "^5.0.0-alpha.2",
76
+ "@things-factory/shell": "^5.0.0-alpha.2",
77
+ "@things-factory/system-ui": "^5.0.0-alpha.2",
78
78
  "jsmodbus": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
- "@things-factory/builder": "^4.1.19"
81
+ "@things-factory/builder": "^5.0.0-alpha.2"
82
82
  },
83
- "gitHead": "d2bcc934a52e1a2f68738ec8b56ad72503172f6f"
83
+ "gitHead": "055536f981d229d51ae63f46585036b35fa86602"
84
84
  }