sy-api-pro 0.0.3 → 0.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 +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,10 +6,6 @@
6
6
  }
7
7
  }
8
8
  ```
9
- ## 使用
10
- ```text
11
- yarn api -i 12345678 或 yarn api --id 12345678
12
- ```
13
9
 
14
10
  ## 配置文件(./apis/.api-config.ts)
15
11
  ```typescript
@@ -33,3 +29,8 @@ const config: ConfigModels = {
33
29
 
34
30
  module.exports = config;
35
31
  ```
32
+
33
+ ## 使用
34
+ ```text
35
+ yarn api -i 12345 或 yarn api --id 12345
36
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sy-api-pro",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "./bin/index.js",
5
5
  "types": "./bin/index.d.ts",
6
6
  "bin": {