Fix sortBy to work with more data types, add kind 10014

This commit is contained in:
Jon Staab
2024-06-20 10:19:32 -07:00
parent 760e0a99b4
commit 22a5fb58b4
7 changed files with 22 additions and 16 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.14",
"version": "0.0.15",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.9",
"@welshman/lib": "0.0.10",
"nostr-tools": "^2.3.2"
}
}