@ledgerhq/coin-xrp 4.0.0-next.0 → 4.0.0-nightly.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -7
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/coin-xrp
2
2
 
3
- ## 4.0.0-next.0
3
+ ## 4.0.0-nightly.0
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -10,14 +10,10 @@
10
10
 
11
11
  - [#9904](https://github.com/LedgerHQ/ledger-live/pull/9904) [`beb3627`](https://github.com/LedgerHQ/ledger-live/commit/beb3627630bb4d6faa22318f4fefd271a151a49a) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - xrp coin module API: accept `memos` and `destinationTag` craft parameters
12
12
 
13
- - [#9802](https://github.com/LedgerHQ/ledger-live/pull/9802) [`344f0b7`](https://github.com/LedgerHQ/ledger-live/commit/344f0b7be87374365394d0dcb59489c966a3a64e) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - expose `SigningPubKey` in XRP operation details
14
-
15
13
  ### Patch Changes
16
14
 
17
- - Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
18
- - @ledgerhq/types-live@6.67.0-next.0
19
- - @ledgerhq/coin-framework@3.0.0-next.0
20
- - @ledgerhq/cryptoassets@13.15.0-next.0
15
+ - Updated dependencies [[`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d)]:
16
+ - @ledgerhq/coin-framework@3.0.0-nightly.0
21
17
 
22
18
  ## 3.2.0
23
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-xrp",
3
- "version": "4.0.0-next.0",
3
+ "version": "4.0.0-nightly.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": "^3.0.0-next.0",
108
- "@ledgerhq/devices": "8.4.4",
109
- "@ledgerhq/cryptoassets": "^13.15.0-next.0",
110
- "@ledgerhq/errors": "^6.19.1",
107
+ "@ledgerhq/coin-framework": "^3.0.0-nightly.0",
108
+ "@ledgerhq/cryptoassets": "^13.14.1",
109
+ "@ledgerhq/devices": "8.4.5-nightly.0",
110
+ "@ledgerhq/errors": "^6.20.0-nightly.0",
111
111
  "@ledgerhq/live-network": "^2.0.7",
112
- "@ledgerhq/types-live": "^6.67.0-next.0",
112
+ "@ledgerhq/types-live": "^6.66.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.22.0-next.0"
126
+ "@ledgerhq/types-cryptoassets": "^7.22.0-nightly.0"
127
127
  },
128
128
  "scripts": {
129
129
  "clean": "rimraf lib lib-es",