Sort events in deriveEventsMapped, bump nostr-tools

This commit is contained in:
Jon Staab
2025-06-06 12:45:41 -07:00
parent fa815ff87a
commit bc65b96d46
10 changed files with 46 additions and 45 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"dependencies": {
"@welshman/lib": "workspace:*",
"@types/ws": "^8.5.13",
"nostr-tools": "^2.7.2",
"nostr-tools": "^2.14.2",
"nostr-wasm": "^0.1.0"
},
"devDependencies": {
+2
View File
@@ -20,6 +20,8 @@ export type RelayProfile = {
negentropy?: number
description?: string
supported_nips?: number[]
privacy_policy?: string
terms_of_service?: string
limitation?: {
min_pow_difficulty?: number
payment_required?: boolean