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
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.22",
"version": "0.0.23",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -33,8 +33,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/util": "0.0.33",
"@welshman/lib": "^0.0.18",
"@welshman/util": "^0.0.34",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}