From b8f91c37fa4c90b5789d075733539c93eb90d288 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 5 Jun 2025 14:37:56 -0300 Subject: [PATCH] and there was an error in jsr.json --- jsr.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index eb65f8a..2199a1d 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@nostr/tools", - "version": "2.14.1", + "version": "2.14.2", "exports": { ".": "./index.ts", "./core": "./core.ts", @@ -42,7 +42,7 @@ "./nip94": "./nip94.ts", "./nip98": "./nip98.ts", "./nip99": "./nip99.ts", - "./nip99": "./nipb7.ts", + "./nipb7": "./nipb7.ts", "./fakejson": "./fakejson.ts", "./utils": "./utils.ts" "./signer": "./signer.ts" diff --git a/package.json b/package.json index 82776da..a335613 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "nostr-tools", - "version": "2.14.1", + "version": "2.14.2", "description": "Tools for making a Nostr client.", "repository": { "type": "git",