@gguf/claw 2026.2.2 → 2026.2.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.2.2",
2
+ "version": "2026.2.3",
3
3
  "commit": null,
4
- "builtAt": "2026-02-03T07:48:37.567Z"
4
+ "builtAt": "2026-02-03T08:06:22.217Z"
5
5
  }
@@ -1 +1 @@
1
- b786047c6a2ab0d1f4de5892cabd7ac33f4d1d09b79be66af08f97f8ea3f545b
1
+ 83bc88e43298068ba70cb678d799c372c07e4dab83938270b5839f6d3f7922e2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gguf/claw",
3
- "version": "2026.2.2",
3
+ "version": "2026.2.3",
4
4
  "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
5
5
  "keywords": [
6
6
  "claw",
@@ -10,7 +10,7 @@
10
10
  "license": "MIT",
11
11
  "author": "",
12
12
  "bin": {
13
- "openclaw": "openclaw.mjs",
13
+ "claw": "openclaw.mjs",
14
14
  "moltbot": "openclaw.mjs",
15
15
  "pigbot": "openclaw.mjs"
16
16
  },