@ledgerhq/connect-kit 1.1.8 → 1.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,8 +3,7 @@ export declare const DEFAULT_CHAIN_ID: number;
3
3
  export declare const DEFAULT_REQUIRED_CHAINS: number[];
4
4
  export declare const DEFAULT_WALLETCONNECT_VERSION: number;
5
5
  export declare enum SupportedProviders {
6
- Ethereum = "Ethereum",
7
- Solana = "Solana"
6
+ Ethereum = "Ethereum"
8
7
  }
9
8
  export declare enum SupportedProviderImplementations {
10
9
  LedgerConnect = "LedgerConnect",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
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",
@@ -53,8 +53,8 @@
53
53
  "typescript": "^4.7.3"
54
54
  },
55
55
  "dependencies": {
56
- "@segment/analytics-next": "^1.53.0",
57
- "rollup-plugin-dotenv": "^0.5.0",
58
- "uuid": "^9.0.0"
56
+ "@segment/analytics-next": "1.63.0",
57
+ "rollup-plugin-dotenv": "0.5.0",
58
+ "uuid": "9.0.1"
59
59
  }
60
60
  }