@ledgerhq/hw-app-exchange 0.4.2-nightly.0 → 0.4.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 +1 -1
- package/CHANGELOG.md +8 -3
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/hw-app-exchange@0.4.
|
|
2
|
+
> @ledgerhq/hw-app-exchange@0.4.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-exchange
|
|
3
3
|
> tsc && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-exchange
|
|
2
2
|
|
|
3
|
-
## 0.4.2
|
|
3
|
+
## 0.4.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
7
|
+
- [#5687](https://github.com/LedgerHQ/ledger-live/pull/5687) [`f372d0f`](https://github.com/LedgerHQ/ledger-live/commit/f372d0f02a0f5e18021a9cb49ed3f160552c2791) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Fix issue with startExchange method on mobile
|
|
8
|
+
|
|
9
|
+
## 0.4.2-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#5687](https://github.com/LedgerHQ/ledger-live/pull/5687) [`f372d0f`](https://github.com/LedgerHQ/ledger-live/commit/f372d0f02a0f5e18021a9cb49ed3f160552c2791) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Fix issue with startExchange method on mobile
|
|
9
14
|
|
|
10
15
|
## 0.4.1
|
|
11
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-exchange",
|
|
3
|
-
"version": "0.4.2
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Ledger Hardware Wallet Cosmos Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"bignumber.js": "^9.1.2",
|
|
29
29
|
"invariant": "^2.2.2",
|
|
30
30
|
"@ledgerhq/errors": "^6.16.1",
|
|
31
|
-
"@ledgerhq/hw-transport": "^6.30.
|
|
31
|
+
"@ledgerhq/hw-transport": "^6.30.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/jest": "^29.5.10",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"secp256k1": "5.0.0",
|
|
40
40
|
"ts-jest": "^29.1.1",
|
|
41
41
|
"ts-node": "^10.4.0",
|
|
42
|
-
"@ledgerhq/hw-transport-mocker": "^6.28.
|
|
43
|
-
"@ledgerhq/hw-transport-node-speculos-http": "^6.28.
|
|
42
|
+
"@ledgerhq/hw-transport-mocker": "^6.28.1",
|
|
43
|
+
"@ledgerhq/hw-transport-node-speculos-http": "^6.28.1"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"clean": "rimraf lib lib-es",
|