From b72bc37b55a3375ab54509f06bdf19b636c60d0a Mon Sep 17 00:00:00 2001 From: Regev Brody Date: Wed, 15 Jul 2026 11:27:49 +0300 Subject: [PATCH] fix: correct repository URL typo (PrvuoNet -> PruvoNet) 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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21c158c..812b68e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/PrvuoNet/json-expression-eval.git" + "url": "git+https://github.com/PruvoNet/json-expression-eval.git" }, "keywords": [ "evaluate",