some beginnings of nip29 helpers.

This commit is contained in:
fiatjaf
2024-01-19 16:13:00 -03:00
parent 3b81e5e762
commit 9b08550885
2 changed files with 66 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"name": "nostr-tools",
"version": "2.1.3",
"version": "2.1.4",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",
@@ -130,6 +130,11 @@
"require": "./lib/cjs/nip28.js",
"types": "./lib/types/nip28.d.ts"
},
"./nip29": {
"import": "./lib/esm/nip29.js",
"require": "./lib/cjs/nip29.js",
"types": "./lib/types/nip29.d.ts"
},
"./nip30": {
"import": "./lib/esm/nip30.js",
"require": "./lib/cjs/nip30.js",