and there was an error in jsr.json

This commit is contained in:
fiatjaf
2025-06-05 14:37:56 -03:00
parent 2da3528362
commit b8f91c37fa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nostr/tools", "name": "@nostr/tools",
"version": "2.14.1", "version": "2.14.2",
"exports": { "exports": {
".": "./index.ts", ".": "./index.ts",
"./core": "./core.ts", "./core": "./core.ts",
@@ -42,7 +42,7 @@
"./nip94": "./nip94.ts", "./nip94": "./nip94.ts",
"./nip98": "./nip98.ts", "./nip98": "./nip98.ts",
"./nip99": "./nip99.ts", "./nip99": "./nip99.ts",
"./nip99": "./nipb7.ts", "./nipb7": "./nipb7.ts",
"./fakejson": "./fakejson.ts", "./fakejson": "./fakejson.ts",
"./utils": "./utils.ts" "./utils": "./utils.ts"
"./signer": "./signer.ts" "./signer": "./signer.ts"

View File

@@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"name": "nostr-tools", "name": "nostr-tools",
"version": "2.14.1", "version": "2.14.2",
"description": "Tools for making a Nostr client.", "description": "Tools for making a Nostr client.",
"repository": { "repository": {
"type": "git", "type": "git",