@kmkf-fe-packages/kmkf-utils 2.1.11 → 2.2.1

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
- 112311111
1
+ 1123111
@@ -8,6 +8,7 @@ var msgTypeCh = {
8
8
  YT: "圆通拦截",
9
9
  feishu: "飞书",
10
10
  xz_qywx: "企业微信 [接口]",
11
+ xz_wx: "微信 [接口]",
11
12
  xz_qq: "QQ消息 [接口]",
12
13
  JST_REISSUE: "聚水潭补发",
13
14
  JST_GET_LOGISTICS_CODE: "聚水潭获取物流单号",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.1.11",
3
+ "version": "2.2.1",
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": "bae37c7d672c8cf62a72cd261a2c69fe14c3ce5e",
44
+ "gitHead": "b37647c66086182f9995b97478b26a9c892f63b9",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }