@ledgerhq/coin-xrp 7.5.0 → 7.5.1-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 +9 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ledgerhq/coin-xrp
2
2
 
3
+ ## 7.5.1-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e04d493`](https://github.com/LedgerHQ/ledger-live/commit/e04d49340c65c8b4608a37bb726d21350fdd32f1), [`4d60b7e`](https://github.com/LedgerHQ/ledger-live/commit/4d60b7e0984f0f8ef75c1483e0cfaf5784fbc5ed), [`e3b568d`](https://github.com/LedgerHQ/ledger-live/commit/e3b568d2cbeee6dcf19a7047ce9fa11a04b0ae2a), [`0d368f0`](https://github.com/LedgerHQ/ledger-live/commit/0d368f0e682b3bd3daafa6af5b396648a95b1488), [`fe1abf6`](https://github.com/LedgerHQ/ledger-live/commit/fe1abf640cc1a30b2e78bf7aa4a12e983a068f2e)]:
8
+ - @ledgerhq/types-live@6.86.0-nightly.0
9
+ - @ledgerhq/cryptoassets@13.30.0-nightly.0
10
+ - @ledgerhq/coin-framework@6.6.0-nightly.0
11
+
3
12
  ## 7.5.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-xrp",
3
- "version": "7.5.0",
3
+ "version": "7.5.1-nightly.0",
4
4
  "description": "Ledger XRP Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -103,13 +103,13 @@
103
103
  "invariant": "^2.2.4",
104
104
  "ripple-address-codec": "^5.0.0",
105
105
  "ripple-binary-codec": "^1.3.0",
106
- "@ledgerhq/coin-framework": "^6.5.0",
107
- "@ledgerhq/cryptoassets": "^13.29.0",
106
+ "@ledgerhq/coin-framework": "^6.6.0-nightly.0",
107
+ "@ledgerhq/cryptoassets": "^13.30.0-nightly.0",
108
+ "@ledgerhq/errors": "^6.26.0-nightly.0",
108
109
  "@ledgerhq/devices": "8.6.0",
109
- "@ledgerhq/errors": "^6.25.0",
110
110
  "@ledgerhq/live-network": "^2.0.18",
111
- "@ledgerhq/types-live": "^6.85.0",
112
- "@ledgerhq/logs": "^6.13.0"
111
+ "@ledgerhq/logs": "^6.13.0",
112
+ "@ledgerhq/types-live": "^6.86.0-nightly.0"
113
113
  },
114
114
  "devDependencies": {
115
115
  "@faker-js/faker": "^8.4.1",
@@ -122,7 +122,7 @@
122
122
  "ts-jest": "^29.1.1",
123
123
  "typescript": "^5.4.5",
124
124
  "@ledgerhq/disable-network-setup": "^0.0.0",
125
- "@ledgerhq/types-cryptoassets": "^7.27.0"
125
+ "@ledgerhq/types-cryptoassets": "^7.28.0-nightly.0"
126
126
  },
127
127
  "scripts": {
128
128
  "clean": "rimraf lib lib-es",