@ledgerhq/connect-kit 1.1.11 → 1.1.12

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.1.12 - 2024-02-01
11
+ Export SupportedProviderImplementations
12
+
10
13
  ## 1.1.11 - 2024-01-31
11
14
  Remove analytics
12
15
 
@@ -71,4 +71,4 @@ declare function checkSupport(options: CheckSupportOptions): CheckSupportResult;
71
71
 
72
72
  declare const enableDebugLogs: () => void;
73
73
 
74
- export { EthereumProvider, SupportedProviders, checkSupport, enableDebugLogs, getProvider };
74
+ export { EthereumProvider, SupportedProviderImplementations, SupportedProviders, checkSupport, enableDebugLogs, getProvider };