Bump versions, use semver caret

This commit is contained in:
Jon Staab
2024-09-30 15:47:57 -07:00
parent e1f8d6a4e0
commit b27a389237
11 changed files with 58 additions and 63 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.33",
"version": "0.0.34",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/lib": "^0.0.18",
"nostr-tools": "^2.7.2"
}
}