fix: resolve qrcode ESM import for Node 25

This commit is contained in:
Peter Steinberger
2026-01-05 03:47:57 +01:00
parent 3110e37db4
commit 2eb78b8da7
5 changed files with 12 additions and 3 deletions

View File

@@ -7,6 +7,12 @@
### Fixes
- Onboarding: resolve CLI entrypoint when running via `npx` so gateway daemon install works without a build step.
## 2026.1.5-2
### Fixes
- NPM package: include `dist/sessions` so `clawdbot agent` resolves session helpers in npx installs.
- Node 25: avoid unsupported directory import by targeting `qrcode-terminal/vendor/QRCode/*.js` modules.
## 2026.1.5-1
### Fixes