@ledgerhq/coin-xrp 6.0.1-nightly.1 → 6.1.0-next.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 +6 -10
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-xrp@6.0.
|
|
2
|
+
> @ledgerhq/coin-xrp@6.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,20 +1,16 @@
|
|
|
1
1
|
# @ledgerhq/coin-xrp
|
|
2
2
|
|
|
3
|
-
## 6.0
|
|
3
|
+
## 6.1.0-next.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
|
|
8
|
-
- @ledgerhq/cryptoassets@13.17.0-nightly.0
|
|
9
|
-
- @ledgerhq/coin-framework@5.0.1-nightly.1
|
|
5
|
+
### Minor Changes
|
|
10
6
|
|
|
11
|
-
|
|
7
|
+
- [#10104](https://github.com/LedgerHQ/ledger-live/pull/10104) [`bd7ddea`](https://github.com/LedgerHQ/ledger-live/commit/bd7ddead5bece9471bc371f4f9b061a48c43be7b) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules][ripple] allow to pass signing pub key to craft
|
|
12
8
|
|
|
13
9
|
### Patch Changes
|
|
14
10
|
|
|
15
|
-
- Updated dependencies [[`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
|
|
16
|
-
- @ledgerhq/types-live@6.70.0-
|
|
17
|
-
- @ledgerhq/coin-framework@5.0.1-
|
|
11
|
+
- Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
|
|
12
|
+
- @ledgerhq/types-live@6.70.0-next.0
|
|
13
|
+
- @ledgerhq/coin-framework@5.0.1-next.0
|
|
18
14
|
|
|
19
15
|
## 6.0.0
|
|
20
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-xrp",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0-next.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": "^5.0.1-
|
|
108
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
109
|
-
"@ledgerhq/devices": "8.4.
|
|
110
|
-
"@ledgerhq/errors": "^6.
|
|
107
|
+
"@ledgerhq/coin-framework": "^5.0.1-next.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.70.0-
|
|
112
|
+
"@ledgerhq/types-live": "^6.70.0-next.0",
|
|
113
113
|
"@ledgerhq/logs": "^6.12.0"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|