@things-factory/operato-wms 6.2.0 → 6.2.2
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/client/bootstrap.js +1 -3
- package/package.json +10 -10
package/client/bootstrap.js
CHANGED
|
@@ -121,9 +121,7 @@ export default async function bootstrap() {
|
|
|
121
121
|
})
|
|
122
122
|
|
|
123
123
|
/* set auth management menus into more-panel */
|
|
124
|
-
|
|
125
|
-
setAuthManagementMenus(credential)
|
|
126
|
-
})
|
|
124
|
+
setAuthManagementMenus()
|
|
127
125
|
|
|
128
126
|
/* 사용자가 로그인 된 경우에 setting 변경 */
|
|
129
127
|
auth.on('profile', async () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.2",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@operato/scene-visualizer": "^1.0.0",
|
|
74
74
|
"@operato/scene-wheel-sorter": "^1.0.0",
|
|
75
75
|
"@things-factory/apptool-ui": "^6.2.0",
|
|
76
|
-
"@things-factory/auth-ui": "^6.2.
|
|
76
|
+
"@things-factory/auth-ui": "^6.2.1",
|
|
77
77
|
"@things-factory/barcode-ui": "^6.2.0",
|
|
78
78
|
"@things-factory/biz-ui": "^6.2.0",
|
|
79
79
|
"@things-factory/board-service": "^6.2.0",
|
|
@@ -93,29 +93,29 @@
|
|
|
93
93
|
"@things-factory/import-ui": "^6.2.0",
|
|
94
94
|
"@things-factory/import-ui-excel": "^6.2.0",
|
|
95
95
|
"@things-factory/more-ui": "^6.2.0",
|
|
96
|
-
"@things-factory/notification": "^6.2.
|
|
97
|
-
"@things-factory/operato-tools": "^6.2.
|
|
96
|
+
"@things-factory/notification": "^6.2.1",
|
|
97
|
+
"@things-factory/operato-tools": "^6.2.2",
|
|
98
98
|
"@things-factory/pdf": "^6.2.0",
|
|
99
99
|
"@things-factory/print-proxy-service": "^6.2.0",
|
|
100
100
|
"@things-factory/print-service": "^6.2.0",
|
|
101
101
|
"@things-factory/print-ui": "^6.2.0",
|
|
102
102
|
"@things-factory/product-base": "^6.2.0",
|
|
103
|
-
"@things-factory/resource-ui": "^6.2.
|
|
104
|
-
"@things-factory/sales-ui": "^6.2.
|
|
103
|
+
"@things-factory/resource-ui": "^6.2.1",
|
|
104
|
+
"@things-factory/sales-ui": "^6.2.1",
|
|
105
105
|
"@things-factory/scene-google-map": "^6.2.0",
|
|
106
106
|
"@things-factory/setting-ui": "^6.2.0",
|
|
107
107
|
"@things-factory/system-ui": "^6.2.0",
|
|
108
108
|
"@things-factory/transport-base": "^6.2.0",
|
|
109
109
|
"@things-factory/tutorial-ui": "^6.2.0",
|
|
110
|
-
"@things-factory/warehouse-base": "^6.2.
|
|
111
|
-
"@things-factory/worksheet-base": "^6.2.
|
|
110
|
+
"@things-factory/warehouse-base": "^6.2.1",
|
|
111
|
+
"@things-factory/worksheet-base": "^6.2.1"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@things-factory/builder": "^6.2.
|
|
114
|
+
"@things-factory/builder": "^6.2.2",
|
|
115
115
|
"cypress": "^9.4.1",
|
|
116
116
|
"cypress-file-upload": "^5.0.8",
|
|
117
117
|
"cypress-localstorage-commands": "^1.6.1",
|
|
118
118
|
"eslint-plugin-cypress": "^2.12.1"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "6876e3c31d769ea706cf587b5cba2d7b10607618"
|
|
121
121
|
}
|