Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
"fake-indexeddb": "^6.2.5",
"markdown-it": "14.1.1",
"markdown-it": "14.2.0",
"matrix-js-sdk": "41.2.0",
"music-metadata": "^11.12.3"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/whatsapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "OpenClaw WhatsApp channel plugin",
"type": "module",
"dependencies": {
"@whiskeysockets/baileys": "7.0.0-rc.9",
"@whiskeysockets/baileys": "7.0.0-rc12",
"jimp": "^1.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/zalo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "OpenClaw Zalo channel plugin",
"type": "module",
"dependencies": {
"undici": "7.24.0"
"undici": "7.28.0"
},
"devDependencies": {
"openclaw": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1186,13 +1186,13 @@
"@lydell/node-pty": "1.2.0-beta.3",
"@mariozechner/pi-agent-core": "0.57.1",
"@mariozechner/pi-ai": "0.57.1",
"@mariozechner/pi-coding-agent": "0.57.1",
"@mariozechner/pi-coding-agent": "0.73.1",
Comment on lines 1188 to +1189

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 | Confidence: High

  • Breaking Change: Upstream changelog documents explicit breaking changes: extension loading switched to upstream jiti 2.7 (fork removed), and the Xiaomi provider changed from Token Plan AMS to API billing (env var XIAOMI_API_KEY redefined). Any extensions depending on the fork or using the old Xiaomi provider will break.
  • Maintainability: The same changelog notes extension loading now uses upstream jiti 2.7, while package.json already lists jiti: ^2.6.1. This could lead to duplicate or conflicting jiti versions; consider aligning to ^2.7.0 or removing the direct dependency if transitive.

"@mariozechner/pi-tui": "0.57.1",
"@mozilla/readability": "^0.6.0",
"@sinclair/typebox": "0.34.48",
"@slack/bolt": "^4.6.0",
"@slack/web-api": "^7.14.1",
"@whiskeysockets/baileys": "7.0.0-rc.9",
"@whiskeysockets/baileys": "7.0.0-rc12",
"ajv": "^8.18.0",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
Expand All @@ -1204,7 +1204,7 @@
"express": "^5.2.1",
"file-type": "^21.3.1",
"grammy": "^1.41.1",
"hono": "4.12.18",
"hono": "4.12.25",
"https-proxy-agent": "^8.0.0",
"ipaddr.js": "^2.3.0",
"jiti": "^2.6.1",
Expand Down Expand Up @@ -1261,7 +1261,7 @@
"pnpm": {
"minimumReleaseAge": 2880,
"overrides": {
"hono": "4.12.18",
"hono": "4.12.25",
"@hono/node-server": "1.19.10",
"fast-xml-parser": "5.3.8",
"request": "npm:@cypress/request@3.0.10",
Expand Down
Loading
Loading