@things-factory/operato-fleet 6.2.83 → 7.0.0-alpha.0

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-fleet",
3
- "version": "6.2.83",
3
+ "version": "7.0.0-alpha.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -41,9 +41,9 @@
41
41
  "@material/mwc-formfield": "^0.27.0",
42
42
  "@material/mwc-linear-progress": "^0.27.0",
43
43
  "@material/mwc-radio": "^0.27.0",
44
- "@operato/board": "^1.0.1",
45
- "@operato/data-grist": "^1.3.5",
46
- "@operato/help": "^1.0.1",
44
+ "@operato/board": "^2.0.0-alpha.0",
45
+ "@operato/data-grist": "^2.0.0-alpha.0",
46
+ "@operato/help": "^2.0.0-alpha.0",
47
47
  "@operato/scene-chartjs": "^1.0.0",
48
48
  "@operato/scene-clock": "^1.0.0",
49
49
  "@operato/scene-clone": "^1.0.0",
@@ -72,33 +72,33 @@
72
72
  "@operato/scene-timer": "^1.0.0",
73
73
  "@operato/scene-visualizer": "^1.0.0",
74
74
  "@operato/scene-wheel-sorter": "^1.0.0",
75
- "@things-factory/apptool-ui": "^6.2.82",
76
- "@things-factory/attachment-base": "^6.2.82",
77
- "@things-factory/auth-ui": "^6.2.82",
78
- "@things-factory/biz-base": "^6.2.83",
79
- "@things-factory/board-service": "^6.2.82",
80
- "@things-factory/board-ui": "^6.2.82",
81
- "@things-factory/code-ui": "^6.2.82",
82
- "@things-factory/context-ui": "^6.2.79",
83
- "@things-factory/dashboard": "^6.2.82",
84
- "@things-factory/export-ui": "^6.2.79",
85
- "@things-factory/export-ui-csv": "^6.2.79",
86
- "@things-factory/export-ui-excel": "^6.2.79",
87
- "@things-factory/help": "^6.2.79",
88
- "@things-factory/i18n-base": "^6.2.79",
89
- "@things-factory/integration-fulfillment": "^6.2.83",
90
- "@things-factory/integration-marketplace": "^6.2.83",
91
- "@things-factory/more-ui": "^6.2.79",
92
- "@things-factory/notification": "^6.2.82",
93
- "@things-factory/oauth2-client": "^6.2.82",
94
- "@things-factory/pdf": "^6.2.48",
95
- "@things-factory/resource-ui": "^6.2.82",
96
- "@things-factory/setting-ui": "^6.2.82",
97
- "@things-factory/system": "^6.2.79",
75
+ "@things-factory/apptool-ui": "^7.0.0-alpha.0",
76
+ "@things-factory/attachment-base": "^7.0.0-alpha.0",
77
+ "@things-factory/auth-ui": "^7.0.0-alpha.0",
78
+ "@things-factory/biz-base": "^7.0.0-alpha.0",
79
+ "@things-factory/board-service": "^7.0.0-alpha.0",
80
+ "@things-factory/board-ui": "^7.0.0-alpha.0",
81
+ "@things-factory/code-ui": "^7.0.0-alpha.0",
82
+ "@things-factory/context-ui": "^7.0.0-alpha.0",
83
+ "@things-factory/dashboard": "^7.0.0-alpha.0",
84
+ "@things-factory/export-ui": "^7.0.0-alpha.0",
85
+ "@things-factory/export-ui-csv": "^7.0.0-alpha.0",
86
+ "@things-factory/export-ui-excel": "^7.0.0-alpha.0",
87
+ "@things-factory/help": "^7.0.0-alpha.0",
88
+ "@things-factory/i18n-base": "^7.0.0-alpha.0",
89
+ "@things-factory/integration-fulfillment": "^7.0.0-alpha.0",
90
+ "@things-factory/integration-marketplace": "^7.0.0-alpha.0",
91
+ "@things-factory/more-ui": "^7.0.0-alpha.0",
92
+ "@things-factory/notification": "^7.0.0-alpha.0",
93
+ "@things-factory/oauth2-client": "^7.0.0-alpha.0",
94
+ "@things-factory/pdf": "^7.0.0-alpha.0",
95
+ "@things-factory/resource-ui": "^7.0.0-alpha.0",
96
+ "@things-factory/setting-ui": "^7.0.0-alpha.0",
97
+ "@things-factory/system": "^7.0.0-alpha.0",
98
98
  "chance": "^1.1.11"
99
99
  },
100
100
  "devDependencies": {
101
- "@things-factory/builder": "^6.2.78"
101
+ "@things-factory/builder": "^7.0.0-alpha.0"
102
102
  },
103
- "gitHead": "f80f9b2e1d07f3301999146dd7a3472b3e22eef5"
103
+ "gitHead": "0eb7f1db7ca559df530b3242c48456fc565ef4c0"
104
104
  }