diff --git a/nip46.ts b/nip46.ts index 3de77f5..df1897b 100644 --- a/nip46.ts +++ b/nip46.ts @@ -48,7 +48,7 @@ export async function parseBunkerInput(input: string): Promise { +export async function queryBunkerProfile(nip05: string): Promise { const match = nip05.match(NIP05_REGEX) if (!match) return null @@ -292,9 +292,6 @@ export async function createAccount( return rpc } -// @deprecated use fetchBunkerProviders instead -export const fetchCustodialBunkers = fetchBunkerProviders - /** * Fetches info on available providers that announce themselves using NIP-89 events. * @returns A promise that resolves to an array of available bunker objects. diff --git a/package.json b/package.json index 63e988b..962456d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "nostr-tools", - "version": "2.9.2", + "version": "2.9.3", "description": "Tools for making a Nostr client.", "repository": { "type": "git",