From f646fcd8892e6a9755e1c5aab0e498f88dde74bd Mon Sep 17 00:00:00 2001 From: Egge Date: Thu, 17 Oct 2024 22:16:34 +0200 Subject: [PATCH] export nip59 --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 2b865e7..6972be5 100644 --- a/package.json +++ b/package.json @@ -173,6 +173,11 @@ "require": "./lib/cjs/nip57.js", "types": "./lib/types/nip57.d.ts" }, + "./nip59": { + "import": "./lib/esm/nip59.js", + "require": "./lib/cjs/nip59.js", + "types": "./lib/types/nip59.d.ts" + }, "./nip58": { "import": "./lib/esm/nip58.js", "require": "./lib/cjs/nip58.js",