@ledgerhq/coin-evm 0.2.2-nightly.1 → 0.3.0-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
1
 
2
- > @ledgerhq/coin-evm@0.2.2-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-evm
2
+ > @ledgerhq/coin-evm@0.2.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-evm
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,20 +1,26 @@
1
1
  # @ledgerhq/coin-evm
2
2
 
3
- ## 0.2.2-nightly.1
3
+ ## 0.3.0-next.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`c660c4e389`](https://github.com/LedgerHQ/ledger-live/commit/c660c4e389ac200ef308cbc3882930d392375de3), [`2c28d5aab3`](https://github.com/LedgerHQ/ledger-live/commit/2c28d5aab36b8b0cf2cb2a50e02eac4c5a588e41)]:
8
- - @ledgerhq/coin-framework@0.4.0-nightly.1
5
+ ### Minor Changes
9
6
 
10
- ## 0.2.2-nightly.0
7
+ - [#3611](https://github.com/LedgerHQ/ledger-live/pull/3611) [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2) Thanks [@chabroA](https://github.com/chabroA)! - Create GasTracker abstraction for evm familly
11
8
 
12
9
  ### Patch Changes
13
10
 
14
- - Updated dependencies [[`bae3b64dd2`](https://github.com/LedgerHQ/ledger-live/commit/bae3b64dd2710a3743552600166be986e93d9099)]:
15
- - @ledgerhq/live-env@0.4.0-nightly.1
16
- - @ledgerhq/coin-framework@0.3.7-nightly.0
17
- - @ledgerhq/live-network@1.1.2-nightly.0
11
+ - [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency
12
+
13
+ - [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency to 2.1.1 fixing browser context usage
14
+
15
+ - Updated dependencies [[`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc), [`44192f2ab2`](https://github.com/LedgerHQ/ledger-live/commit/44192f2ab2857cbae2ef4a81ee9608d395dcd2b9), [`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92), [`be5f56b233`](https://github.com/LedgerHQ/ledger-live/commit/be5f56b2330c166323914b79fef37a3c05e0e13a), [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2), [`5af41b6fa1`](https://github.com/LedgerHQ/ledger-live/commit/5af41b6fa1e43037ccdb2df279c82e12ef3d2b1a), [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc)]:
16
+ - @ledgerhq/domain-service@1.1.5-next.0
17
+ - @ledgerhq/types-live@6.36.0-next.0
18
+ - @ledgerhq/cryptoassets@9.9.0-next.0
19
+ - @ledgerhq/types-cryptoassets@7.3.0-next.0
20
+ - @ledgerhq/live-env@0.3.1-next.0
21
+ - @ledgerhq/hw-app-eth@6.33.7-next.0
22
+ - @ledgerhq/coin-framework@0.3.7-next.0
23
+ - @ledgerhq/live-network@1.1.2-next.0
18
24
 
19
25
  ## 0.2.1
20
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-evm",
3
- "version": "0.2.2-nightly.1",
3
+ "version": "0.3.0-next.0",
4
4
  "description": "Ledger EVM Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -54,18 +54,18 @@
54
54
  "lodash": "^4.17.21",
55
55
  "react-native-get-random-values": "^1.8.0",
56
56
  "rxjs": "^6.6.7",
57
- "@ledgerhq/coin-framework": "^0.4.0-nightly.1",
58
- "@ledgerhq/cryptoassets": "^9.8.0",
57
+ "@ledgerhq/coin-framework": "^0.3.7-next.0",
58
+ "@ledgerhq/cryptoassets": "^9.9.0-next.0",
59
59
  "@ledgerhq/devices": "^8.0.4",
60
- "@ledgerhq/domain-service": "^1.1.4",
60
+ "@ledgerhq/domain-service": "^1.1.5-next.0",
61
61
  "@ledgerhq/errors": "^6.12.7",
62
- "@ledgerhq/hw-app-eth": "^6.33.6",
63
- "@ledgerhq/live-env": "^0.4.0-nightly.1",
64
- "@ledgerhq/live-network": "^1.1.2-nightly.0",
62
+ "@ledgerhq/hw-app-eth": "^6.33.7-next.0",
63
+ "@ledgerhq/live-env": "^0.3.1-next.0",
64
+ "@ledgerhq/live-network": "^1.1.2-next.0",
65
65
  "@ledgerhq/live-promise": "^0.0.1",
66
66
  "@ledgerhq/logs": "^6.10.1",
67
- "@ledgerhq/types-cryptoassets": "^7.2.1",
68
- "@ledgerhq/types-live": "^6.35.1"
67
+ "@ledgerhq/types-cryptoassets": "^7.3.0-next.0",
68
+ "@ledgerhq/types-live": "^6.36.0-next.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/invariant": "^2.2.2",