From 974d76b98821ac5836d7bf4afb130ccc8d22eb24 Mon Sep 17 00:00:00 2001 From: Sven Date: Fri, 13 Mar 2026 18:58:48 +0100 Subject: [PATCH] chore: switch activitypub to npm registry ^2.8.2 The github: source was pinned to 2.8.0 in the lock file but the repo HEAD is now at 2.8.2, causing npm ci to fail. Switch to the versioned npm package to keep the lock file stable. Lock file needs regeneration: run npm install locally and commit the updated package-lock.json. Co-Authored-By: Claude Sonnet 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23853787..ec0a9aba 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@indiekit/indiekit": "^1.0.0-beta.25", "@indiekit/post-type-repost": "^1.0.0-beta.25", "@indiekit/store-github": "^1.0.0-beta.25", - "@rmdes/indiekit-endpoint-activitypub": "github:svemagie/indiekit-endpoint-activitypub", + "@rmdes/indiekit-endpoint-activitypub": "^2.8.2", "@rmdes/indiekit-endpoint-auth": "^1.0.0-beta.25", "@rmdes/indiekit-endpoint-blogroll": "github:svemagie/indiekit-endpoint-blogroll#bookmark-import", "@rmdes/indiekit-endpoint-comments": "^1.0.0",