Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
NiveditJain marked this conversation as resolved.

## 0.0.11-beta.0 — 2026-05-13

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
],
"author": "ExosphereHost Inc. <failproofai@exosphere.host>",
"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"
Expand Down