From b57843807fae038911078bc2c6255201dbecb9ae Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 22 May 2023 06:08:42 -0300 Subject: [PATCH] fix: add missing file extension in import (#331) Add missing file extension in import --- src/nonce.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nonce.ts b/src/nonce.ts index b73d4c7..fab31ac 100644 --- a/src/nonce.ts +++ b/src/nonce.ts @@ -1,4 +1,4 @@ -import type { bytes, uint64 } from './@types/basic' +import type { bytes, uint64 } from './@types/basic.js' export const MIN_NONCE = 0 // For performance reasons, the nonce is represented as a JS `number`