Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nbd-wtf/nostr-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 73987c7360882f6fe57f8fecb066ce8cf0727695
Choose a base ref
..
head repository: nbd-wtf/nostr-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43ce7f937702e4c0cb51c2f01979b77445ba76c7
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 jsr.json
  2. +2 −2 package.json
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr/tools",
"version": "2.10.3",
"version": "2.10.4",
"exports": {
".": "./index.ts",
"./core": "./core.ts",
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "nostr-tools",
"version": "2.10.3",
"version": "2.10.4",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",
@@ -234,7 +234,7 @@
"@scure/bip39": "1.2.1"
},
"optionalDependencies": {
"nostr-wasm": "v0.1.0"
"nostr-wasm": "0.1.0"
},
"peerDependencies": {
"typescript": ">=5.0.0"