clawdoctor 0.4.9 → 0.4.10
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/index.js +1 -1
- package/package.json +4 -1
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ const store_js_1 = require("./store.js");
|
|
|
15
15
|
const utils_js_1 = require("./utils.js");
|
|
16
16
|
const snapshots_js_1 = require("./snapshots.js");
|
|
17
17
|
const audit_js_1 = require("./audit.js");
|
|
18
|
-
const pkg = { version: '0.
|
|
18
|
+
const pkg = { version: '0.4.9' };
|
|
19
19
|
const program = new commander_1.Command();
|
|
20
20
|
program
|
|
21
21
|
.name('clawdoctor')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clawdoctor",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
4
4
|
"description": "Self-healing doctor for OpenClaw. Watches gateway, crons, and sessions, sends Telegram alerts, and auto-fixes what it can.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -42,5 +42,8 @@
|
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|
|
44
44
|
"url": "https://github.com/turleydesigns/clawdoctor.git"
|
|
45
|
+
},
|
|
46
|
+
"bugs": {
|
|
47
|
+
"url": "https://github.com/turleydesigns/clawdoctor/issues"
|
|
45
48
|
}
|
|
46
49
|
}
|