chore: fix npm package contents
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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
|
## 2026.1.12
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "clawdbot",
|
"name": "clawdbot",
|
||||||
"version": "2026.1.12",
|
"version": "2026.1.12-1",
|
||||||
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
|
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@@ -17,6 +17,7 @@
|
|||||||
"dist/config/**",
|
"dist/config/**",
|
||||||
"dist/control-ui/**",
|
"dist/control-ui/**",
|
||||||
"dist/cron/**",
|
"dist/cron/**",
|
||||||
|
"dist/channels/**",
|
||||||
"dist/daemon/**",
|
"dist/daemon/**",
|
||||||
"dist/discord/**",
|
"dist/discord/**",
|
||||||
"dist/gateway/**",
|
"dist/gateway/**",
|
||||||
|
|||||||
Reference in New Issue
Block a user