antd-vue-dbthor 1.0.86 → 1.0.87

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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://www.dbice.cn/antd-vue-dbthor/docs/",
4
4
  "type": "module",
5
5
  "private": false,
6
- "version": "1.0.86",
6
+ "version": "1.0.87",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -17,7 +17,8 @@
17
17
  "docs:dev": "cross-env NODE_ENV=development vitepress dev docs",
18
18
  "docs:build": "cross-env NODE_ENV=production vitepress build docs",
19
19
  "docs:preview": "cross-env NODE_ENV=production vitepress preview docs",
20
- "push": "npm publish"
20
+ "push": "npm publish",
21
+ "postinstall": "patch-package"
21
22
  },
22
23
  "files": [
23
24
  "dist"
@@ -60,6 +61,7 @@
60
61
  "js-file-downloader": "^1.1.25",
61
62
  "mime": "^4.0.6",
62
63
  "numeral": "^2.0.6",
64
+ "patch-package": "^8.0.0",
63
65
  "path": "^0.12.7",
64
66
  "pinyin-pro": "^3.26.0",
65
67
  "postcss": "^8.4.49",