Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions modules/runtime/server/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -828,9 +828,6 @@ export default defineNitroPlugin(nitroApp => {
const original$fetch = globalThis.$fetch

// Override native fetch for esm.sh requests and to inject test fixture responses
// @ts-expect-error @atcute/tid depends on @atcute/time-ms@1.2.2 which depends on @types/bun causing this type conflict.
// they fixed this in @atcute/time-ms@^1.3.0 but the tid package needs an update. Doing a ts-expect-error rather than an override
// so we remember to remove this when the tid package updates
globalThis.fetch = async (input: URL | RequestInfo, init?: RequestInit): Promise<Response> => {
const urlStr =
typeof input === 'string' ? input : input instanceof URL ? input.toString() : input.url
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"chromatic": "chromatic"
},
"dependencies": {
"@atcute/bluesky-richtext-segmenter": "3.0.0",
"@atcute/tid": "1.1.2",
"@atproto/api": "^0.20.7",
"@atproto/lex": "0.1.3",
"@atproto/lex-password-session": "0.0.12",
"@atproto/oauth-client-node": "^0.3.15",
"@atcute/bluesky-richtext-segmenter": "3.0.1",
"@atcute/tid": "1.1.3",
"@atproto/api": "0.20.25",
"@atproto/lex": "0.1.7",
"@atproto/lex-password-session": "0.1.4",
"@atproto/oauth-client-node": "0.3.15",
"@deno/doc": "jsr:^0.189.1",
"@floating-ui/vue": "2.0.0",
"@iconify-json/lucide": "1.2.101",
Expand Down
Loading
Loading