apipost-cli 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,4 +43,4 @@ Options:
43
43
  --ssl-extra-ca-certs <path> 指定额外受信任的 CA 证书 (PEM)
44
44
  --web-hook <url> Web-hook用于在任务完成后向指定URL发送数据 (POST)
45
45
  -h, --help display help for command
46
- ```
46
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apipost-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Apipost 命令行运行工具",
5
5
  "main": "bin/cli.js",
6
6
  "scripts": {