From 6e20713adfef6b92933b8c49e6abf19a6964dceb Mon Sep 17 00:00:00 2001 From: ThePlenkov Date: Wed, 16 Sep 2026 11:42:26 +0000 Subject: [PATCH] fix(adt-proxy): add publishConfig.access for npm publishing The newly added @abapify/adt-proxy package was missing publishConfig.access, which caused the npm-trust-check preflight in publish.yml to fail and block the entire v0.4.2 publish run (including unrelated packages like @abapify/ts-xsd). Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- packages/adt-proxy/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/adt-proxy/package.json b/packages/adt-proxy/package.json index ef8aa797..b9b17a0a 100644 --- a/packages/adt-proxy/package.json +++ b/packages/adt-proxy/package.json @@ -3,6 +3,9 @@ "version": "0.4.2", "description": "ADT proxy server with JSON↔XML conversion", "license": "MIT", + "publishConfig": { + "access": "public" + }, "type": "module", "types": "./dist/index.d.mts", "exports": {