From 28b4685ba9c84aa523ef7b7f834ac0a1255d6353 Mon Sep 17 00:00:00 2001 From: Kevin Le Seigle Date: Tue, 22 Oct 2024 16:16:43 +0200 Subject: [PATCH] fix: publish packages that are needed for the cli --- libs/hw-ledger-key-ring-protocol/package.json | 1 - libs/ledger-key-ring-protocol/package.json | 1 - libs/speculos-transport/package.json | 1 - 3 files changed, 3 deletions(-) diff --git a/libs/hw-ledger-key-ring-protocol/package.json b/libs/hw-ledger-key-ring-protocol/package.json index 6022859f2001..5c041f2cace0 100644 --- a/libs/hw-ledger-key-ring-protocol/package.json +++ b/libs/hw-ledger-key-ring-protocol/package.json @@ -2,7 +2,6 @@ "name": "@ledgerhq/hw-ledger-key-ring-protocol", "version": "0.2.0", "description": "Ledger Key Ring Protocol hardware layer", - "private": true, "keywords": [ "Ledger" ], diff --git a/libs/ledger-key-ring-protocol/package.json b/libs/ledger-key-ring-protocol/package.json index 555c46e75a96..7e4cc770a5a5 100644 --- a/libs/ledger-key-ring-protocol/package.json +++ b/libs/ledger-key-ring-protocol/package.json @@ -2,7 +2,6 @@ "name": "@ledgerhq/ledger-key-ring-protocol", "version": "0.5.0", "description": "Ledger Key Ring Protocol layer", - "private": true, "keywords": [ "Ledger" ], diff --git a/libs/speculos-transport/package.json b/libs/speculos-transport/package.json index 407503a880f3..d59f61c495a6 100644 --- a/libs/speculos-transport/package.json +++ b/libs/speculos-transport/package.json @@ -2,7 +2,6 @@ "name": "@ledgerhq/speculos-transport", "version": "0.1.7", "description": "Ledger Live speculos transport test helper", - "private": true, "keywords": [ "Ledger" ],