@ledgerhq/coin-xrp 6.2.0-nightly.2 → 6.2.0-nightly.3
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 +9 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-xrp@6.
|
|
2
|
+
> @ledgerhq/coin-xrp@6.2.0-nightly.2 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,5 +1,14 @@
|
|
|
1
1
|
# @ledgerhq/coin-xrp
|
|
2
2
|
|
|
3
|
+
## 6.2.0-nightly.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @ledgerhq/coin-framework@5.2.0-nightly.3
|
|
9
|
+
- @ledgerhq/cryptoassets@13.18.1-nightly.0
|
|
10
|
+
- @ledgerhq/live-network@2.0.9-nightly.0
|
|
11
|
+
|
|
3
12
|
## 6.2.0-nightly.2
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-xrp",
|
|
3
|
-
"version": "6.2.0-nightly.
|
|
3
|
+
"version": "6.2.0-nightly.3",
|
|
4
4
|
"description": "Ledger XRP Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -104,11 +104,11 @@
|
|
|
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.2.0-nightly.
|
|
108
|
-
"@ledgerhq/cryptoassets": "^13.18.0",
|
|
107
|
+
"@ledgerhq/coin-framework": "^5.2.0-nightly.3",
|
|
108
|
+
"@ledgerhq/cryptoassets": "^13.18.1-nightly.0",
|
|
109
109
|
"@ledgerhq/devices": "8.4.5",
|
|
110
110
|
"@ledgerhq/errors": "^6.21.0",
|
|
111
|
-
"@ledgerhq/live-network": "^2.0.
|
|
111
|
+
"@ledgerhq/live-network": "^2.0.9-nightly.0",
|
|
112
112
|
"@ledgerhq/types-live": "^6.72.0-nightly.1",
|
|
113
113
|
"@ledgerhq/logs": "^6.12.0"
|
|
114
114
|
},
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
"ripple-keypairs": "^2.0.0",
|
|
123
123
|
"ts-jest": "^29.1.1",
|
|
124
124
|
"typescript": "^5.4.5",
|
|
125
|
-
"@ledgerhq/
|
|
126
|
-
"@ledgerhq/
|
|
125
|
+
"@ledgerhq/types-cryptoassets": "^7.23.0",
|
|
126
|
+
"@ledgerhq/disable-network-setup": "^0.0.0"
|
|
127
127
|
},
|
|
128
128
|
"scripts": {
|
|
129
129
|
"clean": "rimraf lib lib-es",
|