@ledgerhq/hw-app-trx 6.29.0-nightly.4 → 6.29.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +10 -22
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/hw-app-trx@6.29.0
|
|
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,33 +1,19 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-trx
|
|
2
2
|
|
|
3
|
-
## 6.29.0
|
|
3
|
+
## 6.29.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- Updated dependencies []:
|
|
8
|
-
- @ledgerhq/hw-transport@6.31.0-nightly.3
|
|
9
|
-
|
|
10
|
-
## 6.29.0-nightly.3
|
|
11
|
-
|
|
12
|
-
### Patch Changes
|
|
13
|
-
|
|
14
|
-
- Updated dependencies [[`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f)]:
|
|
15
|
-
- @ledgerhq/hw-transport@6.31.0-nightly.2
|
|
5
|
+
### Minor Changes
|
|
16
6
|
|
|
17
|
-
|
|
7
|
+
- [#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
|
|
18
8
|
|
|
19
9
|
### Patch Changes
|
|
20
10
|
|
|
21
11
|
- [#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
|
|
22
12
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Patch Changes
|
|
13
|
+
- Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f)]:
|
|
14
|
+
- @ledgerhq/hw-transport@6.31.0
|
|
26
15
|
|
|
27
|
-
-
|
|
28
|
-
- @ledgerhq/hw-transport@6.31.0-nightly.1
|
|
29
|
-
|
|
30
|
-
## 6.29.0-nightly.0
|
|
16
|
+
## 6.29.0-next.0
|
|
31
17
|
|
|
32
18
|
### Minor Changes
|
|
33
19
|
|
|
@@ -35,8 +21,10 @@
|
|
|
35
21
|
|
|
36
22
|
### Patch Changes
|
|
37
23
|
|
|
38
|
-
-
|
|
39
|
-
|
|
24
|
+
- [#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
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f)]:
|
|
27
|
+
- @ledgerhq/hw-transport@6.31.0-next.0
|
|
40
28
|
|
|
41
29
|
## 6.28.6
|
|
42
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-trx",
|
|
3
|
-
"version": "6.29.0
|
|
3
|
+
"version": "6.29.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
|
|
30
|
+
"@ledgerhq/hw-transport": "^6.31.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
|
|
41
|
+
"@ledgerhq/hw-transport-mocker": "^6.29.0"
|
|
42
42
|
},
|
|
43
43
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
44
44
|
"scripts": {
|