bump versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/app",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of svelte stores for use in building nostr client applications.",
|
||||
@@ -34,7 +34,7 @@
|
||||
"@welshman/lib": "~0.0.21",
|
||||
"@welshman/feeds": "~0.0.20",
|
||||
"@welshman/dvm": "~0.0.10",
|
||||
"@welshman/net": "~0.0.25",
|
||||
"@welshman/net": "~0.0.26",
|
||||
"@welshman/signer": "~0.0.8",
|
||||
"@welshman/store": "~0.0.10",
|
||||
"@welshman/util": "~0.0.38",
|
||||
|
||||
@@ -199,3 +199,4 @@ export const storageAdapters = {
|
||||
}),
|
||||
}),
|
||||
}
|
||||
|
||||
|
||||
@@ -105,8 +105,6 @@ export type ThunkParams = {
|
||||
relays: string[]
|
||||
}
|
||||
|
||||
export const makeThunk = (params: ThunkParams) => params
|
||||
|
||||
export const publishThunk = (params: ThunkParams) =>
|
||||
new Promise<PublishStatusDataByUrl>(resolve => {
|
||||
const event = prepEvent(params.event)
|
||||
|
||||
Reference in New Issue
Block a user