Skip to content

Commit 7c67b37

Browse files
4.5.0: fix missing type generic
1 parent 610ac8c commit 7c67b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emurgo/ledger-connect-handler",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "Interface for communication with Cardano Ledger app",
55
"author": "EMURGO.io",
66
"license": "MIT",

src/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type ConnectionType = $Values<typeof CONNECTION_TYPE>;
4242

4343
/* Response Types */
4444
export type ExtendedPublicKeyResp<Response> = {|
45-
response: GetExtendedPublicKeyResponse,
45+
response: Response,
4646
deviceVersion: GetVersionResponse,
4747
deriveSerial: GetSerialResponse,
4848
|};

0 commit comments

Comments
 (0)