@things-factory/operato-fleet 7.0.1-beta.12 → 7.0.1-beta.14

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 +25 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "7.0.1-beta.12",
3
+ "version": "7.0.1-beta.14",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -52,6 +52,7 @@
52
52
  "@operato/scene-data-transform": "^2.0.0-beta.0",
53
53
  "@operato/scene-excel": "^2.0.0-beta.0",
54
54
  "@operato/scene-form": "^2.0.0-beta.0",
55
+ "@operato/scene-gantt": "^2.0.0-beta.0",
55
56
  "@operato/scene-gauge": "^2.0.0-beta.0",
56
57
  "@operato/scene-google-map": "^2.0.0-beta.0",
57
58
  "@operato/scene-graphql": "^2.0.0-beta.0",
@@ -73,33 +74,33 @@
73
74
  "@operato/scene-timer": "^2.0.0-beta.0",
74
75
  "@operato/scene-visualizer": "^2.0.0-beta.0",
75
76
  "@operato/scene-wheel-sorter": "^2.0.0-beta.0",
76
- "@things-factory/apptool-ui": "^7.0.1-beta.12",
77
- "@things-factory/attachment-base": "^7.0.1-beta.12",
78
- "@things-factory/auth-ui": "^7.0.1-beta.12",
79
- "@things-factory/biz-base": "^7.0.1-beta.12",
80
- "@things-factory/board-service": "^7.0.1-beta.12",
81
- "@things-factory/board-ui": "^7.0.1-beta.12",
82
- "@things-factory/code-ui": "^7.0.1-beta.12",
83
- "@things-factory/context-ui": "^7.0.1-beta.12",
84
- "@things-factory/dashboard": "^7.0.1-beta.12",
85
- "@things-factory/export-ui": "^7.0.1-beta.12",
86
- "@things-factory/export-ui-csv": "^7.0.1-beta.12",
87
- "@things-factory/export-ui-excel": "^7.0.1-beta.12",
88
- "@things-factory/help": "^7.0.1-beta.12",
89
- "@things-factory/i18n-base": "^7.0.1-beta.12",
90
- "@things-factory/integration-fulfillment": "^7.0.1-beta.12",
91
- "@things-factory/integration-marketplace": "^7.0.1-beta.12",
92
- "@things-factory/more-ui": "^7.0.1-beta.12",
93
- "@things-factory/notification": "^7.0.1-beta.12",
94
- "@things-factory/oauth2-client": "^7.0.1-beta.12",
77
+ "@things-factory/apptool-ui": "^7.0.1-beta.14",
78
+ "@things-factory/attachment-base": "^7.0.1-beta.14",
79
+ "@things-factory/auth-ui": "^7.0.1-beta.14",
80
+ "@things-factory/biz-base": "^7.0.1-beta.14",
81
+ "@things-factory/board-service": "^7.0.1-beta.14",
82
+ "@things-factory/board-ui": "^7.0.1-beta.14",
83
+ "@things-factory/code-ui": "^7.0.1-beta.14",
84
+ "@things-factory/context-ui": "^7.0.1-beta.14",
85
+ "@things-factory/dashboard": "^7.0.1-beta.14",
86
+ "@things-factory/export-ui": "^7.0.1-beta.14",
87
+ "@things-factory/export-ui-csv": "^7.0.1-beta.14",
88
+ "@things-factory/export-ui-excel": "^7.0.1-beta.14",
89
+ "@things-factory/help": "^7.0.1-beta.14",
90
+ "@things-factory/i18n-base": "^7.0.1-beta.14",
91
+ "@things-factory/integration-fulfillment": "^7.0.1-beta.14",
92
+ "@things-factory/integration-marketplace": "^7.0.1-beta.14",
93
+ "@things-factory/more-ui": "^7.0.1-beta.14",
94
+ "@things-factory/notification": "^7.0.1-beta.14",
95
+ "@things-factory/oauth2-client": "^7.0.1-beta.14",
95
96
  "@things-factory/pdf": "^7.0.1-beta.10",
96
- "@things-factory/resource-ui": "^7.0.1-beta.12",
97
- "@things-factory/setting-ui": "^7.0.1-beta.12",
98
- "@things-factory/system": "^7.0.1-beta.12",
97
+ "@things-factory/resource-ui": "^7.0.1-beta.14",
98
+ "@things-factory/setting-ui": "^7.0.1-beta.14",
99
+ "@things-factory/system": "^7.0.1-beta.14",
99
100
  "chance": "^1.1.11"
100
101
  },
101
102
  "devDependencies": {
102
103
  "@things-factory/builder": "^7.0.1-beta.10"
103
104
  },
104
- "gitHead": "67cd821227d77dea748ef46dbc54b0f9858e312c"
105
+ "gitHead": "f98cf5cb94295657c43465d39cf55162f5566c59"
105
106
  }