claude-b 0.5.1 → 0.5.2

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/dist/cli/index.js CHANGED
@@ -160,7 +160,7 @@ var DaemonClient = class extends EventEmitter {
160
160
  // package.json
161
161
  var package_default = {
162
162
  name: "claude-b",
163
- version: "0.5.1",
163
+ version: "0.5.2",
164
164
  description: "Background-capable Claude Code with async workflows and REST API",
165
165
  type: "module",
166
166
  main: "dist/cli/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-b",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Background-capable Claude Code with async workflows and REST API",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",