chore: fix npm package contents
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.12-2
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Packaging: include `dist/memory/**` in the npm tarball (fixes `ERR_MODULE_NOT_FOUND` for `dist/memory/index.js`).
|
||||||
|
|
||||||
## 2026.1.12-1
|
## 2026.1.12-1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "clawdbot",
|
"name": "clawdbot",
|
||||||
"version": "2026.1.12-1",
|
"version": "2026.1.12-2",
|
||||||
"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",
|
||||||
@@ -51,6 +51,7 @@
|
|||||||
"dist/routing/**",
|
"dist/routing/**",
|
||||||
"dist/utils/**",
|
"dist/utils/**",
|
||||||
"dist/logging/**",
|
"dist/logging/**",
|
||||||
|
"dist/memory/**",
|
||||||
"dist/markdown/**",
|
"dist/markdown/**",
|
||||||
"dist/pairing/**",
|
"dist/pairing/**",
|
||||||
"dist/whatsapp/**"
|
"dist/whatsapp/**"
|
||||||
|
|||||||
Reference in New Issue
Block a user