@ledgerhq/connect-kit 1.0.0-beta.6 → 1.0.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,8 @@ export declare const LEDGER_CONNECT_ETHEREUM_PROP = "isLedgerConnect";
4
4
  export interface EthereumProvider {
5
5
  providers?: EthereumProvider[];
6
6
  request(...args: unknown[]): Promise<unknown>;
7
+ disconnect(): Promise<void>;
8
+ emit(eventName: string | symbol, ...args: any[]): boolean;
7
9
  on(...args: unknown[]): void;
8
10
  removeListener(...args: unknown[]): void;
9
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0-beta.7",
4
4
  "description": "A library for dapps to integrate with Ledger Connect and Ledger Live",
5
5
  "author": "Hugo Lopes",
6
6
  "license": "MIT",