From ba61f7d01666159a9acaa5de7db73164de9e2d3d Mon Sep 17 00:00:00 2001 From: Brian Love Date: Thu, 30 Apr 2026 17:17:57 -0700 Subject: [PATCH] chore(licensing): drop publishConfig.provenance for local first publish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provenance generation requires GitHub OIDC (only works from CI). With this set, local 'npm publish' / 'nx release publish' fails with "Automatic provenance generation not supported for provider: null". CI will still publish with provenance via NPM_CONFIG_PROVENANCE='true' in .github/workflows/publish.yml — that env var enables provenance without needing the package.json publishConfig flag. Co-Authored-By: Claude Opus 4.7 --- libs/licensing/package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/licensing/package.json b/libs/licensing/package.json index c2a012f32..6d8482adc 100644 --- a/libs/licensing/package.json +++ b/libs/licensing/package.json @@ -12,10 +12,6 @@ "url": "https://github.com/cacheplane/angular-agent-framework/issues" }, "sideEffects": false, - "publishConfig": { - "access": "public", - "provenance": true - }, "peerDependencies": { "@noble/ed25519": "^2.2.3" }