Bump versions, update scripts

This commit is contained in:
Jon Staab
2024-08-01 15:51:58 -07:00
parent 7bb6d8c54a
commit dd3fb2c7c6
16 changed files with 101 additions and 34 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/dvm",
"version": "0.0.2",
"version": "0.0.3",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for building nostr DVMs.",
@@ -31,9 +31,9 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.11",
"@welshman/net": "0.0.14",
"@welshman/util": "0.0.22",
"@welshman/lib": "0.0.12",
"@welshman/net": "0.0.15",
"@welshman/util": "0.0.23",
"nostr-tools": "^2.7.0"
}
}