From 1dd0fdd7e1617293064afc036ae98fccf6424eba Mon Sep 17 00:00:00 2001 From: Jason Spafford Date: Sun, 6 Oct 2024 21:46:30 -0700 Subject: [PATCH] Add @ledgerhq/errors package to package.json We use this in our ledger integration --- ironfish-cli/package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ironfish-cli/package.json b/ironfish-cli/package.json index d5cae5ea67..a42d2fdff1 100644 --- a/ironfish-cli/package.json +++ b/ironfish-cli/package.json @@ -62,6 +62,7 @@ "dependencies": { "@ironfish/rust-nodejs": "2.7.0", "@ironfish/sdk": "2.7.0", + "@ledgerhq/errors": "6.19.1", "@ledgerhq/hw-transport-node-hid": "6.29.1", "@oclif/core": "4.0.11", "@oclif/plugin-help": "6.2.5", diff --git a/yarn.lock b/yarn.lock index 289ef0150b..39a2a92a4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1515,6 +1515,11 @@ rxjs "^7.8.1" semver "^7.3.5" +"@ledgerhq/errors@6.19.1": + version "6.19.1" + resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-6.19.1.tgz#d9ac45ad4ff839e468b8f63766e665537aaede58" + integrity sha512-75yK7Nnit/Gp7gdrJAz0ipp31CCgncRp+evWt6QawQEtQKYEDfGo10QywgrrBBixeRxwnMy1DP6g2oCWRf1bjw== + "@ledgerhq/errors@^6.17.0": version "6.17.0" resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-6.17.0.tgz#0d56361fe6eb7de3b239e661710679f933f1fcca"