From aec8ff5946a23253c05ff85447984dff54b64e38 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Wed, 2 Apr 2025 11:44:41 -0300 Subject: [PATCH] fix for updated typescript. --- nip44.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nip44.test.ts b/nip44.test.ts index 8a938d1..a21801e 100644 --- a/nip44.test.ts +++ b/nip44.test.ts @@ -1,7 +1,7 @@ import { test, expect } from 'bun:test' import { v2 } from './nip44.js' import { bytesToHex, hexToBytes } from '@noble/hashes/utils' -import { default as vec } from './nip44.vectors.json' assert { type: 'json' } +import { default as vec } from './nip44.vectors.json' with { type: 'json' } import { schnorr } from '@noble/curves/secp256k1' const v2vec = vec.v2