@things-factory/operato-fleet 6.0.57 → 6.0.58
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/assets/manifest.json +2 -2
- package/package.json +25 -25
package/assets/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Operato Fleet",
|
|
3
|
-
"short_name": "
|
|
3
|
+
"short_name": "Fleet",
|
|
4
4
|
"description": "Reimagining Mobility.",
|
|
5
5
|
"icons": [
|
|
6
6
|
{
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
"display": "standalone",
|
|
25
25
|
"theme_color": "#3f51b5",
|
|
26
26
|
"background_color": "#3f51b5"
|
|
27
|
-
}
|
|
27
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-fleet",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.58",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -68,35 +68,35 @@
|
|
|
68
68
|
"@operato/scene-timer": "^1.0.0",
|
|
69
69
|
"@operato/scene-visualizer": "^1.0.0",
|
|
70
70
|
"@operato/scene-wheel-sorter": "^1.0.0",
|
|
71
|
-
"@things-factory/apptool-ui": "^6.0.
|
|
72
|
-
"@things-factory/attachment-base": "^6.0.
|
|
73
|
-
"@things-factory/auth-ui": "^6.0.
|
|
74
|
-
"@things-factory/biz-base": "^6.0.
|
|
75
|
-
"@things-factory/board-service": "^6.0.
|
|
76
|
-
"@things-factory/board-ui": "^6.0.
|
|
77
|
-
"@things-factory/code-ui": "^6.0.
|
|
78
|
-
"@things-factory/context-ui": "^6.0.
|
|
79
|
-
"@things-factory/dashboard": "^6.0.
|
|
80
|
-
"@things-factory/export-ui": "^6.0.
|
|
81
|
-
"@things-factory/export-ui-csv": "^6.0.
|
|
82
|
-
"@things-factory/export-ui-excel": "^6.0.
|
|
83
|
-
"@things-factory/grist-ui": "^6.0.
|
|
84
|
-
"@things-factory/help": "^6.0.
|
|
85
|
-
"@things-factory/i18n-base": "^6.0.
|
|
86
|
-
"@things-factory/integration-fulfillment": "^6.0.
|
|
87
|
-
"@things-factory/integration-marketplace": "^6.0.
|
|
88
|
-
"@things-factory/more-ui": "^6.0.
|
|
89
|
-
"@things-factory/notification": "^6.0.
|
|
90
|
-
"@things-factory/oauth2-client": "^6.0.
|
|
71
|
+
"@things-factory/apptool-ui": "^6.0.58",
|
|
72
|
+
"@things-factory/attachment-base": "^6.0.58",
|
|
73
|
+
"@things-factory/auth-ui": "^6.0.58",
|
|
74
|
+
"@things-factory/biz-base": "^6.0.58",
|
|
75
|
+
"@things-factory/board-service": "^6.0.58",
|
|
76
|
+
"@things-factory/board-ui": "^6.0.58",
|
|
77
|
+
"@things-factory/code-ui": "^6.0.58",
|
|
78
|
+
"@things-factory/context-ui": "^6.0.58",
|
|
79
|
+
"@things-factory/dashboard": "^6.0.58",
|
|
80
|
+
"@things-factory/export-ui": "^6.0.58",
|
|
81
|
+
"@things-factory/export-ui-csv": "^6.0.58",
|
|
82
|
+
"@things-factory/export-ui-excel": "^6.0.58",
|
|
83
|
+
"@things-factory/grist-ui": "^6.0.58",
|
|
84
|
+
"@things-factory/help": "^6.0.58",
|
|
85
|
+
"@things-factory/i18n-base": "^6.0.58",
|
|
86
|
+
"@things-factory/integration-fulfillment": "^6.0.58",
|
|
87
|
+
"@things-factory/integration-marketplace": "^6.0.58",
|
|
88
|
+
"@things-factory/more-ui": "^6.0.58",
|
|
89
|
+
"@things-factory/notification": "^6.0.58",
|
|
90
|
+
"@things-factory/oauth2-client": "^6.0.58",
|
|
91
91
|
"@things-factory/pdf": "^6.0.49",
|
|
92
|
-
"@things-factory/resource-ui": "^6.0.
|
|
92
|
+
"@things-factory/resource-ui": "^6.0.58",
|
|
93
93
|
"@things-factory/scene-google-map": "^6.0.49",
|
|
94
|
-
"@things-factory/setting-ui": "^6.0.
|
|
95
|
-
"@things-factory/system-ui": "^6.0.
|
|
94
|
+
"@things-factory/setting-ui": "^6.0.58",
|
|
95
|
+
"@things-factory/system-ui": "^6.0.58",
|
|
96
96
|
"chance": "^1.1.11"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@things-factory/builder": "^6.0.49"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "c68aa34916460226aa3116aeefb525b69afdad80"
|
|
102
102
|
}
|