From 331857177a9aa38c7a3140b5ba22f3b449e22afc Mon Sep 17 00:00:00 2001 From: Bolo Michelin <72155+bolom@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:14:54 -0400 Subject: [PATCH] chore: add publishConfig for npm public access and bump version to 2.0.2 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1777215..44a6357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scionx/chain-connect", - "version": "2.0.0", + "version": "2.0.2", "description": "Multi-chain wallet connector supporting Ethereum, Solana, and Tron with minimalist Swiss design", "type": "module", "main": "./dist/chain-connect.js", @@ -72,6 +72,9 @@ ], "author": "", "license": "ISC", + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/scionx/chain-connect.git"