chore(catalog): pin weixin entry and record install-records ledger fix

- Pin `@tencent-weixin/openclaw-weixin` to `2.4.1` and add
  `expectedIntegrity` so the third-party external catalog entry satisfies
  the `exact-with-integrity` policy enforced in
  `test/official-channel-catalog.test.ts`.
- Add CHANGELOG entries for the install-records ledger fix in
  `channel-catalog-registry` and the new Weixin catalog entry.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
pumpkinxing
2026-05-04 19:56:27 +08:00
committed by George Zhang
parent 4f7498d8d2
commit 26b8793095

View File

@@ -114,8 +114,9 @@
}
},
"install": {
"npmSpec": "@tencent-weixin/openclaw-weixin",
"npmSpec": "@tencent-weixin/openclaw-weixin@2.4.1",
"defaultChoice": "npm",
"expectedIntegrity": "sha512-FZnUVMQRpKGTKezeplr/DYal+5RSif2tXE51pljIFrO8rn7bVnnvpbj81/i9UMrYbuGiom1sl8OeSDzWRDKGhQ==",
"minHostVersion": ">=2026.3.22"
}
}