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

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.
@@ -142,15 +142,6 @@ var updateJyItemListHandle = function updateJyItemListHandle(list, type, comList
142
142
  items: items
143
143
  };
144
144
  if (type === "logistics") {
145
- // const deliveryList = (next?.deliveryList || []).map((t: any) => {
146
- // return {
147
- // items,
148
- // logisticsCompanyName: t?.expressName,
149
- // logisticsCompany: t?.expressCode,
150
- // logisticsCode: t?.mailNo,
151
- // };
152
- // });
153
- // prv.push(...deliveryList);
154
145
  params.logisticsCompanyName = next === null || next === void 0 ? void 0 : next.logistName;
155
146
  params.logisticsCompany = next === null || next === void 0 ? void 0 : next.logisticId;
156
147
  params.logisticsCode = next === null || next === void 0 ? void 0 : next.logisticNo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.2.13-beta.24",
3
+ "version": "2.2.13-beta.26",
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": "8df4efcb267844d3dfdeb9ddf408436164924049",
44
+ "gitHead": "3968788e060fede72cd7a10c97d03893530a9c96",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }