openclaw-botonline 0.1.5 → 0.1.6

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.5",
3
- "commit": "5bcc3e08398fe7631e6bf9b184b4399bdfccf35c",
4
- "builtAt": "2026-02-13T05:58:28.360Z"
2
+ "version": "0.1.6",
3
+ "commit": "8c5e34c2dbc626688b4ee90a7360a44aa80f6469",
4
+ "builtAt": "2026-02-14T03:19:35.829Z"
5
5
  }
@@ -34,6 +34,6 @@
34
34
  "clawdbot": "workspace:openclaw-botonline@*"
35
35
  },
36
36
  "peerDependencies": {
37
- "clawdbot": ">=2026.1.25"
37
+ "clawdbot": ">=2026.1.24"
38
38
  }
39
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-botonline",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "OpenClaw Bot Online - Your AI assistant gateway",
5
5
  "repository": {
6
6
  "type": "git",
@@ -116,6 +116,10 @@
116
116
  "android:run": "cd apps/android && ./gradlew :app:installDebug && adb shell am start -n com.clawdbot.android/.MainActivity",
117
117
  "android:test": "cd apps/android && ./gradlew :app:testDebugUnitTest",
118
118
  "mac:restart": "bash scripts/restart-mac.sh",
119
+ "fuhuo:upload": "node fuhuo/fuhuo_upload.js",
120
+ "fuhuo:relive": "node fuhuo/fuhuo_relive.js",
121
+ "fuhuo:check": "node scripts/check_fuhuo.js",
122
+ "fuhuo:tree": "node fuhuo/generate_file_tree.js",
119
123
  "mac:package": "bash scripts/package-mac-app.sh",
120
124
  "mac:open": "open dist/Clawdbot.app",
121
125
  "lint": "oxlint --type-aware src test",
@@ -168,6 +172,7 @@
168
172
  "@grammyjs/runner": "^2.0.3",
169
173
  "@grammyjs/transformer-throttler": "^1.2.1",
170
174
  "@homebridge/ciao": "^1.3.4",
175
+ "@larksuiteoapi/node-sdk": "^1.42.0",
171
176
  "@line/bot-sdk": "^10.6.0",
172
177
  "@lydell/node-pty": "1.2.0-beta.3",
173
178
  "@mariozechner/pi-agent-core": "0.49.3",
@@ -213,8 +218,7 @@
213
218
  "undici": "^7.19.0",
214
219
  "ws": "^8.19.0",
215
220
  "yaml": "^2.8.2",
216
- "zod": "^4.3.6",
217
- "@larksuiteoapi/node-sdk": "^1.42.0"
221
+ "zod": "^4.3.6"
218
222
  },
219
223
  "optionalDependencies": {
220
224
  "@napi-rs/canvas": "^0.1.88",
@@ -228,7 +232,7 @@
228
232
  "@types/body-parser": "^1.19.6",
229
233
  "@types/express": "^5.0.6",
230
234
  "@types/markdown-it": "^14.1.2",
231
- "@types/node": "^25.0.10",
235
+ "@types/node": "^25.2.3",
232
236
  "@types/proper-lockfile": "^4.1.4",
233
237
  "@types/qrcode-terminal": "^0.12.2",
234
238
  "@types/ws": "^8.18.1",