@elizaos/plugin-gitpathologist 2.0.3-beta.3 → 2.0.3-beta.5
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-gitpathologist",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.5",
|
|
4
4
|
"description": "Forensic git-history analysis for elizaOS agents: per-surface health timeline, drift inflection detection, rot post-mortem.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/node/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "bun run build.ts",
|
|
55
55
|
"build:ts": "bun run build.ts",
|
|
56
|
-
"clean": "rm
|
|
56
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo",
|
|
57
57
|
"test": "vitest run --config vitest.config.ts",
|
|
58
58
|
"typecheck": "tsgo --noEmit",
|
|
59
59
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"format:check": "bunx @biomejs/biome format ."
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@elizaos/core": "2.0.3-beta.
|
|
65
|
+
"@elizaos/core": "2.0.3-beta.5"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@biomejs/biome": "^2.4.14",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"vitest": "^4.1.8"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
-
"@elizaos/core": "2.0.3-beta.
|
|
74
|
+
"@elizaos/core": "2.0.3-beta.5"
|
|
75
75
|
},
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"node": "Node.js build available via exports.node"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "ff6157011c9459670021cc28a6797592a78b8817"
|
|
112
112
|
}
|