From 4ba9c8886bf135e35a79b585955397cf126fbd7a Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 12 May 2025 05:24:57 -0300 Subject: [PATCH] forgot to remove nip96 from export lists. --- jsr.json | 1 - package.json | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/jsr.json b/jsr.json index abf0d45..177ef21 100644 --- a/jsr.json +++ b/jsr.json @@ -40,7 +40,6 @@ "./nip59": "./nip59.ts", "./nip75": "./nip75.ts", "./nip94": "./nip94.ts", - "./nip96": "./nip96.ts", "./nip98": "./nip98.ts", "./nip99": "./nip99.ts", "./fakejson": "./fakejson.ts", diff --git a/package.json b/package.json index c3a5c41..8519e7d 100644 --- a/package.json +++ b/package.json @@ -203,11 +203,6 @@ "require": "./lib/cjs/nip94.js", "types": "./lib/types/nip94.d.ts" }, - "./nip96": { - "import": "./lib/esm/nip96.js", - "require": "./lib/cjs/nip96.js", - "types": "./lib/types/nip96.d.ts" - }, "./nip98": { "import": "./lib/esm/nip98.js", "require": "./lib/cjs/nip98.js", @@ -236,9 +231,7 @@ "@noble/hashes": "1.3.1", "@scure/base": "1.1.1", "@scure/bip32": "1.3.1", - "@scure/bip39": "1.2.1" - }, - "optionalDependencies": { + "@scure/bip39": "1.2.1", "nostr-wasm": "0.1.0" }, "peerDependencies": {