From 4177ccd6fe4c59c38e91a8db6358ddc7cbc84ca9 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Thu, 23 Apr 2026 15:22:21 +0200 Subject: [PATCH] bug-fix build --- importmap.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/importmap.php b/importmap.php index 713b8ac..8bf88ab 100644 --- a/importmap.php +++ b/importmap.php @@ -63,6 +63,10 @@ return [ '@noble/hashes/utils' => [ 'version' => '1.3.1', ], + // Used by @noble/hashes/utils (WebCrypto); without this, dynamic import of nip19 fails in the browser. + '@noble/hashes/crypto' => [ + 'version' => '1.3.1', + ], '@scure/base' => [ 'version' => '1.1.1', ],