@clawos-dev/clawd 0.2.1 → 0.2.2-beta.1.e86e2eb
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.cjs +0 -1
- package/package.json +13 -1
- package/dist/cli.cjs.map +0 -1
package/dist/cli.cjs
CHANGED
|
@@ -17783,4 +17783,3 @@ main().catch((err) => {
|
|
|
17783
17783
|
console.error("[clawd] fatal:", err);
|
|
17784
17784
|
process.exit(1);
|
|
17785
17785
|
});
|
|
17786
|
-
//# sourceMappingURL=cli.cjs.map
|
package/package.json
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clawos-dev/clawd",
|
|
3
|
-
"version": "0.2.1",
|
|
3
|
+
"version": "0.2.2-beta.1.e86e2eb",
|
|
4
4
|
"description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"homepage": "https://github.com/ottin4ttc/clawos/tree/main/clawd/daemon",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/ottin4ttc/clawos.git",
|
|
11
|
+
"directory": "clawd/daemon"
|
|
12
|
+
},
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/ottin4ttc/clawos/issues"
|
|
15
|
+
},
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
7
19
|
"bin": {
|
|
8
20
|
"clawd": "./dist/cli.cjs"
|
|
9
21
|
},
|