Bump versions

This commit is contained in:
Jon Staab
2024-08-19 09:01:08 -07:00
parent 8d3ca2ef6a
commit bacc86823f
8 changed files with 41 additions and 38 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/content",
"version": "0.0.7",
"version": "0.0.8",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for parsing nostr note content.",
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/dvm",
"version": "0.0.4",
"version": "0.0.5",
"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.14",
"@welshman/net": "0.0.18",
"@welshman/util": "0.0.25",
"@welshman/lib": "0.0.15",
"@welshman/net": "0.0.19",
"@welshman/util": "0.0.27",
"nostr-tools": "^2.7.2"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/feeds",
"version": "0.0.14",
"version": "0.0.15",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for building dynamic nostr feeds.",
@@ -31,6 +31,6 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/util": "0.0.25"
"@welshman/util": "0.0.27"
}
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.18",
"version": "0.0.19",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.14",
"@welshman/util": "0.0.25",
"@welshman/lib": "0.0.15",
"@welshman/util": "0.0.27",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/signer",
"version": "0.0.2",
"version": "0.0.3",
"author": "hodlbod",
"license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.",
@@ -31,9 +31,9 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.14",
"@welshman/net": "0.0.18",
"@welshman/util": "0.0.25",
"@welshman/lib": "0.0.15",
"@welshman/net": "0.0.19",
"@welshman/util": "0.0.27",
"nostr-tools": "^2.7.2"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.26",
"version": "0.0.27",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.14",
"@welshman/lib": "0.0.15",
"nostr-tools": "^2.7.2"
}
}