axios-wrapper-pro 1.0.1 → 1.0.2

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,7 +15,11 @@
15
15
  ## 安装
16
16
 
17
17
  ```bash
18
+ # npm安装
18
19
  npm install axios-wrapper-pro
20
+
21
+ # yarn安装
22
+ yarn add axios-wrapper-pro
19
23
  ```
20
24
 
21
25
  ## 使用方法
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axios-wrapper-pro",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "基于 Axios 的增强型 HTTP 客户端,支持请求去重、自动取消、重试机制和可配置拦截器",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -42,4 +42,4 @@
42
42
  "webpack": "^5.90.0",
43
43
  "webpack-cli": "^5.1.0"
44
44
  }
45
- }
45
+ }