diff --git a/package.json b/package.json index 59f8933..2ba0717 100644 --- a/package.json +++ b/package.json @@ -59,17 +59,17 @@ "@types/throttle-debounce": "^5.0.2", "@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/sveltekit": "^0.6.6", - "@welshman/app": "^0.5.0", - "@welshman/content": "^0.5.0", - "@welshman/editor": "^0.5.0", - "@welshman/feeds": "^0.5.0", - "@welshman/lib": "^0.5.0", - "@welshman/net": "^0.5.0", - "@welshman/relay": "^0.5.0", - "@welshman/router": "^0.5.0", - "@welshman/signer": "^0.5.0", - "@welshman/store": "^0.5.0", - "@welshman/util": "^0.5.0", + "@welshman/app": "^0.5.1", + "@welshman/content": "^0.5.1", + "@welshman/editor": "^0.5.1", + "@welshman/feeds": "^0.5.1", + "@welshman/lib": "^0.5.1", + "@welshman/net": "^0.5.1", + "@welshman/relay": "^0.5.1", + "@welshman/router": "^0.5.1", + "@welshman/signer": "^0.5.1", + "@welshman/store": "^0.5.1", + "@welshman/util": "^0.5.1", "compressorjs": "^1.2.1", "daisyui": "^4.12.10", "date-picker-svelte": "^2.13.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c55005..b490b6c 100644 Binary files a/pnpm-lock.yaml and b/pnpm-lock.yaml differ diff --git a/src/app/components/ThunkFailure.svelte b/src/app/components/ThunkFailure.svelte index 0d73ab2..70febc8 100644 --- a/src/app/components/ThunkFailure.svelte +++ b/src/app/components/ThunkFailure.svelte @@ -46,8 +46,7 @@ {#if showFailure} {@const url = failedUrls[0]} - {@const status = $thunk.status[url]} - {@const message = $thunk.details[url]} + {@const {status, detail: message} = $thunk.results[url]}