@ledgerhq/connect-kit 1.1.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- import { default as WalletConnectProvider } from '../support/EthereumProvider/EthereumProvider';
2
- import { CheckSupportWalletConnectProviderOptions } from '../lib/supportOptions';
1
+ import { default as WalletConnectProvider } from "../support/EthereumProvider/EthereumProvider";
2
+ import { CheckSupportWalletConnectProviderOptions } from "../lib/supportOptions";
3
3
  /**
4
4
  * Specifies the required options for the provider.
5
5
  */
@@ -1,4 +1,2 @@
1
1
  export declare const REQUIRED_METHODS: string[];
2
- export declare const OPTIONAL_METHODS: string[];
3
2
  export declare const REQUIRED_EVENTS: string[];
4
- export declare const OPTIONAL_EVENTS: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "A library for dApps to integrate with the Ledger Extension and Ledger Live",
5
5
  "author": "Ledger SAS <ledger.com>",
6
6
  "license": "MIT",