@ledgerhq/coin-solana 0.16.0-nightly.0 → 0.16.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 +34 -4
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-solana@0.
|
|
2
|
+
> @ledgerhq/coin-solana@0.16.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
|
|
3
3
|
> tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ledgerhq/coin-solana
|
|
2
2
|
|
|
3
|
-
## 0.16.0
|
|
3
|
+
## 0.16.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,9 +10,39 @@
|
|
|
10
10
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
|
-
- Updated dependencies [[`
|
|
14
|
-
- @ledgerhq/
|
|
15
|
-
- @ledgerhq/
|
|
13
|
+
- Updated dependencies [[`5f27549`](https://github.com/LedgerHQ/ledger-live/commit/5f275498e80060f98238a54e8ae3e2c94bfd7c91), [`fa8b10c`](https://github.com/LedgerHQ/ledger-live/commit/fa8b10cac5603eedd7c2309d2bb544a7d2d1a1a8), [`e2630cb`](https://github.com/LedgerHQ/ledger-live/commit/e2630cbec8d94ae037b2bf85cfa200a277ae739f), [`c15d7ea`](https://github.com/LedgerHQ/ledger-live/commit/c15d7ea48e41168726a90a17809175aee5bfa940), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
|
|
14
|
+
- @ledgerhq/coin-framework@2.4.0
|
|
15
|
+
- @ledgerhq/types-live@6.64.0
|
|
16
|
+
|
|
17
|
+
## 0.16.0-next.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [#9558](https://github.com/LedgerHQ/ledger-live/pull/9558) [`55d7e30`](https://github.com/LedgerHQ/ledger-live/commit/55d7e30eae1488581b1e7f912b0a6932d5c0b798) Thanks [@Justkant](https://github.com/Justkant)! - fix: handle a possibly undefined error from promise catch
|
|
22
|
+
|
|
23
|
+
- [#9480](https://github.com/LedgerHQ/ledger-live/pull/9480) [`579a6f1`](https://github.com/LedgerHQ/ledger-live/commit/579a6f11a119b63d517511b41ab52c957000063b) Thanks [@Justkant](https://github.com/Justkant)! - fix: handle 5XX errors and other retriable errors with ky
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [[`5f27549`](https://github.com/LedgerHQ/ledger-live/commit/5f275498e80060f98238a54e8ae3e2c94bfd7c91), [`fa8b10c`](https://github.com/LedgerHQ/ledger-live/commit/fa8b10cac5603eedd7c2309d2bb544a7d2d1a1a8), [`e2630cb`](https://github.com/LedgerHQ/ledger-live/commit/e2630cbec8d94ae037b2bf85cfa200a277ae739f), [`c15d7ea`](https://github.com/LedgerHQ/ledger-live/commit/c15d7ea48e41168726a90a17809175aee5bfa940), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
|
|
28
|
+
- @ledgerhq/coin-framework@2.4.0-next.0
|
|
29
|
+
- @ledgerhq/types-live@6.64.0-next.0
|
|
30
|
+
|
|
31
|
+
## 0.15.1
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
|
|
36
|
+
- @ledgerhq/types-live@6.63.0
|
|
37
|
+
- @ledgerhq/coin-framework@2.3.0
|
|
38
|
+
|
|
39
|
+
## 0.15.1-next.0
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
|
|
44
|
+
- @ledgerhq/types-live@6.63.0-next.0
|
|
45
|
+
- @ledgerhq/coin-framework@2.3.0-next.0
|
|
16
46
|
|
|
17
47
|
## 0.15.0
|
|
18
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-solana",
|
|
3
|
-
"version": "0.16.0
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "Ledger Solana Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"object-hash": "^2.2.0",
|
|
56
56
|
"rxjs": "^7.8.1",
|
|
57
57
|
"superstruct": "0.16.7",
|
|
58
|
-
"@ledgerhq/coin-framework": "^2.
|
|
58
|
+
"@ledgerhq/coin-framework": "^2.4.0",
|
|
59
59
|
"@ledgerhq/cryptoassets": "^13.13.0",
|
|
60
60
|
"@ledgerhq/devices": "8.4.4",
|
|
61
61
|
"@ledgerhq/errors": "^6.19.1",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@ledgerhq/live-network": "^2.0.5",
|
|
64
64
|
"@ledgerhq/logs": "^6.12.0",
|
|
65
65
|
"@ledgerhq/types-cryptoassets": "^7.20.0",
|
|
66
|
-
"@ledgerhq/types-live": "^6.
|
|
66
|
+
"@ledgerhq/types-live": "^6.64.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@faker-js/faker": "^8.4.1",
|