@ledgerhq/coin-xrp 6.1.3-next.2 → 6.1.3-nightly.1

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-xrp@6.1.3-next.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-xrp
2
+ > @ledgerhq/coin-xrp@6.1.3-nightly.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,32 +1,20 @@
1
1
  # @ledgerhq/coin-xrp
2
2
 
3
- ## 6.1.3-next.2
3
+ ## 6.1.3-nightly.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`ebbbd47`](https://github.com/LedgerHQ/ledger-live/commit/ebbbd47efe76d82047a956cb5849be5831f58772)]:
8
- - @ledgerhq/logs@6.13.0-next.1
9
- - @ledgerhq/coin-framework@5.2.0-next.2
10
- - @ledgerhq/devices@8.4.6-next.1
11
- - @ledgerhq/live-network@2.0.9-next.1
7
+ - Updated dependencies [[`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
8
+ - @ledgerhq/types-live@6.72.0-nightly.1
9
+ - @ledgerhq/coin-framework@5.2.0-nightly.1
12
10
 
13
- ## 6.1.3-next.1
11
+ ## 6.1.3-nightly.0
14
12
 
15
13
  ### Patch Changes
16
14
 
17
- - Updated dependencies [[`f29e4ba`](https://github.com/LedgerHQ/ledger-live/commit/f29e4bae00a4bf470a0c1ca143e505b731543f95)]:
18
- - @ledgerhq/logs@6.13.0-next.0
19
- - @ledgerhq/coin-framework@5.2.0-next.1
20
- - @ledgerhq/devices@8.4.6-next.0
21
- - @ledgerhq/live-network@2.0.9-next.0
22
-
23
- ## 6.1.3-next.0
24
-
25
- ### Patch Changes
26
-
27
- - Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7), [`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
28
- - @ledgerhq/types-live@6.72.0-next.0
29
- - @ledgerhq/coin-framework@5.2.0-next.0
15
+ - Updated dependencies [[`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
16
+ - @ledgerhq/types-live@6.72.0-nightly.0
17
+ - @ledgerhq/coin-framework@5.1.1-nightly.0
30
18
 
31
19
  ## 6.1.2
32
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-xrp",
3
- "version": "6.1.3-next.2",
3
+ "version": "6.1.3-nightly.1",
4
4
  "description": "Ledger XRP Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -104,13 +104,13 @@
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-next.2",
107
+ "@ledgerhq/coin-framework": "^5.2.0-nightly.1",
108
108
  "@ledgerhq/cryptoassets": "^13.18.0",
109
- "@ledgerhq/devices": "8.4.6-next.1",
109
+ "@ledgerhq/devices": "8.4.5",
110
110
  "@ledgerhq/errors": "^6.21.0",
111
- "@ledgerhq/live-network": "^2.0.9-next.1",
112
- "@ledgerhq/types-live": "^6.72.0-next.0",
113
- "@ledgerhq/logs": "^6.13.0-next.1"
111
+ "@ledgerhq/live-network": "^2.0.8",
112
+ "@ledgerhq/types-live": "^6.72.0-nightly.1",
113
+ "@ledgerhq/logs": "^6.12.0"
114
114
  },
115
115
  "devDependencies": {
116
116
  "@faker-js/faker": "^8.4.1",