Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: ledgerService import #67

Merged
merged 2 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/connectors/ledger-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reef-knot/ledger-connector

## 1.0.1

### Patch Changes

- Fix ledgerService import

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/ledger-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/ledger-connector",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down
3 changes: 1 addition & 2 deletions packages/connectors/ledger-connector/src/hid/signer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Eth from '@ledgerhq/hw-app-eth';
import ledgerService from '@ledgerhq/hw-app-eth/lib/services/ledger';
import Eth, { ledgerService } from '@ledgerhq/hw-app-eth';
import {
LoadConfig,
ResolutionConfig,
Expand Down
7 changes: 7 additions & 0 deletions packages/reef-knot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reef-knot

## 1.5.2

### Patch Changes

- Updated dependencies
- @reef-knot/[email protected]

## 1.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/reef-knot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reef-knot",
"version": "1.5.1",
"version": "1.5.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -49,6 +49,6 @@
"@reef-knot/wallets-list": "1.4.2",
"@reef-knot/wallets-helpers": "1.1.2",
"@reef-knot/types": "1.2.1",
"@reef-knot/ledger-connector": "1.0.0"
"@reef-knot/ledger-connector": "1.0.1"
}
}