@ledgerhq/coin-polkadot 2.0.0-next.0 → 2.0.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-polkadot@
|
|
2
|
+
> @ledgerhq/coin-polkadot@2.0.0 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,16 @@
|
|
|
1
1
|
# @ledgerhq/coin-polkadot
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#9092](https://github.com/LedgerHQ/ledger-live/pull/9092) [`5e18866`](https://github.com/LedgerHQ/ledger-live/commit/5e18866320b843632699659ee66f6c410c108c1e) Thanks [@jprudent](https://github.com/jprudent)! - Change coin-framework/api types for list operations
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`5e18866`](https://github.com/LedgerHQ/ledger-live/commit/5e18866320b843632699659ee66f6c410c108c1e)]:
|
|
12
|
+
- @ledgerhq/coin-framework@1.0.0
|
|
13
|
+
|
|
3
14
|
## 2.0.0-next.0
|
|
4
15
|
|
|
5
16
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-polkadot",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Ledger Polkadot Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"invariant": "^2.2.2",
|
|
120
120
|
"lodash": "^4.17.21",
|
|
121
121
|
"rxjs": "^7.8.1",
|
|
122
|
-
"@ledgerhq/coin-framework": "^1.0.0
|
|
122
|
+
"@ledgerhq/coin-framework": "^1.0.0",
|
|
123
123
|
"@ledgerhq/cryptoassets": "^13.10.0",
|
|
124
124
|
"@ledgerhq/devices": "8.4.4",
|
|
125
125
|
"@ledgerhq/errors": "^6.19.1",
|