dsh-pocket 1.8.1 → 1.8.2

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.
package/README.en.md CHANGED
@@ -162,7 +162,7 @@ Such tools take over all traffic and often cut cloudflared's tunnel-edge connect
162
162
  ```sh
163
163
  npm install
164
164
  node client/build.mjs # rebuild after editing client/
165
- npm test # proxy / auth / compression / tunnel / service / RPC (40 tests)
165
+ npm test # proxy / auth / compression / tunnel / service / RPC (43 tests)
166
166
  ```
167
167
 
168
168
  ## 🤝 Credits
package/README.md CHANGED
@@ -163,7 +163,7 @@ npx @deepseek-ai/dsh web
163
163
  ```sh
164
164
  npm install
165
165
  node client/build.mjs # 改 client/ 后重新打包
166
- npm test # 代理 / 认证 / 压缩 / 隧道 / 服务 / RPC(40 测试)
166
+ npm test # 代理 / 认证 / 压缩 / 隧道 / 服务 / RPC(43 测试)
167
167
  ```
168
168
 
169
169
  ## 🤝 致谢
package/package.json CHANGED
@@ -76,5 +76,5 @@
76
76
  "access": "public",
77
77
  "registry": "https://registry.npmjs.org/"
78
78
  },
79
- "version": "1.8.1"
79
+ "version": "1.8.2"
80
80
  }