From 2da35283628a6e76b889dbe9b45bd07d3d3233fb Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 5 Jun 2025 01:29:54 -0300 Subject: [PATCH] forgot to expose blossom, as usual. --- jsr.json | 3 ++- package.json | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index ef8b781..eb65f8a 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@nostr/tools", - "version": "2.14.0", + "version": "2.14.1", "exports": { ".": "./index.ts", "./core": "./core.ts", @@ -42,6 +42,7 @@ "./nip94": "./nip94.ts", "./nip98": "./nip98.ts", "./nip99": "./nip99.ts", + "./nip99": "./nipb7.ts", "./fakejson": "./fakejson.ts", "./utils": "./utils.ts" "./signer": "./signer.ts" diff --git a/package.json b/package.json index 2db634d..82776da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "nostr-tools", - "version": "2.14.0", + "version": "2.14.1", "description": "Tools for making a Nostr client.", "repository": { "type": "git", @@ -213,6 +213,11 @@ "require": "./lib/cjs/nip99.js", "types": "./lib/types/nip99.d.ts" }, + "./nipb7": { + "import": "./lib/esm/nipb7.js", + "require": "./lib/cjs/nipb7.js", + "types": "./lib/types/nipb7.d.ts" + }, "./fakejson": { "import": "./lib/esm/fakejson.js", "require": "./lib/cjs/fakejson.js",