Skip to content

fix: correct repository URL typo (PrvuoNet -> PruvoNet)#67

Merged
regevbr merged 1 commit into
masterfrom
fix-repository-url-typo
Jul 15, 2026
Merged

fix: correct repository URL typo (PrvuoNet -> PruvoNet)#67
regevbr merged 1 commit into
masterfrom
fix-repository-url-typo

Conversation

@regevbr

@regevbr regevbr commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fixes a typo in package.json's repository.url field: PrvuoNetPruvoNet.

Why

npm publish was failing with a sigstore provenance verification error:

npm error 422 Unprocessable Entity - PUT https://registry.npmjs.org/json-expression-eval
- Error verifying sigstore provenance bundle: Failed to validate repository information:
package.json: "repository.url" is "git+https://github.com/PrvuoNet/json-expression-eval.git",
expected to match "https://github.com/PruvoNet/json-expression-eval" from provenance

The provenance bundle (generated from the actual GitHub repo) records PruvoNet, but the
typo'd PrvuoNet in package.json did not match, so verification rejected the publish.

Test plan

  • Re-run the release/publish workflow so a fresh provenance bundle is generated from the corrected package.json.

🤖 Generated with Claude Code

The repository.url contained a typo 'PrvuoNet' which broke npm publish
with sigstore provenance verification, since it did not match the actual
GitHub repository URL recorded in the provenance bundle.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@regevbr
regevbr merged commit 367fad7 into master Jul 15, 2026
10 checks passed
@regevbr
regevbr deleted the fix-repository-url-typo branch July 15, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant