@ledgerhq/coin-xrp 5.0.1-nightly.1 → 6.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 +7 -11
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-xrp@5.0.
|
|
2
|
+
> @ledgerhq/coin-xrp@5.0.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-xrp
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/coin-xrp
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 6.0.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431)]:
|
|
8
|
-
- @ledgerhq/cryptoassets@13.16.0-nightly.0
|
|
9
|
-
- @ledgerhq/types-live@6.69.0-nightly.1
|
|
10
|
-
- @ledgerhq/coin-framework@4.1.0-nightly.1
|
|
5
|
+
### Major Changes
|
|
11
6
|
|
|
12
|
-
|
|
7
|
+
- [#9993](https://github.com/LedgerHQ/ledger-live/pull/9993) [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Change alpaca estimate signature
|
|
13
8
|
|
|
14
9
|
### Patch Changes
|
|
15
10
|
|
|
16
|
-
- Updated dependencies [[`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
|
|
17
|
-
- @ledgerhq/
|
|
18
|
-
- @ledgerhq/
|
|
11
|
+
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
|
|
12
|
+
- @ledgerhq/cryptoassets@13.16.0
|
|
13
|
+
- @ledgerhq/types-live@6.69.0
|
|
14
|
+
- @ledgerhq/coin-framework@5.0.0
|
|
19
15
|
|
|
20
16
|
## 5.0.0
|
|
21
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-xrp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Ledger XRP Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
"ripple-address-codec": "^5.0.0",
|
|
105
105
|
"ripple-binary-codec": "^1.3.0",
|
|
106
106
|
"rxjs": "^7.8.1",
|
|
107
|
-
"@ledgerhq/coin-framework": "^
|
|
108
|
-
"@ledgerhq/cryptoassets": "^13.16.0
|
|
109
|
-
"@ledgerhq/devices": "8.4.
|
|
110
|
-
"@ledgerhq/errors": "^6.
|
|
107
|
+
"@ledgerhq/coin-framework": "^5.0.0",
|
|
108
|
+
"@ledgerhq/cryptoassets": "^13.16.0",
|
|
109
|
+
"@ledgerhq/devices": "8.4.4",
|
|
110
|
+
"@ledgerhq/errors": "^6.19.1",
|
|
111
111
|
"@ledgerhq/live-network": "^2.0.7",
|
|
112
|
-
"@ledgerhq/types-live": "^6.69.0
|
|
112
|
+
"@ledgerhq/types-live": "^6.69.0",
|
|
113
113
|
"@ledgerhq/logs": "^6.12.0"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"ts-jest": "^29.1.1",
|
|
124
124
|
"jest-sonar": "0.2.16",
|
|
125
125
|
"typescript": "^5.4.5",
|
|
126
|
-
"@ledgerhq/types-cryptoassets": "^7.23.0
|
|
126
|
+
"@ledgerhq/types-cryptoassets": "^7.23.0"
|
|
127
127
|
},
|
|
128
128
|
"scripts": {
|
|
129
129
|
"clean": "rimraf lib lib-es",
|