Yusuke Wada

Results 1706 comments of Yusuke Wada

@usualoma > I think it would be better to simply define it as a property in `Hono` itself. That's a good solution. Applied: https://github.com/honojs/hono/pull/2662/commits/145d4f206985c53ff99241fb972eba6885b150fd

> That's fair, and it is absolutely non-critical, just brought to attention. Yeah. I also think `@hono/hono` is good. I'd like to go with it.

Hi @ryuapp! Thanks for the comments. I've renamed `deno.json` to `jsr.json` https://github.com/honojs/hono/pull/2662/commits/dd84b8380d1b08ca5562829db4d082624c3c0276 and made it export all utils https://github.com/honojs/hono/pull/2662/commits/0d59d1150416f921cc31a83dfe9ca471d1118db2.

Hey @nakasyou @usualoma @ryuapp I've almost all the things we have to do in this PR. Could you review this again?

Hey @ryuapp @nakasyou @usualoma / cc: @kt3k This may be the final version before merging into the `next` branch for the next minor release: https://jsr.io/@hono/[email protected] Could you please try it...

Hi @kt3k ! Thanks! In my environment, it is typed correctly: ![CleanShot 2024-05-23 at 11 32 47@2x](https://github.com/honojs/hono/assets/10682/f0f67fb0-23a0-4bd9-a28a-9327c9df744d) Maybe the cache or something makes it bad?

Hi @usualoma @kt3k I've modified some and uploaded `0.0.8`. Could you try it and let me know the result?

@usualoma @kt3k Thank you very much! I think we should go with this. P.S. The DX for using JSR is good! There is no need to build, it is easy...

The time has come. Let's land it!

Publishing the RC version to JSR is a success! You can use [`@hono/hono`](https://jsr.io/@hono/[email protected]) by editing the `deno.json`: ```json { "imports": { "@hono/hono": "jsr:@hono/[email protected]" } } ``` `main.ts`: ```ts import {...