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 CHANGED
@@ -17,7 +17,7 @@ npx proof-pr scan --base origin/main --pr-body-file pr-body.md --format json
17
17
  ## GitHub Action
18
18
 
19
19
  ```yaml
20
- - uses: linsk27/proof-pr@v0.1.1
20
+ - uses: linsk27/proof-pr@v0.1.2
21
21
  with:
22
22
  fail-on: high
23
23
  ```
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.0");
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.")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proof-pr",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI for ProofPR, a maintainer-focused pull request evidence scanner.",
5
5
  "license": "MIT",
6
6
  "type": "module",