-
#892
d70bb7042a
Thanks @sprohaszka-ledger! - Add EIP-712 capability when preparing message to sign -
Updated dependencies [
ae5e33e15e
]:- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
-
#892
d70bb7042
Thanks @sprohaszka-ledger! - Add EIP-712 capability when preparing message to sign -
Updated dependencies [
ae5e33e15
]:- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- Updated dependencies [
b615140ba2
,e80336b28
,318e80452
,e80336b28
,5dd957b3c
]:- @ledgerhq/[email protected]
- Updated dependencies [
b615140ba2
]:- @ledgerhq/[email protected]
- Updated dependencies [
e80336b284
,318e804525
,e80336b284
,5dd957b3cb
]:- @ledgerhq/[email protected]
||||||| merged common ancestors
- Updated dependencies [
134355d561
,0c12f3e897
,e2a9cfad63
]:- @ledgerhq/[email protected]
- Updated dependencies [
0c12f3e897
,ecfdd1ebd8
]:- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- Updated dependencies [
0c12f3e897
]:- @ledgerhq/[email protected]
- Updated dependencies [
ecfdd1ebd
]:- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- Updated dependencies [
134355d561
,0c12f3e897
,e2a9cfad63
]:- @ledgerhq/[email protected]
- Updated dependencies [
0c12f3e89
]:- @ledgerhq/[email protected]
- Updated dependencies [
134355d56
,e2a9cfad6
]:- @ledgerhq/[email protected]
- Updated dependencies [
3eeb1e18c
]:- @ledgerhq/[email protected]
- Updated dependencies [
3eeb1e18c
]:- @ledgerhq/[email protected]
-
#364
f538d2974
Thanks @elbywan! - #### Replace webpack with vite.js to speed up the ledger live desktop development process.To fully embrace the "bundleless" vite.js approach, it is necessary to transpile our packages contained in the monorepository to the ESM format, and subpath exports have been added to silently map to commonjs or esm depending on the need.
As highlighted here, it is not possible to target folders directly when using subpath exports.
The workaround is to suffix the call with
/index
(or/
).For instance…
import * as currencies from "@ledgerhq/live-common/currencies";
…must be rewritten to…
import * as currencies from "@ledgerhq/live-common/currencies/index;";
…or:
import * as currencies from "@ledgerhq/live-common/currencies/;";
-
Updated dependencies [
e142b9484
,816f2b7e9
,203b927b4
,03da88df2
]:- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- Updated dependencies [
816f2b7e9
]:- @ledgerhq/[email protected]
- Updated dependencies [
03da88df2
]:- @ledgerhq/[email protected]
-
#364
f538d2974
Thanks @elbywan! - #### Replace webpack with vite.js to speed up the ledger live desktop development process.To fully embrace the "bundleless" vite.js approach, it is necessary to transpile our packages contained in the monorepository to the ESM format, and subpath exports have been added to silently map to commonjs or esm depending on the need.
As highlighted here, it is not possible to target folders directly when using subpath exports.
The workaround is to suffix the call with
/index
(or/
).For instance…
import * as currencies from "@ledgerhq/live-common/currencies";
…must be rewritten to…
import * as currencies from "@ledgerhq/live-common/currencies/index;";
…or:
import * as currencies from "@ledgerhq/live-common/currencies/;";
-
Updated dependencies [
e142b9484
,203b927b4
]:- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- Updated dependencies [
6e956f22b
]:- @ledgerhq/[email protected]
- Updated dependencies [6e956f22b]
- @ledgerhq/[email protected]
- c4be045f9: Add support for EIP712
- c4be045f9: Add support for EIP712