@gguf/pigbot 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -60,7 +60,7 @@ pnpm gateway:watch
60
60
  ## How it works (short)
61
61
 
62
62
  ```
63
- WhatsApp / Telegram / Slack / Discord / Google Chat / Signal / iMessage / BlueBubbles / Microsoft Teams / Matrix / Zalo / Zalo Personal / WebChat
63
+ WhatsApp / Telegram / Slack / Discord / Google Chat / Signal / iMessage / BlueBubbles / Microsoft Teams ...
64
64
 
65
65
 
66
66
  ┌───────────────────────────────┐
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.2",
2
+ "version": "0.0.3",
3
3
  "commit": null,
4
- "builtAt": "2026-01-28T12:53:20.091Z"
4
+ "builtAt": "2026-01-28T13:43:51.547Z"
5
5
  }
@@ -1 +1 @@
1
- 5dc8a2d4575567fb65fe2b45982bfd5aac655c9e06519ff80313f93621fd1f14
1
+ a2e3435f71be29ebade03531de0c21c701c95842c5f2c3ba75c710d30b30585e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gguf/pigbot",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Assistant anywhere - WhatsApp gateway CLI with Pi RPC",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -146,7 +146,11 @@
146
146
  "canvas:a2ui:bundle": "bash scripts/bundle-a2ui.sh",
147
147
  "check:loc": "node --import tsx scripts/check-ts-max-loc.ts --max 500"
148
148
  },
149
- "keywords": [],
149
+ "keywords": [
150
+ "pigbot",
151
+ "moltbot",
152
+ "clawdbot"
153
+ ],
150
154
  "author": "",
151
155
  "license": "MIT",
152
156
  "engines": {