diffprism 0.2.0 → 0.2.8
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/bin.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
startReview
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HXSFRZWN.js";
|
|
5
5
|
|
|
6
6
|
// cli/src/index.ts
|
|
7
7
|
import { Command } from "commander";
|
|
@@ -16,7 +16,7 @@ async function review(ref, flags) {
|
|
|
16
16
|
} else if (ref) {
|
|
17
17
|
diffRef = ref;
|
|
18
18
|
} else {
|
|
19
|
-
diffRef = "
|
|
19
|
+
diffRef = "all";
|
|
20
20
|
}
|
|
21
21
|
try {
|
|
22
22
|
const result = await startReview({
|
package/dist/mcp-server.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "diffprism",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Local-first code review tool for agent-generated code changes",
|
|
6
6
|
"bin": {
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"cli": "pnpm -F @diffprism/ui build && tsx cli/src/index.ts",
|
|
20
20
|
"prepublishOnly": "pnpm run build"
|
|
21
21
|
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "https://github.com/CodeJonesW/diffprism"
|
|
25
|
+
},
|
|
22
26
|
"engines": {
|
|
23
27
|
"node": ">=20"
|
|
24
28
|
},
|