@bulolo/hermes-link 0.3.6 → 0.3.7

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.zh-CN.md +0 -6
  2. package/package.json +1 -1
package/README.zh-CN.md CHANGED
@@ -719,14 +719,8 @@ hermeslink autostart off
719
719
  npm install
720
720
  npm run build
721
721
 
722
- # 前台运行(调试)
723
- npm run dev:run
724
- # 或
725
- node dist/cli/index.js daemon --foreground
726
-
727
722
  # watch 模式(自动重编译,需手动重启服务)
728
723
  npm run dev:watch # 终端1:监听源码变化自动 build
729
- node dist/cli/index.js daemon --foreground # 终端2:运行服务
730
724
  node dist/cli/index.js pair
731
725
  # TypeScript 类型检查
732
726
  npm run check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bulolo/hermes-link",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Provides full client API, multi-device auth and conversation management for Hermes Agent, with LAN and internet connectivity.",
5
5
  "author": "Bulolo",
6
6
  "license": "MIT",