@kmkf-fe-packages/kmkf-utils 2.0.54-beta.50 → 2.0.54-beta.52

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.
@@ -270,7 +270,7 @@ var updateKmItemListHandle = function updateKmItemListHandle(list, type, comList
270
270
  items: items
271
271
  };
272
272
  if (type === "logistics") {
273
- params.logisticsCompany = next === null || next === void 0 ? void 0 : next.expressCompanyId;
273
+ params.logisticsCompany = next === null || next === void 0 ? void 0 : next.logisticsCompanyId;
274
274
  params.logisticsCode = next === null || next === void 0 ? void 0 : next.outSid;
275
275
  } else if (type === "send") {
276
276
  params.sendId = next.warehouseId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.0.54-beta.50",
3
+ "version": "2.0.54-beta.52",
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": "e8f0090328b7c197bbbb0a974b6e153d44d66208",
44
+ "gitHead": "83dd59a7d1021046baab038d5867de69f1099132",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }