-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
161786c
commit 878cf65
Showing
7 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@ledgerhq/device-management-kit": minor | ||
--- | ||
|
||
Extract Transports to their own module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
--- | ||
"@ledgerhq/device-management-kit": minor | ||
"@ledgerhq/device-transport-kit-mockserver": minor | ||
"@ledgerhq/device-transport-kit-web-ble": minor | ||
"@ledgerhq/device-transport-kit-web-hid": minor | ||
"@ledgerhq/device-management-kit-sample": minor | ||
--- | ||
|
||
Extract Transports to their own module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"@ledgerhq/device-signer-kit-ethereum": patch | ||
"@ledgerhq/device-management-kit-sample": patch | ||
--- | ||
|
||
Rename keyring to signer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"@ledgerhq/context-module": minor | ||
"@ledgerhq/device-management-kit-sample": patch | ||
--- | ||
|
||
Rework context module builder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"@ledgerhq/device-signer-kit-ethereum": patch | ||
"@ledgerhq/device-management-kit-sample": patch | ||
--- | ||
|
||
Rename SDK to DMK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
"@ledgerhq/context-module": patch | ||
"@ledgerhq/device-signer-kit-ethereum": patch | ||
"@ledgerhq/device-management-kit-sample": patch | ||
--- | ||
|
||
Use type keyword when importing type |