@ledgerhq/coin-xrp 3.2.0-nightly.4 → 3.2.0-nightly.5

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@3.2.0-nightly.3 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-xrp
2
+ > @ledgerhq/coin-xrp@3.2.0-nightly.4 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
+ ## 3.2.0-nightly.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
8
+ - @ledgerhq/cryptoassets@13.15.0-nightly.3
9
+ - @ledgerhq/types-live@6.66.0-nightly.4
10
+ - @ledgerhq/coin-framework@2.6.0-nightly.5
11
+
3
12
  ## 3.2.0-nightly.4
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-xrp",
3
- "version": "3.2.0-nightly.4",
3
+ "version": "3.2.0-nightly.5",
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": "^2.6.0-nightly.4",
108
- "@ledgerhq/cryptoassets": "^13.15.0-nightly.2",
107
+ "@ledgerhq/coin-framework": "^2.6.0-nightly.5",
108
+ "@ledgerhq/cryptoassets": "^13.15.0-nightly.3",
109
109
  "@ledgerhq/devices": "8.4.5-nightly.0",
110
- "@ledgerhq/errors": "^6.20.0-nightly.0",
111
110
  "@ledgerhq/live-network": "^2.0.7-nightly.1",
112
- "@ledgerhq/types-live": "^6.66.0-nightly.3",
113
- "@ledgerhq/logs": "^6.12.0"
111
+ "@ledgerhq/types-live": "^6.66.0-nightly.4",
112
+ "@ledgerhq/logs": "^6.12.0",
113
+ "@ledgerhq/errors": "^6.20.0-nightly.0"
114
114
  },
115
115
  "devDependencies": {
116
116
  "@faker-js/faker": "^8.4.1",
@@ -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.21.0"
126
+ "@ledgerhq/types-cryptoassets": "^7.22.0-nightly.0"
127
127
  },
128
128
  "scripts": {
129
129
  "clean": "rimraf lib lib-es",