@ledgerhq/coin-polkadot 6.2.0 → 6.2.1-next.0
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 +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/coin-polkadot
|
|
2
2
|
|
|
3
|
+
## 6.2.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`9ceee03`](https://github.com/LedgerHQ/ledger-live/commit/9ceee03c33c41bb035fe64f9303acd36872536b6), [`98eb2eb`](https://github.com/LedgerHQ/ledger-live/commit/98eb2ebce8e12742a68b8f54ba625d63c4958087), [`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f), [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
|
|
8
|
+
- @ledgerhq/types-live@6.74.0-next.0
|
|
9
|
+
- @ledgerhq/errors@6.22.0-next.0
|
|
10
|
+
- @ledgerhq/coin-framework@5.4.0-next.0
|
|
11
|
+
- @ledgerhq/cryptoassets@13.19.0-next.0
|
|
12
|
+
- @ledgerhq/devices@8.4.7-next.0
|
|
13
|
+
- @ledgerhq/live-network@2.0.11-next.0
|
|
14
|
+
|
|
3
15
|
## 6.2.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-polkadot",
|
|
3
|
-
"version": "6.2.0",
|
|
3
|
+
"version": "6.2.1-next.0",
|
|
4
4
|
"description": "Ledger Polkadot Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -119,15 +119,15 @@
|
|
|
119
119
|
"invariant": "^2.2.2",
|
|
120
120
|
"lodash": "^4.17.21",
|
|
121
121
|
"rxjs": "^7.8.1",
|
|
122
|
-
"@ledgerhq/coin-framework": "^5.
|
|
123
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
124
|
-
"@ledgerhq/devices": "8.4.
|
|
122
|
+
"@ledgerhq/coin-framework": "^5.4.0-next.0",
|
|
123
|
+
"@ledgerhq/cryptoassets": "^13.19.0-next.0",
|
|
124
|
+
"@ledgerhq/devices": "8.4.7-next.0",
|
|
125
|
+
"@ledgerhq/errors": "^6.22.0-next.0",
|
|
125
126
|
"@ledgerhq/live-env": "^2.10.0",
|
|
126
|
-
"@ledgerhq/live-network": "^2.0.
|
|
127
|
+
"@ledgerhq/live-network": "^2.0.11-next.0",
|
|
127
128
|
"@ledgerhq/logs": "^6.13.0",
|
|
128
129
|
"@ledgerhq/types-cryptoassets": "^7.23.0",
|
|
129
|
-
"@ledgerhq/types-live": "^6.
|
|
130
|
-
"@ledgerhq/errors": "^6.21.0"
|
|
130
|
+
"@ledgerhq/types-live": "^6.74.0-next.0"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
133
|
"@faker-js/faker": "^8.4.1",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"ts-node": "^10.9.2",
|
|
146
146
|
"typescript": "^5.4.5",
|
|
147
147
|
"@ledgerhq/disable-network-setup": "^0.0.0",
|
|
148
|
-
"@ledgerhq/hw-app-polkadot": "^6.34.
|
|
148
|
+
"@ledgerhq/hw-app-polkadot": "^6.34.3-next.0"
|
|
149
149
|
},
|
|
150
150
|
"scripts": {
|
|
151
151
|
"clean": "rimraf lib lib-es",
|