@things-factory/operato-wms 4.3.690 → 4.3.691
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.691",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@things-factory/print-ui": "^4.3.689",
|
|
92
92
|
"@things-factory/product-base": "^4.3.689",
|
|
93
93
|
"@things-factory/resource-ui": "^4.3.689",
|
|
94
|
-
"@things-factory/sales-ui": "^4.3.
|
|
94
|
+
"@things-factory/sales-ui": "^4.3.691",
|
|
95
95
|
"@things-factory/scene-data-transform": "^4.3.591",
|
|
96
96
|
"@things-factory/scene-excel": "^4.3.591",
|
|
97
97
|
"@things-factory/scene-firebase": "^4.3.591",
|
|
@@ -107,16 +107,15 @@
|
|
|
107
107
|
"@things-factory/system-ui": "^4.3.689",
|
|
108
108
|
"@things-factory/transport-base": "^4.3.689",
|
|
109
109
|
"@things-factory/tutorial-ui": "^4.3.689",
|
|
110
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
111
|
-
"@things-factory/worksheet-base": "^4.3.
|
|
110
|
+
"@things-factory/warehouse-base": "^4.3.691",
|
|
111
|
+
"@things-factory/worksheet-base": "^4.3.691"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@things-factory/builder": "^4.3.591",
|
|
115
|
-
"@things-factory/worksheet-ui": "^4.3.689",
|
|
116
115
|
"cypress": "^9.4.1",
|
|
117
116
|
"cypress-file-upload": "^5.0.8",
|
|
118
117
|
"cypress-localstorage-commands": "^1.6.1",
|
|
119
118
|
"eslint-plugin-cypress": "^2.12.1"
|
|
120
119
|
},
|
|
121
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "dc1e45ed6c160eb955d91159d17e0acaf5b9aa61"
|
|
122
121
|
}
|