@things-factory/operato-fleet 6.0.150 → 6.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "6.0.150",
3
+ "version": "6.1.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -42,6 +42,7 @@
42
42
  "@material/mwc-linear-progress": "^0.27.0",
43
43
  "@material/mwc-radio": "^0.27.0",
44
44
  "@operato/board": "^1.0.1",
45
+ "@operato/data-grist": "^1.3.5",
45
46
  "@operato/help": "^1.0.1",
46
47
  "@operato/scene-chartjs": "^1.0.0",
47
48
  "@operato/scene-clock": "^1.0.0",
@@ -69,35 +70,34 @@
69
70
  "@operato/scene-timer": "^1.0.0",
70
71
  "@operato/scene-visualizer": "^1.0.0",
71
72
  "@operato/scene-wheel-sorter": "^1.0.0",
72
- "@things-factory/apptool-ui": "^6.0.145",
73
- "@things-factory/attachment-base": "^6.0.145",
74
- "@things-factory/auth-ui": "^6.0.145",
75
- "@things-factory/biz-base": "^6.0.145",
76
- "@things-factory/board-service": "^6.0.145",
77
- "@things-factory/board-ui": "^6.0.145",
78
- "@things-factory/code-ui": "^6.0.150",
79
- "@things-factory/context-ui": "^6.0.145",
80
- "@things-factory/dashboard": "^6.0.145",
81
- "@things-factory/export-ui": "^6.0.145",
82
- "@things-factory/export-ui-csv": "^6.0.145",
83
- "@things-factory/export-ui-excel": "^6.0.145",
84
- "@things-factory/grist-ui": "^6.0.145",
85
- "@things-factory/help": "^6.0.145",
86
- "@things-factory/i18n-base": "^6.0.145",
87
- "@things-factory/integration-fulfillment": "^6.0.150",
88
- "@things-factory/integration-marketplace": "^6.0.150",
89
- "@things-factory/more-ui": "^6.0.145",
90
- "@things-factory/notification": "^6.0.145",
91
- "@things-factory/oauth2-client": "^6.0.145",
92
- "@things-factory/pdf": "^6.0.145",
93
- "@things-factory/resource-ui": "^6.0.145",
94
- "@things-factory/scene-google-map": "^6.0.145",
95
- "@things-factory/setting-ui": "^6.0.145",
96
- "@things-factory/system-ui": "^6.0.145",
73
+ "@things-factory/apptool-ui": "^6.1.0",
74
+ "@things-factory/attachment-base": "^6.1.0",
75
+ "@things-factory/auth-ui": "^6.1.0",
76
+ "@things-factory/biz-base": "^6.1.0",
77
+ "@things-factory/board-service": "^6.1.0",
78
+ "@things-factory/board-ui": "^6.1.0",
79
+ "@things-factory/code-ui": "^6.1.0",
80
+ "@things-factory/context-ui": "^6.1.0",
81
+ "@things-factory/dashboard": "^6.1.0",
82
+ "@things-factory/export-ui": "^6.1.0",
83
+ "@things-factory/export-ui-csv": "^6.1.0",
84
+ "@things-factory/export-ui-excel": "^6.1.0",
85
+ "@things-factory/help": "^6.1.0",
86
+ "@things-factory/i18n-base": "^6.1.0",
87
+ "@things-factory/integration-fulfillment": "^6.1.0",
88
+ "@things-factory/integration-marketplace": "^6.1.0",
89
+ "@things-factory/more-ui": "^6.1.0",
90
+ "@things-factory/notification": "^6.1.0",
91
+ "@things-factory/oauth2-client": "^6.1.0",
92
+ "@things-factory/pdf": "^6.1.0",
93
+ "@things-factory/resource-ui": "^6.1.0",
94
+ "@things-factory/scene-google-map": "^6.1.0",
95
+ "@things-factory/setting-ui": "^6.1.0",
96
+ "@things-factory/system-ui": "^6.1.0",
97
97
  "chance": "^1.1.11"
98
98
  },
99
99
  "devDependencies": {
100
- "@things-factory/builder": "^6.0.145"
100
+ "@things-factory/builder": "^6.1.0"
101
101
  },
102
- "gitHead": "9889dbaf65eca5b1b5cb685b0c926355d9e9ade3"
102
+ "gitHead": "205ac14ff55275d948a8cc6d7c514b90d6baf6ef"
103
103
  }