@nanawan/axle 1.0.1 → 1.0.3

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.
package/README.md CHANGED
@@ -9,10 +9,10 @@
9
9
  <a href="https://github.com/puijs/axle/blob/main/README.zh-CN.md">中文介绍</a>
10
10
  </p>
11
11
  <p>
12
- <img src="https://img.shields.io/npm/v/@pui/axle?style=flat-square" alt="version">
12
+ <img src="https://img.shields.io/npm/v/@nanawan/axle?style=flat-square" alt="version">
13
13
  <img src="https://img.shields.io/github/stars/puijs/axle" alt="stars">
14
14
  <img src="https://img.shields.io/badge/vue-v3.2.0%2B-%23407fbc" alt="vue">
15
- <img src="https://img.shields.io/npm/l/@pui/axle.svg" alt="license">
15
+ <img src="https://img.shields.io/npm/l/@nanawan/axle.svg" alt="license">
16
16
  </p>
17
17
  </div>
18
18
 
@@ -34,19 +34,19 @@ Progressive request tool based on [axios](https://axios-http.com/). It does not
34
34
 
35
35
  ```shell
36
36
  # npm
37
- npm i @pui/axle -S
37
+ npm i @nanawan/axle -S
38
38
 
39
39
  # yarn
40
- yarn add @pui/axle
40
+ yarn add @nanawan/axle
41
41
 
42
42
  # pnpm
43
- pnpm add @pui/axle
43
+ pnpm add @nanawan/axle
44
44
  ```
45
45
 
46
46
  ### Basic Usage
47
47
 
48
48
  ```js
49
- import { createAxle } from '@pui/axle'
49
+ import { createAxle } from '@nanawan/axle'
50
50
 
51
51
  const axle = createAxle(/** @see https://axios-http.com **/)
52
52
 
package/README.zh-CN.md CHANGED
@@ -9,10 +9,10 @@
9
9
  <a href="https://github.com/puijs/axle/blob/main/README.md">ENGLISH README</a>
10
10
  </p>
11
11
  <p>
12
- <img src="https://img.shields.io/npm/v/@pui/axle?style=flat-square" alt="version">
12
+ <img src="https://img.shields.io/npm/v/@nanawan/axle?style=flat-square" alt="version">
13
13
  <img src="https://img.shields.io/github/stars/puijs/axle" alt="stars">
14
14
  <img src="https://img.shields.io/badge/vue-v3.2.0%2B-%23407fbc" alt="vue">
15
- <img src="https://img.shields.io/npm/l/@pui/axle.svg" alt="license">
15
+ <img src="https://img.shields.io/npm/l/@nanawan/axle.svg" alt="license">
16
16
  </p>
17
17
  </div>
18
18
 
@@ -34,19 +34,19 @@
34
34
 
35
35
  ```shell
36
36
  # npm
37
- npm i @pui/axle -S
37
+ npm i @nanawan/axle -S
38
38
 
39
39
  # yarn
40
- yarn add @pui/axle
40
+ yarn add @nanawan/axle
41
41
 
42
42
  # pnpm
43
- pnpm add @pui/axle
43
+ pnpm add @nanawan/axle
44
44
  ```
45
45
 
46
46
  ### 基本用法
47
47
 
48
48
  ```js
49
- import { createAxle } from '@pui/axle'
49
+ import { createAxle } from '@nanawan/axle'
50
50
 
51
51
  const axle = createAxle(/** @see https://axios-http.com **/)
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanawan/axle",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Progressive request tool based on axios",
5
5
  "keywords": [
6
6
  "axios",
@@ -67,7 +67,7 @@
67
67
  "crypto-js": "^4.2.0",
68
68
  "lodash": "4.17.21",
69
69
  "qs": "^6.11.0",
70
- "rattail": "^2.0.3"
70
+ "parattail": "^2.0.3"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@types/crypto-js": "^4.2.1",