Bump versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/app",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of svelte stores for use in building nostr client applications.",
|
||||
@@ -31,13 +31,13 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.19",
|
||||
"@welshman/feeds": "~0.0.19",
|
||||
"@welshman/dvm": "~0.0.9",
|
||||
"@welshman/net": "~0.0.24",
|
||||
"@welshman/signer": "~0.0.7",
|
||||
"@welshman/store": "~0.0.9",
|
||||
"@welshman/util": "~0.0.36",
|
||||
"@welshman/lib": "~0.0.21",
|
||||
"@welshman/feeds": "~0.0.20",
|
||||
"@welshman/dvm": "~0.0.10",
|
||||
"@welshman/net": "~0.0.25",
|
||||
"@welshman/signer": "~0.0.8",
|
||||
"@welshman/store": "~0.0.10",
|
||||
"@welshman/util": "~0.0.37",
|
||||
"fuse.js": "^7.0.0",
|
||||
"idb": "^8.0.0",
|
||||
"svelte": "^4.2.18",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/content",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of utilities for parsing nostr note content.",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/dvm",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"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.19",
|
||||
"@welshman/net": "~0.0.24",
|
||||
"@welshman/util": "~0.0.36",
|
||||
"@welshman/lib": "~0.0.21",
|
||||
"@welshman/net": "~0.0.25",
|
||||
"@welshman/util": "~0.0.37",
|
||||
"nostr-tools": "^2.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/feeds",
|
||||
"version": "0.0.19",
|
||||
"version": "0.0.20",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "Utilities for building dynamic nostr feeds.",
|
||||
@@ -31,7 +31,7 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.19",
|
||||
"@welshman/util": "~0.0.36"
|
||||
"@welshman/lib": "~0.0.21",
|
||||
"@welshman/util": "~0.0.37"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/lib",
|
||||
"version": "0.0.20",
|
||||
"version": "0.0.21",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of utilities.",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/net",
|
||||
"version": "0.0.24",
|
||||
"version": "0.0.25",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "Utilities for connecting with nostr relays.",
|
||||
@@ -33,8 +33,8 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.19",
|
||||
"@welshman/util": "~0.0.36",
|
||||
"@welshman/lib": "~0.0.21",
|
||||
"@welshman/util": "~0.0.37",
|
||||
"isomorphic-ws": "^5.0.0",
|
||||
"ws": "^8.16.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/signer",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"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.19",
|
||||
"@welshman/net": "~0.0.24",
|
||||
"@welshman/util": "~0.0.36",
|
||||
"@welshman/lib": "~0.0.21",
|
||||
"@welshman/net": "~0.0.25",
|
||||
"@welshman/util": "~0.0.37",
|
||||
"nostr-tools": "^2.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/store",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of utilities based on svelte/store for use with welshman",
|
||||
@@ -31,8 +31,8 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.19",
|
||||
"@welshman/util": "~0.0.36",
|
||||
"@welshman/lib": "~0.0.21",
|
||||
"@welshman/util": "~0.0.37",
|
||||
"svelte": "^4.2.18"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/util",
|
||||
"version": "0.0.36",
|
||||
"version": "0.0.37",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of nostr-related utilities.",
|
||||
@@ -31,7 +31,7 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.19",
|
||||
"@welshman/lib": "~0.0.21",
|
||||
"nostr-tools": "^2.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user