@things-factory/operato-fleet 10.0.0-beta.90 → 10.0.0-beta.92
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 +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-fleet",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.92",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.ts",
|
|
6
6
|
"things-factory": true,
|
|
@@ -72,35 +72,35 @@
|
|
|
72
72
|
"@operato/scene-timer": "^10.0.0-beta.1",
|
|
73
73
|
"@operato/scene-transport": "^10.0.0-beta.1",
|
|
74
74
|
"@operato/scene-visualizer": "^10.0.0-beta.1",
|
|
75
|
-
"@things-factory/apptool-ui": "^10.0.0-beta.
|
|
76
|
-
"@things-factory/attachment-base": "^10.0.0-beta.
|
|
77
|
-
"@things-factory/auth-ui": "^10.0.0-beta.
|
|
78
|
-
"@things-factory/biz-base": "^10.0.0-beta.
|
|
79
|
-
"@things-factory/board-service": "^10.0.0-beta.
|
|
80
|
-
"@things-factory/board-ui": "^10.0.0-beta.
|
|
81
|
-
"@things-factory/code-ui": "^10.0.0-beta.
|
|
82
|
-
"@things-factory/codelingua": "^10.0.0-beta.
|
|
83
|
-
"@things-factory/context-ui": "^10.0.0-beta.
|
|
84
|
-
"@things-factory/dashboard": "^10.0.0-beta.
|
|
85
|
-
"@things-factory/evaluation": "^10.0.0-beta.
|
|
86
|
-
"@things-factory/export-ui": "^10.0.0-beta.
|
|
87
|
-
"@things-factory/export-ui-csv": "^10.0.0-beta.
|
|
88
|
-
"@things-factory/export-ui-excel": "^10.0.0-beta.
|
|
89
|
-
"@things-factory/help": "^10.0.0-beta.
|
|
90
|
-
"@things-factory/i18n-base": "^10.0.0-beta.
|
|
91
|
-
"@things-factory/integration-fulfillment": "^10.0.0-beta.
|
|
92
|
-
"@things-factory/integration-marketplace": "^10.0.0-beta.
|
|
93
|
-
"@things-factory/more-ui": "^10.0.0-beta.
|
|
94
|
-
"@things-factory/notification": "^10.0.0-beta.
|
|
95
|
-
"@things-factory/oauth2-client": "^10.0.0-beta.
|
|
96
|
-
"@things-factory/pdf": "^10.0.0-beta.
|
|
97
|
-
"@things-factory/resource-ui": "^10.0.0-beta.
|
|
98
|
-
"@things-factory/setting-ui": "^10.0.0-beta.
|
|
99
|
-
"@things-factory/system": "^10.0.0-beta.
|
|
75
|
+
"@things-factory/apptool-ui": "^10.0.0-beta.92",
|
|
76
|
+
"@things-factory/attachment-base": "^10.0.0-beta.92",
|
|
77
|
+
"@things-factory/auth-ui": "^10.0.0-beta.92",
|
|
78
|
+
"@things-factory/biz-base": "^10.0.0-beta.92",
|
|
79
|
+
"@things-factory/board-service": "^10.0.0-beta.92",
|
|
80
|
+
"@things-factory/board-ui": "^10.0.0-beta.92",
|
|
81
|
+
"@things-factory/code-ui": "^10.0.0-beta.92",
|
|
82
|
+
"@things-factory/codelingua": "^10.0.0-beta.92",
|
|
83
|
+
"@things-factory/context-ui": "^10.0.0-beta.92",
|
|
84
|
+
"@things-factory/dashboard": "^10.0.0-beta.92",
|
|
85
|
+
"@things-factory/evaluation": "^10.0.0-beta.92",
|
|
86
|
+
"@things-factory/export-ui": "^10.0.0-beta.92",
|
|
87
|
+
"@things-factory/export-ui-csv": "^10.0.0-beta.92",
|
|
88
|
+
"@things-factory/export-ui-excel": "^10.0.0-beta.92",
|
|
89
|
+
"@things-factory/help": "^10.0.0-beta.92",
|
|
90
|
+
"@things-factory/i18n-base": "^10.0.0-beta.92",
|
|
91
|
+
"@things-factory/integration-fulfillment": "^10.0.0-beta.92",
|
|
92
|
+
"@things-factory/integration-marketplace": "^10.0.0-beta.92",
|
|
93
|
+
"@things-factory/more-ui": "^10.0.0-beta.92",
|
|
94
|
+
"@things-factory/notification": "^10.0.0-beta.92",
|
|
95
|
+
"@things-factory/oauth2-client": "^10.0.0-beta.92",
|
|
96
|
+
"@things-factory/pdf": "^10.0.0-beta.92",
|
|
97
|
+
"@things-factory/resource-ui": "^10.0.0-beta.92",
|
|
98
|
+
"@things-factory/setting-ui": "^10.0.0-beta.92",
|
|
99
|
+
"@things-factory/system": "^10.0.0-beta.92",
|
|
100
100
|
"chance": "^1.1.11"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@things-factory/builder": "^10.0.0-beta.
|
|
103
|
+
"@things-factory/builder": "^10.0.0-beta.92"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "e1143534691790a7006213e06d93051528b93bf4"
|
|
106
106
|
}
|