@ledgerhq/hw-app-eth 6.29.8 → 6.29.9

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 3922970886e2f5b7
1
+ @ledgerhq/hw-app-eth:build: cache hit, replaying output c4c24f86510a6d76
2
2
  @ledgerhq/hw-app-eth:build:
3
- @ledgerhq/hw-app-eth:build: > @ledgerhq/hw-app-eth@6.29.8 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.9 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,31 @@
1
1
  # @ledgerhq/hw-app-eth
2
2
 
3
+ ## 6.29.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
8
+
9
+ - Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
10
+ - @ledgerhq/cryptoassets@6.35.1
11
+ - @ledgerhq/errors@6.11.1
12
+ - @ledgerhq/hw-transport-mocker@6.27.6
13
+ - @ledgerhq/hw-transport@6.27.6
14
+ - @ledgerhq/logs@6.10.1
15
+
16
+ ## 6.29.9-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
21
+
22
+ - Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
23
+ - @ledgerhq/cryptoassets@6.35.1-next.0
24
+ - @ledgerhq/errors@6.11.1-next.0
25
+ - @ledgerhq/hw-transport-mocker@6.27.6-next.0
26
+ - @ledgerhq/hw-transport@6.27.6-next.0
27
+ - @ledgerhq/logs@6.10.1-next.0
28
+
3
29
  ## 6.29.8
4
30
 
5
31
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
- <img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" />
1
+ <img src="https://user-images.githubusercontent.com/4631227/191834116-59cf590e-25cc-4956-ae5c-812ea464f324.png" height="100" />
2
2
 
3
- [Github](https://github.com/LedgerHQ/ledgerjs/),
4
- [Ledger Devs Slack](https://ledger-dev.slack.com/)
3
+ [GitHub](https://github.com/LedgerHQ/ledger-live/),
4
+ [Ledger Devs Discord](https://developers.ledger.com/discord-pro),
5
+ [Developer Portal](https://developers.ledger.com/)
5
6
 
6
7
  ## @ledgerhq/hw-app-eth
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-eth",
3
- "version": "6.29.8",
3
+ "version": "6.29.9",
4
4
  "description": "Ledger Hardware Wallet Ethereum Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,11 +29,11 @@
29
29
  "dependencies": {
30
30
  "@ethersproject/abi": "^5.5.0",
31
31
  "@ethersproject/rlp": "^5.5.0",
32
- "@ledgerhq/cryptoassets": "^6.35.0",
33
- "@ledgerhq/errors": "^6.11.0",
34
- "@ledgerhq/hw-transport": "^6.27.5",
35
- "@ledgerhq/hw-transport-mocker": "^6.27.5",
36
- "@ledgerhq/logs": "^6.10.0",
32
+ "@ledgerhq/cryptoassets": "^6.35.1",
33
+ "@ledgerhq/errors": "^6.11.1",
34
+ "@ledgerhq/hw-transport": "^6.27.6",
35
+ "@ledgerhq/hw-transport-mocker": "^6.27.6",
36
+ "@ledgerhq/logs": "^6.10.1",
37
37
  "axios": "^0.26.1",
38
38
  "bignumber.js": "^9.0.2"
39
39
  },