@ledgerhq/hw-app-eth 6.29.7 → 6.29.8-next.0

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.
@@ -1,4 +1,4 @@
1
- @ledgerhq/hw-app-eth:build: cache hit, replaying output 53b38f76ad8585ef
1
+ @ledgerhq/hw-app-eth:build: cache hit, replaying output 785c234d57064827
2
2
  @ledgerhq/hw-app-eth:build:
3
3
  @ledgerhq/hw-app-eth:build: > @ledgerhq/hw-app-eth@6.29.7 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-eth
4
4
  @ledgerhq/hw-app-eth:build: > tsc && tsc -m ES6 --outDir lib-es
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @ledgerhq/hw-app-eth
2
2
 
3
+ ## 6.29.8-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6), [`4f66046ef7`](https://github.com/LedgerHQ/ledger-live/commit/4f66046ef78ebcd14e6d63639f54834e90e6547a), [`df76dd28c1`](https://github.com/LedgerHQ/ledger-live/commit/df76dd28c15d0cd5b7b57ee3f78aa0bd4170a44a)]:
8
+ - @ledgerhq/errors@6.11.0-next.0
9
+ - @ledgerhq/cryptoassets@6.35.0-next.0
10
+ - @ledgerhq/hw-transport@6.27.5-next.0
11
+ - @ledgerhq/hw-transport-mocker@6.27.5-next.0
12
+
3
13
  ## 6.29.7
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-eth",
3
- "version": "6.29.7",
3
+ "version": "6.29.8-next.0",
4
4
  "description": "Ledger Hardware Wallet Ethereum Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,10 +29,10 @@
29
29
  "dependencies": {
30
30
  "@ethersproject/abi": "^5.5.0",
31
31
  "@ethersproject/rlp": "^5.5.0",
32
- "@ledgerhq/cryptoassets": "^6.34.0",
33
- "@ledgerhq/errors": "^6.10.2",
34
- "@ledgerhq/hw-transport": "^6.27.4",
35
- "@ledgerhq/hw-transport-mocker": "^6.27.4",
32
+ "@ledgerhq/cryptoassets": "^6.35.0-next.0",
33
+ "@ledgerhq/errors": "^6.11.0-next.0",
34
+ "@ledgerhq/hw-transport": "^6.27.5-next.0",
35
+ "@ledgerhq/hw-transport-mocker": "^6.27.5-next.0",
36
36
  "@ledgerhq/logs": "^6.10.0",
37
37
  "axios": "^0.26.1",
38
38
  "bignumber.js": "^9.0.2"