mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 08:52:21 +00:00
npm 12 returns a package-keyed object from `npm pack --json` instead of an array. The CLI packages.ts path already dual-parses; the release workflow still assumed an array and would fail packing the CLI tarball on npm 12 runners. Refs: openclaw/clawhub#3275 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>