sy-api-pro 0.0.2 → 0.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.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # package.json
1
+ ## package.json
2
2
  ```json
3
3
  {
4
4
  "scripts": {
@@ -6,9 +6,12 @@
6
6
  }
7
7
  }
8
8
  ```
9
- 使用:yarn api -i 12345678 或 yarn api --id 12345678
9
+ ## 使用
10
+ ```text
11
+ yarn api -i 12345678 或 yarn api --id 12345678
12
+ ```
10
13
 
11
- # 配置文件(./apis/.api-config.ts)
14
+ ## 配置文件(./apis/.api-config.ts)
12
15
  ```typescript
13
16
  import { ConfigModels } from 'sy-api-pro';
14
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sy-api-pro",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "./bin/index.js",
5
5
  "types": "./bin/index.d.ts",
6
6
  "bin": {