@kmkf-fe-packages/basic-components 2.0.54-beta.50 → 2.0.54-beta.51
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -16891,7 +16891,7 @@ var processKmGoods = function processKmGoods(_ref6) {
|
|
|
16891
16891
|
};
|
|
16892
16892
|
return list.map(function (item) {
|
|
16893
16893
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
16894
|
-
|
|
16894
|
+
skuPropertiesName: item.specName,
|
|
16895
16895
|
sysTitle: item.goodName,
|
|
16896
16896
|
title: null,
|
|
16897
16897
|
shortTitle: item.goodShortName,
|
package/dist/index.js
CHANGED
|
@@ -16903,7 +16903,7 @@ var processKmGoods = function processKmGoods(_ref6) {
|
|
|
16903
16903
|
};
|
|
16904
16904
|
return list.map(function (item) {
|
|
16905
16905
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
16906
|
-
|
|
16906
|
+
skuPropertiesName: item.specName,
|
|
16907
16907
|
sysTitle: item.goodName,
|
|
16908
16908
|
title: null,
|
|
16909
16909
|
shortTitle: item.goodShortName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.54-beta.
|
|
3
|
+
"version": "2.0.54-beta.51",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "366baf1475a741d399a6971f44ce26121166d0bb"
|
|
69
69
|
}
|