Skip to content

Commit 6ca6bde

Browse files
committed
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
1 parent 43207ad commit 6ca6bde

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/wasm-bip32/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@bitgo/wasm-bip32",
3-
"private": true,
43
"description": "Minimal WebAssembly BIP32/ECPair implementation with message signing",
54
"version": "0.0.1",
65
"type": "module",

packages/wasm-solana/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@bitgo/wasm-solana",
33
"description": "WebAssembly wrapper for Solana cryptographic operations",
44
"version": "0.0.1",
5-
"private": true,
65
"type": "module",
76
"repository": {
87
"type": "git",

0 commit comments

Comments
 (0)