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,7 +1,7 @@
{
"type": "module",
"name": "nostr-tools",
"version": "2.13.3",
"version": "2.14.0",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",
@@ -218,6 +218,11 @@
"require": "./lib/cjs/fakejson.js",
"types": "./lib/types/fakejson.d.ts"
},
"./signer": {
"import": "./lib/esm/signer.js",
"require": "./lib/cjs/signer.js",
"types": "./lib/types/signer.d.ts"
},
"./utils": {
"import": "./lib/esm/utils.js",
"require": "./lib/cjs/utils.js",