axios-wrapper-pro 1.0.3 → 1.0.4

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,12 +16,14 @@
16
16
 
17
17
  ```bash
18
18
  # npm安装
19
- npm install axios-wrapper-pro
19
+ npm install axios axios-wrapper-pro
20
20
 
21
21
  # yarn安装
22
- yarn add axios-wrapper-pro
22
+ yarn add axios axios-wrapper-pro
23
23
  ```
24
24
 
25
+ **注意:** axios-wrapper-pro 依赖 axios,请确保同时安装。
26
+
25
27
  ## 使用方法
26
28
 
27
29
  ### 基本使用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axios-wrapper-pro",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "基于 Axios 的增强型 HTTP 客户端,支持请求去重、自动取消、重试机制和可配置拦截器",
5
5
  "scripts": {
6
6
  "build": "tsc",