Skip to content

Commit fba5d74

Browse files
committed
fix(cli): update noble/curves v2 import path for x25519
1 parent 9c5dd22 commit fba5d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cli/src/lib/crypto/age-keygen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Uses @noble/curves for X25519 and @scure/base for Bech32 encoding.
66
*/
77

8-
import { x25519 } from '@noble/curves/ed25519';
8+
import { x25519 } from '@noble/curves/ed25519.js';
99
import { bech32 } from '@scure/base';
1010

1111
interface AgeKeypair {

0 commit comments

Comments
 (0)