axios-wrapper-pro 1.0.6 → 1.0.7

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axios-wrapper-pro",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "基于 Axios 的增强型 HTTP 客户端,支持请求去重、自动取消、重试机制和可配置拦截器",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -28,9 +28,9 @@
28
28
  "license": "MIT",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "git+https://github.com/Jin0811/axios-wrapper-pro.git"
31
+ "url": "https://github.com/Jin0811/axios-wrapper-pro.git"
32
32
  },
33
- "homepage": "https://github.com/Jin0811/axio-wrapper-pro",
33
+ "homepage": "https://github.com/Jin0811/axios-wrapper-pro",
34
34
  "peerDependencies": {
35
35
  "axios": "*"
36
36
  },