@ledgerhq/hw-app-eth 6.29.2-next.1 → 6.29.2-next.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.
@@ -1,5 +1,5 @@
1
- @ledgerhq/hw-app-eth:build: cache hit, replaying output 2fab0355013c23bb
1
+ @ledgerhq/hw-app-eth:build: cache hit, replaying output 6e201af75bec2de2
2
2
  @ledgerhq/hw-app-eth:build:
3
- @ledgerhq/hw-app-eth:build: > @ledgerhq/hw-app-eth@6.29.2-next.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-eth
3
+ @ledgerhq/hw-app-eth:build: > @ledgerhq/hw-app-eth@6.29.2-next.1 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
5
5
  @ledgerhq/hw-app-eth:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ledgerhq/hw-app-eth
2
2
 
3
+ ## 6.29.2-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`816f2b7e9`](https://github.com/LedgerHQ/ledger-live/commit/816f2b7e942967bf0ed670dc43464521bd0b5d01)]:
8
+ - @ledgerhq/cryptoassets@6.30.0-next.2
9
+
3
10
  ## 6.29.2-next.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-eth",
3
- "version": "6.29.2-next.1",
3
+ "version": "6.29.2-next.2",
4
4
  "description": "Ledger Hardware Wallet Ethereum Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@ethersproject/abi": "^5.5.0",
31
31
  "@ethersproject/rlp": "^5.5.0",
32
- "@ledgerhq/cryptoassets": "^6.30.0-next.1",
32
+ "@ledgerhq/cryptoassets": "^6.30.0-next.2",
33
33
  "@ledgerhq/errors": "^6.10.1-next.0",
34
34
  "@ledgerhq/hw-transport": "^6.27.2-next.0",
35
35
  "@ledgerhq/hw-transport-mocker": "^6.27.2-next.0",