@things-factory/operato-fleet 7.0.1-beta.13 → 7.0.1-beta.15

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.13",
3
+ "version": "7.0.1-beta.15",
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.13",
77
- "@things-factory/attachment-base": "^7.0.1-beta.13",
78
- "@things-factory/auth-ui": "^7.0.1-beta.13",
79
- "@things-factory/biz-base": "^7.0.1-beta.13",
80
- "@things-factory/board-service": "^7.0.1-beta.13",
81
- "@things-factory/board-ui": "^7.0.1-beta.13",
82
- "@things-factory/code-ui": "^7.0.1-beta.13",
83
- "@things-factory/context-ui": "^7.0.1-beta.13",
84
- "@things-factory/dashboard": "^7.0.1-beta.13",
85
- "@things-factory/export-ui": "^7.0.1-beta.13",
86
- "@things-factory/export-ui-csv": "^7.0.1-beta.13",
87
- "@things-factory/export-ui-excel": "^7.0.1-beta.13",
88
- "@things-factory/help": "^7.0.1-beta.13",
89
- "@things-factory/i18n-base": "^7.0.1-beta.13",
90
- "@things-factory/integration-fulfillment": "^7.0.1-beta.13",
91
- "@things-factory/integration-marketplace": "^7.0.1-beta.13",
92
- "@things-factory/more-ui": "^7.0.1-beta.13",
93
- "@things-factory/notification": "^7.0.1-beta.13",
94
- "@things-factory/oauth2-client": "^7.0.1-beta.13",
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.15",
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.15",
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.13",
97
- "@things-factory/setting-ui": "^7.0.1-beta.13",
98
- "@things-factory/system": "^7.0.1-beta.13",
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": "e5eff2cffc574da35303589976fa15922c845fa5"
105
+ "gitHead": "049610110e774dc5e81b2230347972d71bbf97ee"
105
106
  }