@ledgerhq/coin-solana 0.15.0-next.0 → 0.15.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 +18 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-solana@0.
|
|
2
|
+
> @ledgerhq/coin-solana@0.15.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,5 +1,23 @@
|
|
|
1
1
|
# @ledgerhq/coin-solana
|
|
2
2
|
|
|
3
|
+
## 0.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#9351](https://github.com/LedgerHQ/ledger-live/pull/9351) [`163da32`](https://github.com/LedgerHQ/ledger-live/commit/163da32dac423444294896d8ff65174a093690aa) Thanks [@qperrot](https://github.com/qperrot)! - Change calls interval from 500ms to 100ms
|
|
8
|
+
|
|
9
|
+
- [#9264](https://github.com/LedgerHQ/ledger-live/pull/9264) [`d71f331`](https://github.com/LedgerHQ/ledger-live/commit/d71f33164714757ebda60e98932c3aa3b58a57ea) Thanks [@Justkant](https://github.com/Justkant)! - feat: SPL 2022 support
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`8675df1`](https://github.com/LedgerHQ/ledger-live/commit/8675df12c24067877358f27e1e7c66f739ff0c78), [`0a59343`](https://github.com/LedgerHQ/ledger-live/commit/0a59343b591dab4e886c21cb47f7339231997331), [`ede6db0`](https://github.com/LedgerHQ/ledger-live/commit/ede6db0b94193cc9072aeb87e90f4098f0434af0), [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
|
|
14
|
+
- @ledgerhq/types-live@6.62.0
|
|
15
|
+
- @ledgerhq/coin-framework@2.2.0
|
|
16
|
+
- @ledgerhq/types-cryptoassets@7.20.0
|
|
17
|
+
- @ledgerhq/cryptoassets@13.13.0
|
|
18
|
+
- @ledgerhq/live-env@2.6.0
|
|
19
|
+
- @ledgerhq/live-network@2.0.5
|
|
20
|
+
|
|
3
21
|
## 0.15.0-next.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-solana",
|
|
3
|
-
"version": "0.15.0
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "Ledger Solana Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"object-hash": "^2.2.0",
|
|
55
55
|
"rxjs": "^7.8.1",
|
|
56
56
|
"superstruct": "0.16.7",
|
|
57
|
-
"@ledgerhq/coin-framework": "^2.2.0
|
|
58
|
-
"@ledgerhq/cryptoassets": "^13.13.0
|
|
57
|
+
"@ledgerhq/coin-framework": "^2.2.0",
|
|
58
|
+
"@ledgerhq/cryptoassets": "^13.13.0",
|
|
59
59
|
"@ledgerhq/devices": "8.4.4",
|
|
60
60
|
"@ledgerhq/errors": "^6.19.1",
|
|
61
|
-
"@ledgerhq/live-env": "^2.6.0
|
|
62
|
-
"@ledgerhq/live-network": "^2.0.5
|
|
61
|
+
"@ledgerhq/live-env": "^2.6.0",
|
|
62
|
+
"@ledgerhq/live-network": "^2.0.5",
|
|
63
63
|
"@ledgerhq/logs": "^6.12.0",
|
|
64
|
-
"@ledgerhq/types-cryptoassets": "^7.20.0
|
|
65
|
-
"@ledgerhq/types-live": "^6.62.0
|
|
64
|
+
"@ledgerhq/types-cryptoassets": "^7.20.0",
|
|
65
|
+
"@ledgerhq/types-live": "^6.62.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@faker-js/faker": "^8.4.1",
|