Bump versions, move getAdapter to context

This commit is contained in:
Jon Staab
2025-04-01 14:24:32 -07:00
parent 540726531f
commit 1cbcb0ae4a
15 changed files with 91 additions and 126 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/relay",
"version": "0.1.0",
"version": "0.1.1",
"author": "hodlbod",
"license": "MIT",
"description": "An in-memory nostr relay implementation.",
@@ -26,7 +26,7 @@
"fix": "gts fix"
},
"dependencies": {
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0"
"@welshman/lib": "^0.1.1",
"@welshman/util": "^0.1.2"
}
}