@ledgerhq/connect-kit 1.1.11 → 1.1.12

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.
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 };