@things-factory/operato-fleet 4.1.1 → 4.1.2

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 +39 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -60,46 +60,46 @@
60
60
  "@operato/scene-table": "^0.1.4",
61
61
  "@operato/scene-timer": "^0.1.4",
62
62
  "@operato/scene-wheel-sorter": "^0.1.4",
63
- "@things-factory/apptool-ui": "^4.1.1",
64
- "@things-factory/attachment-base": "^4.1.1",
65
- "@things-factory/auth-ui": "^4.1.1",
66
- "@things-factory/biz-base": "^4.1.1",
67
- "@things-factory/board-service": "^4.1.1",
68
- "@things-factory/board-ui": "^4.1.1",
69
- "@things-factory/code-ui": "^4.1.1",
70
- "@things-factory/context-ui": "^4.1.1",
71
- "@things-factory/dashboard": "^4.1.1",
72
- "@things-factory/export-ui": "^4.1.1",
73
- "@things-factory/export-ui-csv": "^4.1.1",
74
- "@things-factory/export-ui-excel": "^4.1.1",
75
- "@things-factory/grist-ui": "^4.1.1",
76
- "@things-factory/help": "^4.1.1",
77
- "@things-factory/i18n-base": "^4.1.1",
78
- "@things-factory/integration-fulfillment": "^4.1.1",
79
- "@things-factory/integration-marketplace": "^4.1.1",
80
- "@things-factory/more-ui": "^4.1.1",
81
- "@things-factory/notification": "^4.1.1",
82
- "@things-factory/oauth2-client": "^4.1.1",
83
- "@things-factory/pdf": "^4.1.1",
84
- "@things-factory/resource-ui": "^4.1.1",
85
- "@things-factory/scene-data-transform": "^4.1.1",
86
- "@things-factory/scene-excel": "^4.1.1",
87
- "@things-factory/scene-firebase": "^4.1.1",
88
- "@things-factory/scene-form": "^4.1.1",
89
- "@things-factory/scene-google-map": "^4.1.1",
90
- "@things-factory/scene-graphql": "^4.1.1",
91
- "@things-factory/scene-label": "^4.1.1",
92
- "@things-factory/scene-marker": "^4.1.1",
93
- "@things-factory/scene-mqtt": "^4.1.1",
94
- "@things-factory/scene-news-ticker": "^4.1.1",
95
- "@things-factory/scene-restful": "^4.1.1",
96
- "@things-factory/scene-visualizer": "^4.1.1",
97
- "@things-factory/setting-ui": "^4.1.1",
98
- "@things-factory/system-ui": "^4.1.1",
63
+ "@things-factory/apptool-ui": "^4.1.2",
64
+ "@things-factory/attachment-base": "^4.1.2",
65
+ "@things-factory/auth-ui": "^4.1.2",
66
+ "@things-factory/biz-base": "^4.1.2",
67
+ "@things-factory/board-service": "^4.1.2",
68
+ "@things-factory/board-ui": "^4.1.2",
69
+ "@things-factory/code-ui": "^4.1.2",
70
+ "@things-factory/context-ui": "^4.1.2",
71
+ "@things-factory/dashboard": "^4.1.2",
72
+ "@things-factory/export-ui": "^4.1.2",
73
+ "@things-factory/export-ui-csv": "^4.1.2",
74
+ "@things-factory/export-ui-excel": "^4.1.2",
75
+ "@things-factory/grist-ui": "^4.1.2",
76
+ "@things-factory/help": "^4.1.2",
77
+ "@things-factory/i18n-base": "^4.1.2",
78
+ "@things-factory/integration-fulfillment": "^4.1.2",
79
+ "@things-factory/integration-marketplace": "^4.1.2",
80
+ "@things-factory/more-ui": "^4.1.2",
81
+ "@things-factory/notification": "^4.1.2",
82
+ "@things-factory/oauth2-client": "^4.1.2",
83
+ "@things-factory/pdf": "^4.1.2",
84
+ "@things-factory/resource-ui": "^4.1.2",
85
+ "@things-factory/scene-data-transform": "^4.1.2",
86
+ "@things-factory/scene-excel": "^4.1.2",
87
+ "@things-factory/scene-firebase": "^4.1.2",
88
+ "@things-factory/scene-form": "^4.1.2",
89
+ "@things-factory/scene-google-map": "^4.1.2",
90
+ "@things-factory/scene-graphql": "^4.1.2",
91
+ "@things-factory/scene-label": "^4.1.2",
92
+ "@things-factory/scene-marker": "^4.1.2",
93
+ "@things-factory/scene-mqtt": "^4.1.2",
94
+ "@things-factory/scene-news-ticker": "^4.1.2",
95
+ "@things-factory/scene-restful": "^4.1.2",
96
+ "@things-factory/scene-visualizer": "^4.1.2",
97
+ "@things-factory/setting-ui": "^4.1.2",
98
+ "@things-factory/system-ui": "^4.1.2",
99
99
  "chance": "^1.1.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@things-factory/builder": "^4.1.1"
102
+ "@things-factory/builder": "^4.1.2"
103
103
  },
104
- "gitHead": "09378a57e788038c086c6c40e6135cf14082b185"
104
+ "gitHead": "46164ac6b9b2a15c4ff6af5d83d0435f28fff80a"
105
105
  }