agent-publish-server 1.0.2 → 1.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,3 +47,5 @@ agent-publish-server -c ./agent_config.json
47
47
  > 4. 配置文件路径可以通过 --cf 来指定
48
48
  > 5. 配置文件路径可以通过 --config-file 来指定
49
49
  > 6. 适配 react vue 等前端框架
50
+ > 7. 使用 -v 或 --version 查看当前版本
51
+ > 8. 使用 init 命令初始化配置文件,将在当前目录生成 agent_config.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-publish-server",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "基于 nodejs+express+http-proxy-middleware 的前端服务启动插件",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",