chore: fix npm package contents

This commit is contained in:
Peter Steinberger
2026-01-13 09:33:02 +00:00
parent 9eab82b717
commit 7e2f5126bc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.12-1
### Fixes
- Packaging: include `dist/channels/**` in the npm tarball (fixes `ERR_MODULE_NOT_FOUND` for `dist/channels/registry.js`).
## 2026.1.12
### Highlights

View File

@@ -1,6 +1,6 @@
{
"name": "clawdbot",
"version": "2026.1.12",
"version": "2026.1.12-1",
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
"type": "module",
"main": "dist/index.js",
@@ -17,6 +17,7 @@
"dist/config/**",
"dist/control-ui/**",
"dist/cron/**",
"dist/channels/**",
"dist/daemon/**",
"dist/discord/**",
"dist/gateway/**",