@things-factory/operato-fleet 3.6.24 → 3.6.33
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 +58 -58
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-fleet",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.33",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"clean:server": "rm -rf dist-server",
|
|
26
26
|
"clean:client": "rm -rf dist-client",
|
|
27
27
|
"clean": "npm run clean:server && npm run clean:client",
|
|
28
|
-
"migration": "
|
|
29
|
-
"migration:privileges": "
|
|
28
|
+
"migration": "things-factory-migration",
|
|
29
|
+
"migration:privileges": "things-factory-migration-privileges",
|
|
30
30
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations",
|
|
31
31
|
"migration:generate": "node ../../node_modules/typeorm/cli.js migration:generate",
|
|
32
32
|
"migration:run": "node ../../node_modules/typeorm/cli.js migration:run",
|
|
@@ -41,63 +41,63 @@
|
|
|
41
41
|
"@material/mwc-formfield": "^0.22.1",
|
|
42
42
|
"@material/mwc-linear-progress": "^0.22.1",
|
|
43
43
|
"@material/mwc-radio": "^0.22.1",
|
|
44
|
-
"@things-factory/apptool-ui": "^3.6.
|
|
45
|
-
"@things-factory/attachment-base": "^3.6.
|
|
46
|
-
"@things-factory/auth-ui": "^3.6.
|
|
47
|
-
"@things-factory/biz-base": "^3.6.
|
|
48
|
-
"@things-factory/board-service": "^3.6.
|
|
49
|
-
"@things-factory/board-ui": "^3.6.
|
|
50
|
-
"@things-factory/code-ui": "^3.6.
|
|
51
|
-
"@things-factory/context-ui": "^3.6.
|
|
52
|
-
"@things-factory/dashboard": "^3.6.
|
|
53
|
-
"@things-factory/export-ui": "^3.6.
|
|
54
|
-
"@things-factory/export-ui-csv": "^3.6.
|
|
55
|
-
"@things-factory/export-ui-excel": "^3.6.
|
|
56
|
-
"@things-factory/grist-ui": "^3.6.
|
|
57
|
-
"@things-factory/help": "^3.6.
|
|
58
|
-
"@things-factory/i18n-ui": "^3.6.
|
|
59
|
-
"@things-factory/integration-fulfillment": "^3.6.
|
|
60
|
-
"@things-factory/integration-marketplace": "^3.6.
|
|
61
|
-
"@things-factory/more-ui": "^3.6.
|
|
62
|
-
"@things-factory/notification": "^3.6.
|
|
63
|
-
"@things-factory/oauth2-client": "^3.6.
|
|
64
|
-
"@things-factory/pdf": "^3.6.
|
|
65
|
-
"@things-factory/resource-ui": "^3.6.
|
|
66
|
-
"@things-factory/scene-chartjs": "^3.6.
|
|
67
|
-
"@things-factory/scene-clock": "^3.6.
|
|
68
|
-
"@things-factory/scene-clone": "^3.6.
|
|
69
|
-
"@things-factory/scene-compass": "^3.6.
|
|
70
|
-
"@things-factory/scene-data-transform": "^3.6.
|
|
71
|
-
"@things-factory/scene-excel": "^3.6.
|
|
72
|
-
"@things-factory/scene-firebase": "^3.6.
|
|
73
|
-
"@things-factory/scene-form": "^3.6.
|
|
74
|
-
"@things-factory/scene-gauge": "^3.6.
|
|
75
|
-
"@things-factory/scene-google-map": "^3.6.
|
|
76
|
-
"@things-factory/scene-graphql": "^3.6.
|
|
77
|
-
"@things-factory/scene-grist": "^3.6.
|
|
78
|
-
"@things-factory/scene-half-roundrect": "^3.6.
|
|
79
|
-
"@things-factory/scene-indoor-map": "^3.6.
|
|
80
|
-
"@things-factory/scene-integration": "^3.6.
|
|
81
|
-
"@things-factory/scene-label": "^3.6.
|
|
82
|
-
"@things-factory/scene-legend": "^3.6.
|
|
83
|
-
"@things-factory/scene-marker": "^3.6.
|
|
84
|
-
"@things-factory/scene-mqtt": "^3.6.
|
|
85
|
-
"@things-factory/scene-news-ticker": "^3.6.
|
|
86
|
-
"@things-factory/scene-progressbar": "^3.6.
|
|
87
|
-
"@things-factory/scene-random": "^3.6.
|
|
88
|
-
"@things-factory/scene-restful": "^3.6.
|
|
89
|
-
"@things-factory/scene-switch": "^3.6.
|
|
90
|
-
"@things-factory/scene-tab": "^3.6.
|
|
91
|
-
"@things-factory/scene-table": "^3.6.
|
|
92
|
-
"@things-factory/scene-timer": "^3.6.
|
|
93
|
-
"@things-factory/scene-visualizer": "^3.6.
|
|
94
|
-
"@things-factory/scene-wheel-sorter": "^3.6.
|
|
95
|
-
"@things-factory/setting-ui": "^3.6.
|
|
96
|
-
"@things-factory/system-ui": "^3.6.
|
|
44
|
+
"@things-factory/apptool-ui": "^3.6.33",
|
|
45
|
+
"@things-factory/attachment-base": "^3.6.33",
|
|
46
|
+
"@things-factory/auth-ui": "^3.6.33",
|
|
47
|
+
"@things-factory/biz-base": "^3.6.33",
|
|
48
|
+
"@things-factory/board-service": "^3.6.33",
|
|
49
|
+
"@things-factory/board-ui": "^3.6.33",
|
|
50
|
+
"@things-factory/code-ui": "^3.6.33",
|
|
51
|
+
"@things-factory/context-ui": "^3.6.33",
|
|
52
|
+
"@things-factory/dashboard": "^3.6.33",
|
|
53
|
+
"@things-factory/export-ui": "^3.6.33",
|
|
54
|
+
"@things-factory/export-ui-csv": "^3.6.33",
|
|
55
|
+
"@things-factory/export-ui-excel": "^3.6.33",
|
|
56
|
+
"@things-factory/grist-ui": "^3.6.33",
|
|
57
|
+
"@things-factory/help": "^3.6.33",
|
|
58
|
+
"@things-factory/i18n-ui": "^3.6.33",
|
|
59
|
+
"@things-factory/integration-fulfillment": "^3.6.33",
|
|
60
|
+
"@things-factory/integration-marketplace": "^3.6.33",
|
|
61
|
+
"@things-factory/more-ui": "^3.6.33",
|
|
62
|
+
"@things-factory/notification": "^3.6.33",
|
|
63
|
+
"@things-factory/oauth2-client": "^3.6.33",
|
|
64
|
+
"@things-factory/pdf": "^3.6.33",
|
|
65
|
+
"@things-factory/resource-ui": "^3.6.33",
|
|
66
|
+
"@things-factory/scene-chartjs": "^3.6.33",
|
|
67
|
+
"@things-factory/scene-clock": "^3.6.33",
|
|
68
|
+
"@things-factory/scene-clone": "^3.6.33",
|
|
69
|
+
"@things-factory/scene-compass": "^3.6.33",
|
|
70
|
+
"@things-factory/scene-data-transform": "^3.6.33",
|
|
71
|
+
"@things-factory/scene-excel": "^3.6.33",
|
|
72
|
+
"@things-factory/scene-firebase": "^3.6.33",
|
|
73
|
+
"@things-factory/scene-form": "^3.6.33",
|
|
74
|
+
"@things-factory/scene-gauge": "^3.6.33",
|
|
75
|
+
"@things-factory/scene-google-map": "^3.6.33",
|
|
76
|
+
"@things-factory/scene-graphql": "^3.6.33",
|
|
77
|
+
"@things-factory/scene-grist": "^3.6.33",
|
|
78
|
+
"@things-factory/scene-half-roundrect": "^3.6.33",
|
|
79
|
+
"@things-factory/scene-indoor-map": "^3.6.33",
|
|
80
|
+
"@things-factory/scene-integration": "^3.6.33",
|
|
81
|
+
"@things-factory/scene-label": "^3.6.33",
|
|
82
|
+
"@things-factory/scene-legend": "^3.6.33",
|
|
83
|
+
"@things-factory/scene-marker": "^3.6.33",
|
|
84
|
+
"@things-factory/scene-mqtt": "^3.6.33",
|
|
85
|
+
"@things-factory/scene-news-ticker": "^3.6.33",
|
|
86
|
+
"@things-factory/scene-progressbar": "^3.6.33",
|
|
87
|
+
"@things-factory/scene-random": "^3.6.33",
|
|
88
|
+
"@things-factory/scene-restful": "^3.6.33",
|
|
89
|
+
"@things-factory/scene-switch": "^3.6.33",
|
|
90
|
+
"@things-factory/scene-tab": "^3.6.33",
|
|
91
|
+
"@things-factory/scene-table": "^3.6.33",
|
|
92
|
+
"@things-factory/scene-timer": "^3.6.33",
|
|
93
|
+
"@things-factory/scene-visualizer": "^3.6.33",
|
|
94
|
+
"@things-factory/scene-wheel-sorter": "^3.6.33",
|
|
95
|
+
"@things-factory/setting-ui": "^3.6.33",
|
|
96
|
+
"@things-factory/system-ui": "^3.6.33",
|
|
97
97
|
"chance": "^1.1.4"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@things-factory/builder": "^3.6.
|
|
100
|
+
"@things-factory/builder": "^3.6.33"
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "965ef2f6fdc604b4f800e4d01337a3814b3b0d21"
|
|
103
103
|
}
|