Skip to content

Commit

Permalink
Merge branch 'master' into fix-adapter-netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 20, 2022
2 parents ae1f4db + 0c3f9a0 commit 4fa46b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pretty-bottles-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

fix broken AdapterEntry type
2 changes: 1 addition & 1 deletion packages/kit/types/private.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface AdapterEntry {
*/
complete: (entry: {
generateManifest: (opts: { relativePath: string; format?: 'esm' | 'cjs' }) => string;
}) => Promise<void>;
}) => MaybePromise<void>;
}

// Based on /~https://github.com/josh-hemphill/csp-typed-directives/blob/latest/src/csp.types.ts
Expand Down

0 comments on commit 4fa46b4

Please sign in to comment.