From 8f75903606e7d8cbac65fc03fbfb3c364d4f6aa5 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 17 Jul 2026 12:49:24 +0000 Subject: [PATCH] chore: add release changeset for plugin-api and bump pnpm to fix npm publish The two prior release workflow runs failed to publish @wolfstar/plugin-api to npm with ERR_PNPM_OTP_NON_INTERACTIVE, a known pnpm bug in the OIDC trusted-publishing flow fixed in pnpm 11.13.0. Bump packageManager to pnpm@11.13.1 and add a changeset so the next merge to main produces a Version Packages PR and publish attempt for the package. --- .changeset/release-plugin-api.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/release-plugin-api.md diff --git a/.changeset/release-plugin-api.md b/.changeset/release-plugin-api.md new file mode 100644 index 0000000..e7115ca --- /dev/null +++ b/.changeset/release-plugin-api.md @@ -0,0 +1,5 @@ +--- +"@wolfstar/plugin-api": patch +--- + +Republish `@wolfstar/plugin-api` after fixing the npm trusted-publishing configuration that prevented earlier releases from reaching the registry. diff --git a/package.json b/package.json index 4258d88..6a1aeee 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,5 @@ "engines": { "node": ">=20.0.0" }, - "packageManager": "pnpm@11.11.0" + "packageManager": "pnpm@11.13.1+sha512.b2fc7683b8a6525414e7d13e1ba28caaddde96bf66ec540bfaeb7e702b81f3e0be4d1f295edf7f9fe0396740a8dce4509c582ddf79891f4543fea32d37645f25" }