@ledgerhq/connect-kit 1.1.9 → 1.1.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -2
- package/package.json +4 -4
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
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ledgerhq/connect-kit",
|
3
|
-
"version": "1.1.
|
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": "
|
57
|
-
"rollup-plugin-dotenv": "
|
58
|
-
"uuid": "
|
56
|
+
"@segment/analytics-next": "1.63.0",
|
57
|
+
"rollup-plugin-dotenv": "0.5.0",
|
58
|
+
"uuid": "9.0.1"
|
59
59
|
}
|
60
60
|
}
|