@kmkf-fe-packages/kmkf-utils 2.2.39-beta.31 → 2.2.39-beta.32

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.
@@ -193,7 +193,7 @@ export var updateKmGoodsHandle = function updateKmGoodsHandle() {
193
193
  if (config.orderBackGoodsLevel !== "2" && subItem.suits && subItem.suits.length) {
194
194
  subItem.suits.forEach(function (suit) {
195
195
  suit.systemOrderNo = next === null || next === void 0 ? void 0 : next.sid;
196
- suit.outerSkuId = next === null || next === void 0 ? void 0 : next.outerId;
196
+ suit.outerSkuId = suit === null || suit === void 0 ? void 0 : suit.outerId;
197
197
  });
198
198
  prv.push.apply(prv, _toConsumableArray(subItem.suits));
199
199
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.2.39-beta.31",
3
+ "version": "2.2.39-beta.32",
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": "8298d6be66284f3f65c33c68f9c23b5760090d78",
44
+ "gitHead": "3738f693fb67a8b86de3791881cfa92a28b86987",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }