har-gen-api 0.1.0 → 0.1.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
- # har-gen-mock
1
+ # har-gen-api
2
2
  > 浏览器HAR转成接口文件
3
3
 
4
4
  ## 使用
5
5
 
6
6
  ### 全局安装
7
7
  ```bash
8
- npm install -g har-gen-mock
8
+ npm install -g har-gen-api
9
9
  ```
10
10
 
11
11
  ### 命令行使用
12
12
  ```bash
13
- har-gen-mock --input mock/har.local --output mock/api.local --baseURL /api --overwrite
13
+ har-gen-api --input mock/har.local --output mock/api.local --baseURL /api --overwrite
14
14
  ```
15
15
 
16
16
  ### 参数说明:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "har-gen-api",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",