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 +1 -1
- package/package.json +1 -1
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.
|
|
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",
|