deta-space-cards
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -14,3 +14,3 @@ export type Context = { | ||
}; | ||
fetch: (path: string, opts: RequestInit) => Promise<Response>; | ||
fetch: (path: string, opts?: RequestInit) => Promise<Response>; | ||
}; |
{ | ||
"name": "deta-space-cards", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -14,3 +14,3 @@ export type Context = { | ||
}; | ||
fetch: (path: string, opts: RequestInit) => Promise<Response> | ||
fetch: (path: string, opts?: RequestInit) => Promise<Response> | ||
}; |
10640