From 36b9ddf004b20115f8a77ffc9bf8ff531a8b3124 Mon Sep 17 00:00:00 2001 From: Ayoub Date: Wed, 30 Oct 2024 10:55:54 +0100 Subject: [PATCH] ci: set package publish visibility to public --- .changeset/config.json | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index edef2ebc..428ac598 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/package.json b/package.json index 131afba8..aeda6438 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,9 @@ "engines": { "node": ">=18" }, + "publishConfig": { + "access": "public" + }, "dependencies": { "@axelar-network/axelar-cgp-solidity": "6.4.0", "@axelar-network/axelar-gmp-sdk-solidity": "6.0.3"