Bump versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/app",
|
||||
"version": "0.0.31",
|
||||
"version": "0.0.32",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of svelte stores for use in building nostr client applications.",
|
||||
@@ -34,10 +34,10 @@
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/feeds": "~0.0.26",
|
||||
"@welshman/dvm": "~0.0.10",
|
||||
"@welshman/net": "~0.0.39",
|
||||
"@welshman/net": "~0.0.40",
|
||||
"@welshman/signer": "~0.0.16",
|
||||
"@welshman/store": "~0.0.12",
|
||||
"@welshman/util": "~0.0.47",
|
||||
"@welshman/util": "~0.0.48",
|
||||
"fuse.js": "^7.0.0",
|
||||
"idb": "^8.0.0",
|
||||
"svelte": "^4.2.18",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/content",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of utilities for parsing nostr note content.",
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@braintree/sanitize-url": "^7.0.2",
|
||||
"@welshman/lib": "^0.0.28",
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"nostr-tools": "^2.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/net": "~0.0.39",
|
||||
"@welshman/util": "~0.0.47",
|
||||
"@welshman/net": "~0.0.40",
|
||||
"@welshman/util": "~0.0.48",
|
||||
"nostr-tools": "^2.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/util": "~0.0.47"
|
||||
"@welshman/util": "~0.0.48"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/net",
|
||||
"version": "0.0.39",
|
||||
"version": "0.0.40",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "Utilities for connecting with nostr relays.",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/util": "~0.0.47",
|
||||
"@welshman/util": "~0.0.48",
|
||||
"isomorphic-ws": "^5.0.0",
|
||||
"ws": "^8.16.0"
|
||||
}
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/net": "~0.0.39",
|
||||
"@welshman/util": "~0.0.47",
|
||||
"@welshman/net": "~0.0.40",
|
||||
"@welshman/util": "~0.0.48",
|
||||
"nostr-tools": "^2.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/util": "~0.0.47",
|
||||
"@welshman/util": "~0.0.48",
|
||||
"svelte": "^4.2.18"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/util",
|
||||
"version": "0.0.47",
|
||||
"version": "0.0.48",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of nostr-related utilities.",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import {parseJson, append, nthEq} from "@welshman/lib"
|
||||
import {parseJson, nthEq} from "@welshman/lib"
|
||||
import {Address} from "./Address"
|
||||
import {uniqTags} from "./Tags"
|
||||
import {isShareableRelayUrl} from "./Relay"
|
||||
|
||||
Reference in New Issue
Block a user