axios-annotations 1.0.0 → 1.0.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -122,6 +122,8 @@ export default class TestService extends Service {
122
122
  }
123
123
  }
124
124
  ```
125
+ 如果不爽部分IDE的`non-promise inspection info`下划线,也可以给方法加上`async`。
126
+
125
127
 
126
128
  ### QueryString Encoding
127
129
  `key-values pair`转查询串算法,运行环境不支持`URLSearchParams`时使用默认算法,也可以自定义。
@@ -138,8 +140,6 @@ if (typeof URLSearchParams === "undefined") {
138
140
  }
139
141
  ```
140
142
 
141
- 如果不爽部分IDE的`non-promise inspection info`下划线,也可以给方法加上`async`。
142
-
143
143
  ## Configuration
144
144
 
145
145
  ### Custom Config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axios-annotations",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/sitorhy/axios-annotations.git"