@ledgerhq/hw-app-trx 6.27.2-yolo.0 → 6.27.2
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 +2 -2
- package/CHANGELOG.md +11 -3
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/hw-app-trx:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/hw-app-trx:build: cache hit, replaying output 571d619a87c41bcb
|
|
2
2
|
@ledgerhq/hw-app-trx:build:
|
|
3
|
-
@ledgerhq/hw-app-trx:build: > @ledgerhq/hw-app-trx@6.27.
|
|
3
|
+
@ledgerhq/hw-app-trx:build: > @ledgerhq/hw-app-trx@6.27.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-trx
|
|
4
4
|
@ledgerhq/hw-app-trx:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/hw-app-trx:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-trx
|
|
2
2
|
|
|
3
|
-
## 6.27.2
|
|
3
|
+
## 6.27.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f)]:
|
|
8
|
-
- @ledgerhq/errors@6.10.1
|
|
9
|
-
- @ledgerhq/hw-transport@6.27.2
|
|
8
|
+
- @ledgerhq/errors@6.10.1
|
|
9
|
+
- @ledgerhq/hw-transport@6.27.2
|
|
10
|
+
|
|
11
|
+
## 6.27.2-next.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f)]:
|
|
16
|
+
- @ledgerhq/errors@6.10.1-next.0
|
|
17
|
+
- @ledgerhq/hw-transport@6.27.2-next.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-trx",
|
|
3
|
-
"version": "6.27.2
|
|
3
|
+
"version": "6.27.2",
|
|
4
4
|
"description": "Ledger Hardware Wallet Tron Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
],
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/LedgerHQ/
|
|
16
|
+
"url": "https://github.com/LedgerHQ/ledger-live.git"
|
|
17
17
|
},
|
|
18
18
|
"bugs": {
|
|
19
|
-
"url": "https://github.com/LedgerHQ/
|
|
19
|
+
"url": "https://github.com/LedgerHQ/ledger-live/issues"
|
|
20
20
|
},
|
|
21
|
-
"homepage": "https://github.com/LedgerHQ/ledgerjs",
|
|
21
|
+
"homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-trx",
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"types": "lib/Trx.d.ts",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ledgerhq/errors": "^6.10.1
|
|
31
|
-
"@ledgerhq/hw-transport": "^6.27.2
|
|
30
|
+
"@ledgerhq/errors": "^6.10.1",
|
|
31
|
+
"@ledgerhq/hw-transport": "^6.27.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@ledgerhq/hw-transport-mocker": "^6.27.2
|
|
34
|
+
"@ledgerhq/hw-transport-mocker": "^6.27.2"
|
|
35
35
|
},
|
|
36
36
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
37
37
|
"scripts": {
|