@ledgerhq/hw-app-eth 6.29.0 → 6.29.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.
@@ -1,5 +1,5 @@
1
- @ledgerhq/hw-app-eth:build: cache hit, replaying output 28bd80aa9e6687d2
1
+ @ledgerhq/hw-app-eth:build: cache hit, replaying output c2034fc5f445f21a
2
2
  @ledgerhq/hw-app-eth:build:
3
- @ledgerhq/hw-app-eth:build: > @ledgerhq/hw-app-eth@6.29.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.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,19 @@
1
1
  # @ledgerhq/hw-app-eth
2
2
 
3
+ ## 6.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6e956f22b`](https://github.com/LedgerHQ/ledger-live/commit/6e956f22bdf96f7a902b48a8cd231a34053d459b)]:
8
+ - @ledgerhq/cryptoassets@6.29.0
9
+
10
+ ## 6.29.1-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [6e956f22b]
15
+ - @ledgerhq/cryptoassets@6.29.0-next.0
16
+
3
17
  ## 6.29.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-eth",
3
- "version": "6.29.0",
3
+ "version": "6.29.1",
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.28.2",
32
+ "@ledgerhq/cryptoassets": "^6.29.0",
33
33
  "@ledgerhq/errors": "^6.10.0",
34
34
  "@ledgerhq/hw-transport": "^6.27.1",
35
35
  "@ledgerhq/hw-transport-mocker": "^6.27.1",