Skip to content

Commit

Permalink
fix: export nip-11 registry
Browse files Browse the repository at this point in the history
  • Loading branch information
penpenpng committed May 8, 2024
1 parent 28d8380 commit 16cf08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export type * from "./config/index.js";
export { nip07Signer, seckeySigner, verifier } from "./config/index.js";
export * from "./error.js";
export * from "./lazy-filter.js";
export { Nip11Registry } from "./nip11.js";
export { toHex } from "./nostr/bech32.js";
export {
compareEvents,
Expand Down

0 comments on commit 16cf08e

Please sign in to comment.