@things-factory/operato-fleet 10.0.0-beta.65 → 10.0.0-beta.67

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 +22 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "10.0.0-beta.65",
3
+ "version": "10.0.0-beta.67",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.ts",
6
6
  "things-factory": true,
@@ -45,6 +45,7 @@
45
45
  "@operato/scene-clock": "^10.0.0-beta.1",
46
46
  "@operato/scene-clone": "^10.0.0-beta.1",
47
47
  "@operato/scene-compass": "^10.0.0-beta.1",
48
+ "@operato/scene-conveyance": "^10.0.0-beta.1",
48
49
  "@operato/scene-data-transform": "^10.0.0-beta.1",
49
50
  "@operato/scene-excel": "^10.0.0-beta.1",
50
51
  "@operato/scene-form": "^10.0.0-beta.1",
@@ -64,41 +65,42 @@
64
65
  "@operato/scene-progressbar": "^10.0.0-beta.1",
65
66
  "@operato/scene-random": "^10.0.0-beta.1",
66
67
  "@operato/scene-restful": "^10.0.0-beta.1",
68
+ "@operato/scene-sensing": "^10.0.0-beta.1",
67
69
  "@operato/scene-switch": "^10.0.0-beta.1",
68
70
  "@operato/scene-tab": "^10.0.0-beta.1",
69
71
  "@operato/scene-table": "^10.0.0-beta.1",
70
72
  "@operato/scene-timer": "^10.0.0-beta.1",
73
+ "@operato/scene-transport": "^10.0.0-beta.1",
71
74
  "@operato/scene-visualizer": "^10.0.0-beta.1",
72
- "@operato/scene-wheel-sorter": "^10.0.0-beta.1",
73
- "@things-factory/apptool-ui": "^10.0.0-beta.57",
74
- "@things-factory/attachment-base": "^10.0.0-beta.61",
75
- "@things-factory/auth-ui": "^10.0.0-beta.57",
76
- "@things-factory/biz-base": "^10.0.0-beta.57",
77
- "@things-factory/board-service": "^10.0.0-beta.65",
78
- "@things-factory/board-ui": "^10.0.0-beta.65",
79
- "@things-factory/code-ui": "^10.0.0-beta.57",
80
- "@things-factory/codelingua": "^10.0.0-beta.64",
75
+ "@things-factory/apptool-ui": "^10.0.0-beta.67",
76
+ "@things-factory/attachment-base": "^10.0.0-beta.67",
77
+ "@things-factory/auth-ui": "^10.0.0-beta.67",
78
+ "@things-factory/biz-base": "^10.0.0-beta.67",
79
+ "@things-factory/board-service": "^10.0.0-beta.67",
80
+ "@things-factory/board-ui": "^10.0.0-beta.67",
81
+ "@things-factory/code-ui": "^10.0.0-beta.67",
82
+ "@things-factory/codelingua": "^10.0.0-beta.67",
81
83
  "@things-factory/context-ui": "^10.0.0-beta.53",
82
- "@things-factory/dashboard": "^10.0.0-beta.65",
84
+ "@things-factory/dashboard": "^10.0.0-beta.67",
83
85
  "@things-factory/evaluation": "^10.0.0-beta.53",
84
86
  "@things-factory/export-ui": "^10.0.0-beta.53",
85
87
  "@things-factory/export-ui-csv": "^10.0.0-beta.53",
86
88
  "@things-factory/export-ui-excel": "^10.0.0-beta.53",
87
89
  "@things-factory/help": "^10.0.0-beta.53",
88
- "@things-factory/i18n-base": "^10.0.0-beta.57",
89
- "@things-factory/integration-fulfillment": "^10.0.0-beta.57",
90
- "@things-factory/integration-marketplace": "^10.0.0-beta.57",
90
+ "@things-factory/i18n-base": "^10.0.0-beta.67",
91
+ "@things-factory/integration-fulfillment": "^10.0.0-beta.67",
92
+ "@things-factory/integration-marketplace": "^10.0.0-beta.67",
91
93
  "@things-factory/more-ui": "^10.0.0-beta.53",
92
- "@things-factory/notification": "^10.0.0-beta.61",
93
- "@things-factory/oauth2-client": "^10.0.0-beta.57",
94
- "@things-factory/pdf": "^10.0.0-beta.57",
95
- "@things-factory/resource-ui": "^10.0.0-beta.57",
96
- "@things-factory/setting-ui": "^10.0.0-beta.57",
94
+ "@things-factory/notification": "^10.0.0-beta.67",
95
+ "@things-factory/oauth2-client": "^10.0.0-beta.67",
96
+ "@things-factory/pdf": "^10.0.0-beta.67",
97
+ "@things-factory/resource-ui": "^10.0.0-beta.67",
98
+ "@things-factory/setting-ui": "^10.0.0-beta.67",
97
99
  "@things-factory/system": "^10.0.0-beta.59",
98
100
  "chance": "^1.1.11"
99
101
  },
100
102
  "devDependencies": {
101
103
  "@things-factory/builder": "^10.0.0-beta.17"
102
104
  },
103
- "gitHead": "66110a0edf3eacf0ed137acf6291337e4de31ed9"
105
+ "gitHead": "865e7545d5701bb8e0d67cd408f12267e5a0ad47"
104
106
  }