proof-pr 0.1.1 → 0.1.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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -23866,7 +23866,7 @@ const build_program = new Command();
|
|
|
23866
23866
|
build_program
|
|
23867
23867
|
.name("proof-pr")
|
|
23868
23868
|
.description("Review pull request evidence, scope, and safety before maintainers spend time on it.")
|
|
23869
|
-
.version("0.1.
|
|
23869
|
+
.version("0.1.2");
|
|
23870
23870
|
build_program
|
|
23871
23871
|
.command("scan", { isDefault: true })
|
|
23872
23872
|
.description("Scan a git diff and print a ProofPR report.")
|