@ywfe/fe-tools 1.0.1 → 1.0.2-beta.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ywfe/fe-tools",
3
- "version": "1.0.1",
3
+ "version": "1.0.2-beta.0",
4
4
  "description": "工具函数库",
5
5
  "main": "./dist/bundle.js",
6
6
  "module": "./dist/bundle.js",
@@ -17,12 +17,11 @@
17
17
  "registry": "https://registry.npmjs.org/"
18
18
  },
19
19
  "dependencies": {
20
- "@ywfe/utils": "0.10.74",
21
- "@lxzy-cli-dev/fe-tools": "1.0.0-beta.2"
20
+ "@ywfe/utils": "^0.10.74"
22
21
  },
23
22
  "devDependencies": {
24
23
  "typescript": "^5.4.5"
25
24
  },
26
25
  "author": "",
27
26
  "license": "ISC"
28
- }
27
+ }