Switch to tilde because semver special cases 0.x

This commit is contained in:
Jon Staab
2024-10-07 14:35:47 -07:00
parent 42763a4150
commit da05362bf1
9 changed files with 53 additions and 56 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.23",
"version": "0.0.24",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -33,8 +33,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "^0.0.18",
"@welshman/util": "^0.0.34",
"@welshman/lib": "~0.0.19",
"@welshman/util": "~0.0.36",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}