@ledgerhq/live-env 2.4.1-nightly.2 → 2.4.1-spl-tokens-test.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/live-env@2.4.1-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/env
2
+ > @ledgerhq/live-env@2.4.0 build /home/runner/work/ledger-live/ledger-live/libs/env
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,22 +1,14 @@
1
1
  # @ledgerhq/live-env
2
2
 
3
- ## 2.4.1-nightly.2
3
+ ## 2.4.1-spl-tokens-test.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#8175](https://github.com/LedgerHQ/ledger-live/pull/8175) [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Remove helper `applyEIP155` now that `hw-app-eth` is fixed and returns a valid `v` in all possible cases. Adding a env var `EVM_FORCE_LEGACY_TRANSACTIONS` to force transaction type 0, making this change QA compatible.
8
-
9
- ## 2.4.1-nightly.1
10
-
11
- ### Patch Changes
7
+ - [#7926](https://github.com/LedgerHQ/ledger-live/pull/7926) [`5c13c7b`](https://github.com/LedgerHQ/ledger-live/commit/5c13c7bf743333f09cbfee720d275dfae7e157d2) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add new EVMs to NFT support
12
8
 
13
9
  - [#8184](https://github.com/LedgerHQ/ledger-live/pull/8184) [`95fbec9`](https://github.com/LedgerHQ/ledger-live/commit/95fbec9fdff75cd6d4ac23e189e876efffc81906) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Revert some NFTs support waiting for new API support
14
10
 
15
- ## 2.4.1-nightly.0
16
-
17
- ### Patch Changes
18
-
19
- - [#7926](https://github.com/LedgerHQ/ledger-live/pull/7926) [`5c13c7b`](https://github.com/LedgerHQ/ledger-live/commit/5c13c7bf743333f09cbfee720d275dfae7e157d2) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add new EVMs to NFT support
11
+ - [#8175](https://github.com/LedgerHQ/ledger-live/pull/8175) [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Remove helper `applyEIP155` now that `hw-app-eth` is fixed and returns a valid `v` in all possible cases. Adding a env var `EVM_FORCE_LEGACY_TRANSACTIONS` to force transaction type 0, making this change QA compatible.
20
12
 
21
13
  ## 2.4.0
22
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-env",
3
- "version": "2.4.1-nightly.2",
3
+ "version": "2.4.1-spl-tokens-test.0",
4
4
  "description": "Ledger Live environment definition",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -37,6 +37,6 @@
37
37
  "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
38
38
  "lint:fix": "pnpm lint --fix",
39
39
  "typecheck": "tsc --noEmit",
40
- "unimported": "unimported"
40
+ "unimported": "pnpm knip --directory ../.. -W libs/env"
41
41
  }
42
42
  }
@@ -1,5 +0,0 @@
1
- {
2
- "entry": ["src/index.ts"],
3
- "ignoreUnimported": [],
4
- "ignoreUnresolved": []
5
- }