From 76a4b85c08a6c22ad02edca432c05eef5e504ccf Mon Sep 17 00:00:00 2001 From: Stultus Mundi Date: Thu, 19 Dec 2024 16:04:09 +0200 Subject: [PATCH] Publish adjustments --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2375065..364c04d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { - "version": "0.20.0-alpha.16", + "version": "0.21.0", "license": "BSD-3", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", + "dist-esm", "src" ], "exports": { @@ -34,6 +35,9 @@ }, "name": "@runonflux/avalanche-wallet-sdk", "author": "Ava Labs", + "contributors": [ + "Stultus Mundi" + ], "repository": { "type": "git", "url": "https://github.com/ZelCore-io/avalanche-wallet-sdk" @@ -94,6 +98,6 @@ "xss": "~1.0.11" }, "peerDependencies": { - "avalanche": ">= 3.15.2" + "@avalabs/avalanchejs": ">= 3.17.0" } }