@ledgerhq/hw-app-trx 6.29.0-windows-certificate.0 → 6.29.1-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-trx@6.28.6 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-trx
2
+ > @ledgerhq/hw-app-trx@6.29.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-trx
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # @ledgerhq/hw-app-trx
2
2
 
3
- ## 6.29.0-windows-certificate.0
3
+ ## 6.29.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ledgerhq/hw-transport@6.31.1-next.0
9
+
10
+ ## 6.29.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
15
+
16
+ ### Patch Changes
17
+
18
+ - [#6934](https://github.com/LedgerHQ/ledger-live/pull/6934) [`0c6c26c`](https://github.com/LedgerHQ/ledger-live/commit/0c6c26c852a36fb8567bd7eb19716c766f4c0a25) Thanks [@zorro11639](https://github.com/zorro11639)! - Support #signTIP712HashedMessage() for Tron
19
+
20
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f)]:
21
+ - @ledgerhq/hw-transport@6.31.0
22
+
23
+ ## 6.29.0-next.0
4
24
 
5
25
  ### Minor Changes
6
26
 
@@ -10,8 +30,8 @@
10
30
 
11
31
  - [#6934](https://github.com/LedgerHQ/ledger-live/pull/6934) [`0c6c26c`](https://github.com/LedgerHQ/ledger-live/commit/0c6c26c852a36fb8567bd7eb19716c766f4c0a25) Thanks [@zorro11639](https://github.com/zorro11639)! - Support #signTIP712HashedMessage() for Tron
12
32
 
13
- - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11)]:
14
- - @ledgerhq/hw-transport@6.31.0-windows-certificate.0
33
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f)]:
34
+ - @ledgerhq/hw-transport@6.31.0-next.0
15
35
 
16
36
  ## 6.28.6
17
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-trx",
3
- "version": "6.29.0-windows-certificate.0",
3
+ "version": "6.29.1-next.0",
4
4
  "description": "Ledger Hardware Wallet Tron Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,7 +27,7 @@
27
27
  "types": "lib/Trx.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/hw-transport": "^6.31.0-windows-certificate.0"
30
+ "@ledgerhq/hw-transport": "^6.31.1-next.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/jest": "^29.5.10",
@@ -38,7 +38,7 @@
38
38
  "source-map-support": "^0.5.21",
39
39
  "ts-jest": "^29.1.1",
40
40
  "ts-node": "^10.4.0",
41
- "@ledgerhq/hw-transport-mocker": "^6.29.0-windows-certificate.0"
41
+ "@ledgerhq/hw-transport-mocker": "^6.29.1-next.0"
42
42
  },
43
43
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
44
44
  "scripts": {