@ledgerhq/connect-kit 1.0.6 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ export type EthereumRequestPayload = {
6
6
  };
7
7
  export interface EthereumProvider {
8
8
  providers?: EthereumProvider[];
9
+ connector?: unknown;
9
10
  request<T = unknown>(args: EthereumRequestPayload): Promise<T>;
10
11
  disconnect?: {
11
12
  (): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A library for dapps to integrate with Ledger Connect and Ledger Live",
5
5
  "author": "Hugo Lopes",
6
6
  "license": "MIT",