@kmkf-fe-packages/kmkf-utils 2.2.43 → 2.2.44

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.
@@ -164,6 +164,7 @@ export var updateKmGoodsHandle = function updateKmGoodsHandle() {
164
164
  if (config.orderBackGoodsLevel !== "2" && subItem.suits && subItem.suits.length) {
165
165
  subItem.suits.forEach(function (suit) {
166
166
  suit.systemOrderNo = next === null || next === void 0 ? void 0 : next.sid;
167
+ suit.outerSkuId = suit === null || suit === void 0 ? void 0 : suit.outerId;
167
168
  });
168
169
  prv.push.apply(prv, _toConsumableArray(subItem.suits));
169
170
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.2.43",
3
+ "version": "2.2.44",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "4fdc844c8c20fb2075c5e576453f63a52cdcc26f",
44
+ "gitHead": "41c1fbf76ed5c942bca355b808995efafedbf3e3",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }