fix for updated typescript.

This commit is contained in:
fiatjaf 2025-04-02 11:44:41 -03:00
parent e498c9144d
commit aec8ff5946
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { test, expect } from 'bun:test' import { test, expect } from 'bun:test'
import { v2 } from './nip44.js' import { v2 } from './nip44.js'
import { bytesToHex, hexToBytes } from '@noble/hashes/utils' 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' import { schnorr } from '@noble/curves/secp256k1'
const v2vec = vec.v2 const v2vec = vec.v2