From 6ca6bde4dc6c8c66e8894f12609b9e7a56547bb2 Mon Sep 17 00:00:00 2001 From: Luis Covarrubias Date: Tue, 20 Jan 2026 15:03:48 -0800 Subject: [PATCH] feat: remove private flag from wasm-bip32 and wasm-solana Enable publishing of the BIP32 and Solana WASM packages to the registry Ticket: BTC-0 --- packages/wasm-bip32/package.json | 1 - packages/wasm-solana/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/wasm-bip32/package.json b/packages/wasm-bip32/package.json index 698c587..6f1fb96 100644 --- a/packages/wasm-bip32/package.json +++ b/packages/wasm-bip32/package.json @@ -1,6 +1,5 @@ { "name": "@bitgo/wasm-bip32", - "private": true, "description": "Minimal WebAssembly BIP32/ECPair implementation with message signing", "version": "0.0.1", "type": "module", diff --git a/packages/wasm-solana/package.json b/packages/wasm-solana/package.json index 562aca2..ff9f91c 100644 --- a/packages/wasm-solana/package.json +++ b/packages/wasm-solana/package.json @@ -2,7 +2,6 @@ "name": "@bitgo/wasm-solana", "description": "WebAssembly wrapper for Solana cryptographic operations", "version": "0.0.1", - "private": true, "type": "module", "repository": { "type": "git",