@ledgerhq/connect-kit 1.1.9 → 1.1.10

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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.1.10 - 2024-01-24
11
+ Fix connect-kit dependencies
12
+ Update connect-kit README
13
+
10
14
  ## 1.1.9 - 2024-01-18
11
15
  Export SupportedProviders and EthereumProvider
12
16
  Bumps node version (16->20) in connect-kit release workflow
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
1
  # Ledger Connect Kit
2
2
 
3
- Please use Connect Kit Loader, read the information available on the
4
- [connect-kit-loader](../connect-kit-loader) package.
3
+ Ledger Connect Kit lets you connect your DApps to Ledger hardware wallets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.1.9",
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
  }