nostr-tools
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -10,2 +10,3 @@ import {relayConnect} from './relay' | ||
} from './event' | ||
import {matchFilter, matchFilters} from './filter' | ||
import {makeRandom32, sha256, getPublicKey} from './utils' | ||
@@ -23,3 +24,5 @@ | ||
getPublicKey, | ||
getBlankEvent | ||
getBlankEvent, | ||
matchFilter, | ||
matchFilters | ||
} |
{ | ||
"name": "nostr-tools", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"description": "Tools for making a Nostr client.", | ||
@@ -5,0 +5,0 @@ "repository": { |
19537
13
575