middleware icon indicating copy to clipboard operation
middleware copied to clipboard

fix(oauth-providers): support latest hono

Open nakasyou opened this issue 1 year ago • 1 comments

In Hono before the update, the argument of c.set was also any, but after the update, I couldn't do it anymore, so I got a TypeScript error. So I fixed it.

nakasyou avatar Jul 22 '24 01:07 nakasyou

🦋 Changeset detected

Latest commit: f8bda758f6c72bb236f7caf93c394ab0a7864f2c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@hono/oauth-providers Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Jul 22 '24 01:07 changeset-bot[bot]

@nakasyou Thanks!

@neolectron Thanks for pinging.

yusukebe avatar Oct 12 '24 06:10 yusukebe