@ledgerhq/coin-filecoin 1.15.0 → 1.15.1
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 +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-filecoin@1.15.
|
|
2
|
+
> @ledgerhq/coin-filecoin@1.15.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-filecoin
|
|
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-filecoin
|
|
2
2
|
|
|
3
|
+
## 1.15.1
|
|
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
|
+
## 1.15.1-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
|
## 1.15.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-filecoin",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.1",
|
|
4
4
|
"description": "Ledger Filecoin Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
"iso-filecoin": "^4.1.0",
|
|
101
101
|
"lodash": "^4.17.21",
|
|
102
102
|
"rxjs": "^7.8.1",
|
|
103
|
-
"@ledgerhq/coin-framework": "^6.10.
|
|
104
|
-
"@ledgerhq/cryptoassets": "^13.34.
|
|
105
|
-
"@ledgerhq/devices": "8.7.
|
|
106
|
-
"@ledgerhq/errors": "^6.27.
|
|
103
|
+
"@ledgerhq/coin-framework": "^6.10.1",
|
|
104
|
+
"@ledgerhq/cryptoassets": "^13.34.1",
|
|
105
|
+
"@ledgerhq/devices": "8.7.1",
|
|
106
|
+
"@ledgerhq/errors": "^6.27.1",
|
|
107
107
|
"@ledgerhq/live-env": "^2.22.0",
|
|
108
|
-
"@ledgerhq/live-network": "^2.1.
|
|
108
|
+
"@ledgerhq/live-network": "^2.1.3",
|
|
109
109
|
"@ledgerhq/logs": "^6.13.0",
|
|
110
110
|
"@ledgerhq/types-cryptoassets": "^7.30.0",
|
|
111
111
|
"@ledgerhq/types-live": "^6.90.0"
|