mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
expose signer module.
This commit is contained in:
3
jsr.json
3
jsr.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nostr/tools",
|
"name": "@nostr/tools",
|
||||||
"version": "2.13.3",
|
"version": "2.14.0",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.ts",
|
".": "./index.ts",
|
||||||
"./core": "./core.ts",
|
"./core": "./core.ts",
|
||||||
@@ -44,5 +44,6 @@
|
|||||||
"./nip99": "./nip99.ts",
|
"./nip99": "./nip99.ts",
|
||||||
"./fakejson": "./fakejson.ts",
|
"./fakejson": "./fakejson.ts",
|
||||||
"./utils": "./utils.ts"
|
"./utils": "./utils.ts"
|
||||||
|
"./signer": "./signer.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "nostr-tools",
|
"name": "nostr-tools",
|
||||||
"version": "2.13.3",
|
"version": "2.14.0",
|
||||||
"description": "Tools for making a Nostr client.",
|
"description": "Tools for making a Nostr client.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -218,6 +218,11 @@
|
|||||||
"require": "./lib/cjs/fakejson.js",
|
"require": "./lib/cjs/fakejson.js",
|
||||||
"types": "./lib/types/fakejson.d.ts"
|
"types": "./lib/types/fakejson.d.ts"
|
||||||
},
|
},
|
||||||
|
"./signer": {
|
||||||
|
"import": "./lib/esm/signer.js",
|
||||||
|
"require": "./lib/cjs/signer.js",
|
||||||
|
"types": "./lib/types/signer.d.ts"
|
||||||
|
},
|
||||||
"./utils": {
|
"./utils": {
|
||||||
"import": "./lib/esm/utils.js",
|
"import": "./lib/esm/utils.js",
|
||||||
"require": "./lib/cjs/utils.js",
|
"require": "./lib/cjs/utils.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user