@kmkf-fe-packages/basic-components 2.10.15 → 2.10.16
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/index.esm.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -25400,7 +25400,7 @@ var processKmGoods$1 = function processKmGoods(_ref9) {
|
|
|
25400
25400
|
return list.map(function (item) {
|
|
25401
25401
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
25402
25402
|
skuPropertiesName: item.specName,
|
|
25403
|
-
sysSkuPropertiesName: item.
|
|
25403
|
+
sysSkuPropertiesName: item.propertiesValue,
|
|
25404
25404
|
sysTitle: item.goodName,
|
|
25405
25405
|
title: null,
|
|
25406
25406
|
shortTitle: item.goodShortName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.16",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "2.10.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.10.16",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"ali-react-table": "2.6.1",
|
|
26
26
|
"bignumber.js": "^9.1.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "7969bb9a25fdde865928f6e0dc4f3993e7673a36"
|
|
70
70
|
}
|