proof-pr 0.1.8 → 0.1.9

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
@@ -39,7 +39,7 @@ npx proof-pr@latest benchmark --cases benchmarks/cases
39
39
  ## GitHub Action
40
40
 
41
41
  ```yaml
42
- - uses: linsk27/proof-pr@v0.1.8
42
+ - uses: linsk27/proof-pr@v0.1.9
43
43
  with:
44
44
  fail-on: high
45
45
  comment: "true"
package/dist/index.js CHANGED
@@ -25735,7 +25735,7 @@ const build_program = new Command();
25735
25735
  build_program
25736
25736
  .name("proof-pr")
25737
25737
  .description("Review pull request evidence, scope, and safety before maintainers spend time on it.")
25738
- .version("0.1.7");
25738
+ .version("0.1.9");
25739
25739
  build_program
25740
25740
  .command("scan", { isDefault: true })
25741
25741
  .description("Scan a git diff and print a ProofPR report.")
@@ -25927,7 +25927,7 @@ jobs:
25927
25927
  runs-on: ubuntu-latest
25928
25928
  steps:
25929
25929
  - uses: actions/checkout@v4
25930
- - uses: linsk27/proof-pr@v0.1.7
25930
+ - uses: linsk27/proof-pr@v0.1.9
25931
25931
  with:
25932
25932
  fail-on: ${failOn}
25933
25933
  comment: "true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proof-pr",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "CLI for ProofPR, a maintainer-focused pull request evidence scanner.",
5
5
  "license": "MIT",
6
6
  "type": "module",