Skip to content

Commit

Permalink
chore: dedupe webroute
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 18, 2024
1 parent 117733a commit 819f8a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"@universal-middleware/hono": "link:./packages/adapter-hono",
"@universal-middleware/hattip": "link:./packages/adapter-hattip",
"@universal-middleware/webroute": "link:./packages/adapter-webroute",
"universal-middleware": "link:./packages/universal-middleware"
"universal-middleware": "link:./packages/universal-middleware",
"@webroute/middleware": "^0.9.0"
}
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-hattip/tests/entry-hattip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (deno) {
const bunAdapter = await import("@hattip/adapter-bun");
bunHandler = bunAdapter.default(hattipHandler, {
port,
});
} as import("@hattip/adapter-bun").BunAdapterOptions);
}

// Bun
Expand Down
13 changes: 2 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 819f8a6

Please sign in to comment.