@clawos-dev/clawd 0.2.374 → 0.2.375

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.
Files changed (2) hide show
  1. package/dist/cli.cjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -61104,7 +61104,7 @@ function computeMethodAccess(args) {
61104
61104
  }
61105
61105
 
61106
61106
  // src/version.ts
61107
- var version = "0.2.374".length > 0 ? "0.2.374" : "dev";
61107
+ var version = "0.2.375".length > 0 ? "0.2.375" : "dev";
61108
61108
 
61109
61109
  // src/cli-probe/probe.ts
61110
61110
  var fs64 = __toESM(require("fs"), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.374",
3
+ "version": "0.2.375",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",