expose signer module.

This commit is contained in:
fiatjaf
2025-06-04 21:47:17 -03:00
parent a2b1bf0338
commit 315e9a472c
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@nostr/tools",
"version": "2.13.3",
"version": "2.14.0",
"exports": {
".": "./index.ts",
"./core": "./core.ts",
@@ -44,5 +44,6 @@
"./nip99": "./nip99.ts",
"./fakejson": "./fakejson.ts",
"./utils": "./utils.ts"
"./signer": "./signer.ts"
}
}