@ledgerhq/coin-polkadot 6.13.1 → 6.13.2
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +22 -0
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-polkadot@6.13.
|
|
2
|
+
> @ledgerhq/coin-polkadot@6.13.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-polkadot
|
|
3
3
|
> tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @ledgerhq/coin-polkadot
|
|
2
2
|
|
|
3
|
+
## 6.13.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
|
|
8
|
+
- @ledgerhq/errors@6.27.1
|
|
9
|
+
- @ledgerhq/coin-framework@6.10.1
|
|
10
|
+
- @ledgerhq/cryptoassets@13.34.1
|
|
11
|
+
- @ledgerhq/devices@8.7.1
|
|
12
|
+
- @ledgerhq/live-network@2.1.3
|
|
13
|
+
|
|
14
|
+
## 6.13.2-hotfix.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
|
|
19
|
+
- @ledgerhq/errors@6.27.1-hotfix.0
|
|
20
|
+
- @ledgerhq/coin-framework@6.10.1-hotfix.0
|
|
21
|
+
- @ledgerhq/cryptoassets@13.34.1-hotfix.0
|
|
22
|
+
- @ledgerhq/devices@8.7.1-hotfix.0
|
|
23
|
+
- @ledgerhq/live-network@2.1.3-hotfix.0
|
|
24
|
+
|
|
3
25
|
## 6.13.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-polkadot",
|
|
3
|
-
"version": "6.13.
|
|
3
|
+
"version": "6.13.2",
|
|
4
4
|
"description": "Ledger Polkadot Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
"invariant": "^2.2.2",
|
|
120
120
|
"lodash": "^4.17.21",
|
|
121
121
|
"rxjs": "^7.8.1",
|
|
122
|
-
"@ledgerhq/coin-framework": "^6.10.
|
|
123
|
-
"@ledgerhq/cryptoassets": "^13.34.
|
|
124
|
-
"@ledgerhq/devices": "8.7.
|
|
125
|
-
"@ledgerhq/errors": "^6.27.
|
|
126
|
-
"@ledgerhq/live-network": "^2.1.
|
|
127
|
-
"@ledgerhq/logs": "^6.13.0",
|
|
122
|
+
"@ledgerhq/coin-framework": "^6.10.1",
|
|
123
|
+
"@ledgerhq/cryptoassets": "^13.34.1",
|
|
124
|
+
"@ledgerhq/devices": "8.7.1",
|
|
125
|
+
"@ledgerhq/errors": "^6.27.1",
|
|
126
|
+
"@ledgerhq/live-network": "^2.1.3",
|
|
128
127
|
"@ledgerhq/types-cryptoassets": "^7.30.0",
|
|
129
|
-
"@ledgerhq/types-live": "^6.90.0"
|
|
128
|
+
"@ledgerhq/types-live": "^6.90.0",
|
|
129
|
+
"@ledgerhq/logs": "^6.13.0"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
132
|
"@faker-js/faker": "^8.4.1",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"ts-node": "^10.9.2",
|
|
143
143
|
"typescript": "^5.4.5",
|
|
144
144
|
"@ledgerhq/disable-network-setup": "^0.1.0",
|
|
145
|
-
"@ledgerhq/hw-app-polkadot": "^6.34.
|
|
145
|
+
"@ledgerhq/hw-app-polkadot": "^6.34.10"
|
|
146
146
|
},
|
|
147
147
|
"scripts": {
|
|
148
148
|
"clean": "rimraf lib lib-es",
|