@kmkf-fe-packages/kmkf-utils 2.2.13-beta.22 → 2.2.13-beta.24

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.
@@ -151,6 +151,7 @@ var updateJyItemListHandle = function updateJyItemListHandle(list, type, comList
151
151
  // };
152
152
  // });
153
153
  // prv.push(...deliveryList);
154
+ params.logisticsCompanyName = next === null || next === void 0 ? void 0 : next.logistName;
154
155
  params.logisticsCompany = next === null || next === void 0 ? void 0 : next.logisticId;
155
156
  params.logisticsCode = next === null || next === void 0 ? void 0 : next.logisticNo;
156
157
  prv.push(params);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.2.13-beta.22",
3
+ "version": "2.2.13-beta.24",
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": "d7a2014469d2717f048fc238b35d9cb0aa59444c",
44
+ "gitHead": "8df4efcb267844d3dfdeb9ddf408436164924049",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }