diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ba76c..daccaaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Fixes - Remove orphan `exospheresmall` token from the Next.js proxy matcher in `proxy.ts` — no asset by that name exists in the repo. +- Restore `FailproofAI` org casing in `package.json` `homepage`, `repository.url`, and `bugs.url` (was lowercased to `failproofai/failproofai` during the org rename). npm provenance verification compares the field byte-for-byte against `${{ github.repository }}` (`FailproofAI/failproofai`) and rejected `0.0.11-beta.1` publish with `422 Error verifying sigstore provenance bundle: Failed to validate repository information`. GitHub URL routing is case-insensitive so this only affected provenance verification, not link resolution. ## 0.0.11-beta.0 — 2026-05-13 diff --git a/package.json b/package.json index eb33b1d..6bcc904 100644 --- a/package.json +++ b/package.json @@ -59,13 +59,13 @@ ], "author": "ExosphereHost Inc. ", "license": "SEE LICENSE IN LICENSE", - "homepage": "https://github.com/failproofai/failproofai", + "homepage": "https://github.com/FailproofAI/failproofai", "repository": { "type": "git", - "url": "https://github.com/failproofai/failproofai.git" + "url": "https://github.com/FailproofAI/failproofai.git" }, "bugs": { - "url": "https://github.com/failproofai/failproofai/issues" + "url": "https://github.com/FailproofAI/failproofai/issues" }, "publishConfig": { "access": "public"