@ledgerhq/hw-app-xrp 6.31.2-nightly.0 → 6.32.0-next.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/hw-app-xrp@6.31.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-xrp
2
+ > @ledgerhq/hw-app-xrp@6.31.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-xrp
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,11 +1,32 @@
1
1
  # @ledgerhq/hw-app-xrp
2
2
 
3
- ## 6.31.2-nightly.0
3
+ ## 6.32.0-next.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - [#10217](https://github.com/LedgerHQ/ledger-live/pull/10217) [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: update transactionintent generic types + remove xrp bridge and introduce the generic alpaca bridge in LLC
8
8
 
9
+ ## 6.31.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @ledgerhq/hw-transport@6.31.6
15
+
16
+ ## 6.31.2-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies []:
21
+ - @ledgerhq/hw-transport@6.31.6-next.1
22
+
23
+ ## 6.31.2-next.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies []:
28
+ - @ledgerhq/hw-transport@6.31.6-next.0
29
+
9
30
  ## 6.31.1
10
31
 
11
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-xrp",
3
- "version": "6.31.2-nightly.0",
3
+ "version": "6.32.0-next.0",
4
4
  "description": "Ledger Hardware Wallet Ripple Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,7 +28,7 @@
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
30
  "bip32-path": "0.4.2",
31
- "@ledgerhq/hw-transport": "^6.31.5"
31
+ "@ledgerhq/hw-transport": "^6.31.6"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/jest": "^29.5.10",
@@ -39,7 +39,7 @@
39
39
  "source-map-support": "^0.5.21",
40
40
  "ts-jest": "^29.1.1",
41
41
  "ts-node": "^10.4.0",
42
- "@ledgerhq/hw-transport-mocker": "^6.29.5"
42
+ "@ledgerhq/hw-transport-mocker": "^6.29.6"
43
43
  },
44
44
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
45
45
  "scripts": {