@ledgerhq/connect-kit 1.1.2 → 1.1.3

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.
@@ -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.2",
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",