@things-factory/operato-pms 7.0.63 → 7.0.65
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 +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-pms",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.65",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -63,35 +63,35 @@
|
|
|
63
63
|
"@operato/scene-table": "^7.0.0",
|
|
64
64
|
"@operato/scene-visualizer": "^7.0.0",
|
|
65
65
|
"@operato/scene-wheel-sorter": "^7.0.0",
|
|
66
|
-
"@things-factory/apptool-ui": "^7.0.
|
|
67
|
-
"@things-factory/auth-ui": "^7.0.
|
|
68
|
-
"@things-factory/biz-base": "^7.0.
|
|
69
|
-
"@things-factory/board-service": "^7.0.
|
|
70
|
-
"@things-factory/board-ui": "^7.0.
|
|
71
|
-
"@things-factory/code-ui": "^7.0.
|
|
72
|
-
"@things-factory/context-ui": "^7.0.
|
|
73
|
-
"@things-factory/dashboard": "^7.0.
|
|
74
|
-
"@things-factory/document-template-ui": "^7.0.
|
|
75
|
-
"@things-factory/export-ui": "^7.0.
|
|
76
|
-
"@things-factory/export-ui-csv": "^7.0.
|
|
77
|
-
"@things-factory/export-ui-excel": "^7.0.
|
|
78
|
-
"@things-factory/fav-base": "^7.0.
|
|
66
|
+
"@things-factory/apptool-ui": "^7.0.64",
|
|
67
|
+
"@things-factory/auth-ui": "^7.0.64",
|
|
68
|
+
"@things-factory/biz-base": "^7.0.64",
|
|
69
|
+
"@things-factory/board-service": "^7.0.64",
|
|
70
|
+
"@things-factory/board-ui": "^7.0.64",
|
|
71
|
+
"@things-factory/code-ui": "^7.0.64",
|
|
72
|
+
"@things-factory/context-ui": "^7.0.65",
|
|
73
|
+
"@things-factory/dashboard": "^7.0.64",
|
|
74
|
+
"@things-factory/document-template-ui": "^7.0.64",
|
|
75
|
+
"@things-factory/export-ui": "^7.0.65",
|
|
76
|
+
"@things-factory/export-ui-csv": "^7.0.65",
|
|
77
|
+
"@things-factory/export-ui-excel": "^7.0.65",
|
|
78
|
+
"@things-factory/fav-base": "^7.0.64",
|
|
79
79
|
"@things-factory/form-ui": "^7.0.55",
|
|
80
|
-
"@things-factory/help": "^7.0.
|
|
81
|
-
"@things-factory/i18n-base": "^7.0.
|
|
82
|
-
"@things-factory/import-ui": "^7.0.
|
|
83
|
-
"@things-factory/import-ui-excel": "^7.0.
|
|
84
|
-
"@things-factory/lite-menu": "^7.0.
|
|
85
|
-
"@things-factory/more-ui": "^7.0.
|
|
86
|
-
"@things-factory/notification": "^7.0.
|
|
87
|
-
"@things-factory/print-ui": "^7.0.
|
|
88
|
-
"@things-factory/resource-ui": "^7.0.
|
|
89
|
-
"@things-factory/setting-ui": "^7.0.
|
|
90
|
-
"@things-factory/shell": "^7.0.
|
|
91
|
-
"@things-factory/system": "^7.0.
|
|
80
|
+
"@things-factory/help": "^7.0.64",
|
|
81
|
+
"@things-factory/i18n-base": "^7.0.64",
|
|
82
|
+
"@things-factory/import-ui": "^7.0.65",
|
|
83
|
+
"@things-factory/import-ui-excel": "^7.0.65",
|
|
84
|
+
"@things-factory/lite-menu": "^7.0.64",
|
|
85
|
+
"@things-factory/more-ui": "^7.0.64",
|
|
86
|
+
"@things-factory/notification": "^7.0.65",
|
|
87
|
+
"@things-factory/print-ui": "^7.0.65",
|
|
88
|
+
"@things-factory/resource-ui": "^7.0.65",
|
|
89
|
+
"@things-factory/setting-ui": "^7.0.64",
|
|
90
|
+
"@things-factory/shell": "^7.0.64",
|
|
91
|
+
"@things-factory/system": "^7.0.64"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@things-factory/builder": "^7.0.49"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "24a2392283157242439c14aec5a1f6070a15752f"
|
|
97
97
|
}
|