@ledgerhq/hw-app-exchange 0.13.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 +12 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/hw-app-exchange@0.13.
|
|
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.13.
|
|
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,5 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-exchange
|
|
2
2
|
|
|
3
|
+
## 0.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
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
|
+
|
|
3
15
|
## 0.13.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-exchange",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "Ledger Hardware Wallet Cosmos Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -25,7 +25,7 @@
|
|
|
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"clean": "rimraf lib lib-es",
|
|
50
50
|
"prebuild": "pnpm pbjs -t json -r ledger_swap -o src/generate-protocol.json ./protocol.proto",
|
|
51
51
|
"build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
|
|
52
|
-
"coverage": "jest --coverage --passWithNoTests
|
|
52
|
+
"coverage": "jest --coverage --passWithNoTests",
|
|
53
53
|
"prewatch": "pnpm build",
|
|
54
54
|
"watch": "tsc --watch",
|
|
55
55
|
"watch:es": "tsc --watch -m esnext --moduleResolution bundler --outDir lib-es",
|