@ledgerhq/coin-xrp 3.1.0-next.0 → 3.1.0-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@3.0.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-xrp
2
+ > @ledgerhq/coin-xrp@3.1.0-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,6 +1,13 @@
1
1
  # @ledgerhq/coin-xrp
2
2
 
3
- ## 3.1.0-next.0
3
+ ## 3.1.0-nightly.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d)]:
8
+ - @ledgerhq/coin-framework@2.5.0-nightly.1
9
+
10
+ ## 3.1.0-nightly.0
4
11
 
5
12
  ### Minor Changes
6
13
 
@@ -8,11 +15,8 @@
8
15
 
9
16
  ### Patch Changes
10
17
 
11
- - Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
12
- - @ledgerhq/coin-framework@2.5.0-next.0
13
- - @ledgerhq/types-live@6.65.0-next.0
14
- - @ledgerhq/cryptoassets@13.14.0-next.0
15
- - @ledgerhq/live-network@2.0.6-next.0
18
+ - Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1)]:
19
+ - @ledgerhq/coin-framework@2.5.0-nightly.0
16
20
 
17
21
  ## 3.0.0
18
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-xrp",
3
- "version": "3.1.0-next.0",
3
+ "version": "3.1.0-nightly.1",
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": "^2.5.0-next.0",
108
- "@ledgerhq/cryptoassets": "^13.14.0-next.0",
109
- "@ledgerhq/errors": "^6.19.1",
110
- "@ledgerhq/live-network": "^2.0.6-next.0",
107
+ "@ledgerhq/coin-framework": "^2.5.0-nightly.1",
108
+ "@ledgerhq/cryptoassets": "^13.14.0-nightly.1",
111
109
  "@ledgerhq/devices": "8.4.4",
112
- "@ledgerhq/types-live": "^6.65.0-next.0",
110
+ "@ledgerhq/errors": "^6.19.1",
111
+ "@ledgerhq/live-network": "^2.0.6-nightly.0",
112
+ "@ledgerhq/types-live": "^6.64.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.21.0-next.0"
126
+ "@ledgerhq/types-cryptoassets": "^7.21.0-nightly.0"
127
127
  },
128
128
  "scripts": {
129
129
  "clean": "rimraf lib lib-es",