@kmkf-fe-packages/kmkf-utils 0.11.0-alpha.7 → 0.11.0

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.
package/README.md CHANGED
@@ -1 +1 @@
1
- 1123
1
+ 112311
@@ -52,7 +52,7 @@ var taobaoGoodHandle = function taobaoGoodHandle() {
52
52
  }
53
53
  return params;
54
54
  });
55
- console.log(newList);
55
+ // console.log(newList);
56
56
  return newList;
57
57
  };
58
58
  //订单返填数据重组
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "0.11.0-alpha.7",
3
+ "version": "0.11.0",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -42,5 +42,5 @@
42
42
  "gitHooks": {
43
43
  "pre-commit": "lint-staged"
44
44
  },
45
- "gitHead": "3626759bc859606abaf861180734e1e79b4058c9"
45
+ "gitHead": "5c3b2a30e75b89666c21a62bd4553b4482d2a9e1"
46
46
  }