common-utils-kit 1.1.18 → 1.1.19

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Vue2 Utils Kit
1
+ # Common Utils Kit
2
2
  `common-utils-kit`是一个包含常用函数的npm包,提供了一系列验证、防抖节流、数据格式化等功能
3
3
  ## 安装
4
4
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "common-utils-kit",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "scripts": {
5
5
  "dev": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "main": "./lib/utils-kit.common.js",
12
12
  "peerDependencies": {
13
- "element-ui": "^2.15.0"
13
+ "element-ui": ">=2.13.2"
14
14
  },
15
15
  "dependencies": {
16
16
  "axios": "^1.7.7",