@ledgerhq/hw-app-trx 6.27.21-nightly.1 → 6.28.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-trx@6.27.21-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-trx
2
+ > @ledgerhq/hw-app-trx@6.27.20 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,18 +1,15 @@
1
1
  # @ledgerhq/hw-app-trx
2
2
 
3
- ## 6.27.21-nightly.1
3
+ ## 6.28.0-next.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-transport@6.29.1-nightly.1
5
+ ### Minor Changes
9
6
 
10
- ## 6.27.21-nightly.0
7
+ - [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs
11
8
 
12
9
  ### Patch Changes
13
10
 
14
- - Updated dependencies []:
15
- - @ledgerhq/hw-transport@6.29.1-nightly.0
11
+ - Updated dependencies [[`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c)]:
12
+ - @ledgerhq/hw-transport@6.30.0-next.0
16
13
 
17
14
  ## 6.27.20
18
15
 
package/README.md CHANGED
@@ -54,7 +54,7 @@ Tron API
54
54
 
55
55
  #### Parameters
56
56
 
57
- * `transport` **Transport**
57
+ * `transport` **Transport** 
58
58
  * `scrambleKey` (optional, default `"TRX"`)
59
59
 
60
60
  #### Examples
@@ -71,7 +71,7 @@ get Tron address for a given BIP 32 path.
71
71
  ##### Parameters
72
72
 
73
73
  * `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a path in BIP 32 format
74
- * `boolDisplay` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?**
74
+ * `boolDisplay` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** 
75
75
 
76
76
  ##### Examples
77
77
 
@@ -106,7 +106,7 @@ sign a Tron transaction hash with a given BIP 32 path
106
106
  ##### Parameters
107
107
 
108
108
  * `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a path in BIP 32 format
109
- * `rawTxHashHex` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
109
+ * `rawTxHashHex` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
110
110
  * `rawTxHex` a raw transaction hex string
111
111
 
112
112
  ##### Examples
@@ -144,7 +144,7 @@ sign a Tron Message with a given BIP 32 path
144
144
  ##### Parameters
145
145
 
146
146
  * `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a path in BIP 32 format
147
- * `messageHex` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
147
+ * `messageHex` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
148
148
  * `message` hex string to sign
149
149
 
150
150
  ##### Examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-trx",
3
- "version": "6.27.21-nightly.1",
3
+ "version": "6.28.0-next.0",
4
4
  "description": "Ledger Hardware Wallet Tron Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,18 +27,18 @@
27
27
  "types": "lib/Trx.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/hw-transport": "^6.29.1-nightly.1"
30
+ "@ledgerhq/hw-transport": "^6.30.0-next.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/jest": "^29.5.0",
34
34
  "@types/node": "^20.8.10",
35
- "documentation": "13.2.5",
35
+ "documentation": "14.0.2",
36
36
  "jest": "^28.1.1",
37
37
  "rimraf": "^4.4.1",
38
38
  "source-map-support": "^0.5.21",
39
39
  "ts-jest": "^28.0.5",
40
40
  "ts-node": "^10.4.0",
41
- "@ledgerhq/hw-transport-mocker": "^6.27.21-nightly.1"
41
+ "@ledgerhq/hw-transport-mocker": "^6.28.0-next.0"
42
42
  },
43
43
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
44
44
  "scripts": {