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