From 27961dcf31086a43ff3eac16aef260523125b3fc Mon Sep 17 00:00:00 2001 From: Thomas Cruveilher <38007824+Sorikairox@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:09:54 +0900 Subject: [PATCH] feat(request): Make request.ts available throught JSR for frameworks that need to instantiate HonoRequest (#3425) * Update jsr.json * Update jsr.json --- jsr.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsr.json b/jsr.json index e6af4ed6..8b281419 100644 --- a/jsr.json +++ b/jsr.json @@ -13,6 +13,7 @@ ], "exports": { ".": "./src/index.ts", + "./request": "./src/request.ts", "./types": "./src/types.ts", "./hono-base": "./src/hono-base.ts", "./tiny": "./src/preset/tiny.ts", @@ -116,4 +117,4 @@ "src/**/*.test.tsx" ] } -} \ No newline at end of file +}