@ledgerhq/hw-app-exchange 0.12.1-nightly.0 → 0.13.1
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 +20 -4
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/hw-app-exchange@0.
|
|
2
|
+
> @ledgerhq/hw-app-exchange@0.13.1 prebuild /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-exchange
|
|
3
3
|
> pnpm pbjs -t json -r ledger_swap -o src/generate-protocol.json ./protocol.proto
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @ledgerhq/hw-app-exchange@0.
|
|
6
|
+
> @ledgerhq/hw-app-exchange@0.13.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-exchange
|
|
7
7
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
8
8
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-exchange
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.13.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
- [#11576](https://github.com/LedgerHQ/ledger-live/pull/11576) [`458f80d`](https://github.com/LedgerHQ/ledger-live/commit/458f80d2d8cf202bde2feb35239a35299e48fa7c) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Fix issue with eth clear signing from DMK
|
|
8
|
+
|
|
9
|
+
## 0.13.1-hotfix.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#11576](https://github.com/LedgerHQ/ledger-live/pull/11576) [`458f80d`](https://github.com/LedgerHQ/ledger-live/commit/458f80d2d8cf202bde2feb35239a35299e48fa7c) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Fix issue with eth clear signing from DMK
|
|
14
|
+
|
|
15
|
+
## 0.13.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#11346](https://github.com/LedgerHQ/ledger-live/pull/11346) [`fa8605b`](https://github.com/LedgerHQ/ledger-live/commit/fa8605befcc07e8446f8babfbe1bb99e5641c827) Thanks [@hhumphrey-ledger](https://github.com/hhumphrey-ledger)! - Added new payinExtraId to payload
|
|
20
|
+
|
|
21
|
+
## 0.13.0-next.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [#11346](https://github.com/LedgerHQ/ledger-live/pull/11346) [`fa8605b`](https://github.com/LedgerHQ/ledger-live/commit/fa8605befcc07e8446f8babfbe1bb99e5641c827) Thanks [@hhumphrey-ledger](https://github.com/hhumphrey-ledger)! - Added new payinExtraId to payload
|
|
10
26
|
|
|
11
27
|
## 0.12.0
|
|
12
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-exchange",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "Ledger Hardware Wallet Cosmos Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"types": "lib/index.d.ts",
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ledgerhq/device-management-kit": "0.0.0-
|
|
28
|
+
"@ledgerhq/device-management-kit": "0.0.0-fix-lns-20250901094837",
|
|
29
29
|
"bignumber.js": "^9.1.2",
|
|
30
30
|
"invariant": "^2.2.2",
|
|
31
31
|
"protobufjs": "7.2.5",
|
|
32
32
|
"protobufjs-cli": "1.1.2",
|
|
33
|
-
"@ledgerhq/errors": "^6.
|
|
34
|
-
"@ledgerhq/hw-transport": "^6.31.
|
|
33
|
+
"@ledgerhq/errors": "^6.24.0",
|
|
34
|
+
"@ledgerhq/hw-transport": "^6.31.9"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/jest": "^29.5.10",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"secp256k1": "5.0.0",
|
|
43
43
|
"ts-jest": "^29.1.1",
|
|
44
44
|
"ts-node": "^10.4.0",
|
|
45
|
-
"@ledgerhq/hw-transport-mocker": "^6.29.
|
|
46
|
-
"@ledgerhq/hw-transport-node-speculos-http": "^6.29.
|
|
45
|
+
"@ledgerhq/hw-transport-mocker": "^6.29.9",
|
|
46
|
+
"@ledgerhq/hw-transport-node-speculos-http": "^6.29.9"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"clean": "rimraf lib lib-es",
|