@ledgerhq/hw-app-trx 6.24.2-monorepo.1 → 6.24.2-monorepo.3
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 +5 -5
- package/CHANGELOG.md +18 -0
- package/lib/Trx.d.ts +0 -0
- package/lib/Trx.d.ts.map +0 -0
- package/lib/Trx.js +0 -0
- package/lib/Trx.js.map +0 -0
- package/lib/utils.d.ts +0 -0
- package/lib/utils.d.ts.map +0 -0
- package/lib/utils.js +0 -0
- package/lib/utils.js.map +0 -0
- package/lib-es/Trx.d.ts +0 -0
- package/lib-es/Trx.d.ts.map +0 -0
- package/lib-es/Trx.js +0 -0
- package/lib-es/Trx.js.map +0 -0
- package/lib-es/utils.d.ts +0 -0
- package/lib-es/utils.d.ts.map +0 -0
- package/lib-es/utils.js +0 -0
- package/lib-es/utils.js.map +0 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
@ledgerhq/hw-app-trx:build: cache hit, replaying output 4cb9f1e1a54067ba
|
|
2
|
+
@ledgerhq/hw-app-trx:build:
|
|
3
|
+
@ledgerhq/hw-app-trx:build: > @ledgerhq/hw-app-trx@6.24.2-monorepo.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-trx
|
|
4
|
+
@ledgerhq/hw-app-trx:build: > bash ../../script/build.sh
|
|
5
|
+
@ledgerhq/hw-app-trx:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-trx
|
|
2
2
|
|
|
3
|
+
## 6.24.2-monorepo.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7f4a91716: clean pnpm-lock file
|
|
8
|
+
- Updated dependencies [7f4a91716]
|
|
9
|
+
- @ledgerhq/errors@6.10.1-monorepo.3
|
|
10
|
+
- @ledgerhq/hw-transport@6.24.2-monorepo.3
|
|
11
|
+
|
|
12
|
+
## 6.24.2-monorepo.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- a439963a7: test prerelease
|
|
17
|
+
- Updated dependencies [a439963a7]
|
|
18
|
+
- @ledgerhq/errors@6.10.1-monorepo.2
|
|
19
|
+
- @ledgerhq/hw-transport@6.24.2-monorepo.2
|
|
20
|
+
|
|
3
21
|
## 6.24.2-monorepo.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/lib/Trx.d.ts
CHANGED
|
File without changes
|
package/lib/Trx.d.ts.map
CHANGED
|
File without changes
|
package/lib/Trx.js
CHANGED
|
File without changes
|
package/lib/Trx.js.map
CHANGED
|
File without changes
|
package/lib/utils.d.ts
CHANGED
|
File without changes
|
package/lib/utils.d.ts.map
CHANGED
|
File without changes
|
package/lib/utils.js
CHANGED
|
File without changes
|
package/lib/utils.js.map
CHANGED
|
File without changes
|
package/lib-es/Trx.d.ts
CHANGED
|
File without changes
|
package/lib-es/Trx.d.ts.map
CHANGED
|
File without changes
|
package/lib-es/Trx.js
CHANGED
|
File without changes
|
package/lib-es/Trx.js.map
CHANGED
|
File without changes
|
package/lib-es/utils.d.ts
CHANGED
|
File without changes
|
package/lib-es/utils.d.ts.map
CHANGED
|
File without changes
|
package/lib-es/utils.js
CHANGED
|
File without changes
|
package/lib-es/utils.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-trx",
|
|
3
|
-
"version": "6.24.2-monorepo.
|
|
3
|
+
"version": "6.24.2-monorepo.3",
|
|
4
4
|
"description": "Ledger Hardware Wallet Tron Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -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-monorepo.
|
|
31
|
-
"@ledgerhq/hw-transport": "^6.24.2-monorepo.
|
|
30
|
+
"@ledgerhq/errors": "^6.10.1-monorepo.3",
|
|
31
|
+
"@ledgerhq/hw-transport": "^6.24.2-monorepo.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@ledgerhq/hw-transport-mocker": "^6.24.2-monorepo.
|
|
34
|
+
"@ledgerhq/hw-transport-mocker": "^6.24.2-monorepo.3"
|
|
35
35
|
},
|
|
36
36
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
37
37
|
"scripts": {
|