hono 2.5.5 → 2.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@ __export(module_exports, {
27
27
  serveStatic: () => module2
28
28
  });
29
29
  module.exports = __toCommonJS(module_exports);
30
- var import_STATIC_CONTENT_MANIFEST = __toESM(require("__STATIC_CONTENT_MANIFEST"));
30
+ var import_STATIC_CONTENT_MANIFEST = __toESM(require("__STATIC_CONTENT_MANIFEST"), 1);
31
31
  var import_serve_static = require("./serve-static");
32
32
  const module2 = (options = { root: "" }) => {
33
33
  return (0, import_serve_static.serveStatic)({
@@ -27,7 +27,7 @@ __export(jwt_exports, {
27
27
  Jwt: () => Jwt
28
28
  });
29
29
  module.exports = __toCommonJS(jwt_exports);
30
- var Jwt = __toESM(require("./jwt"));
30
+ var Jwt = __toESM(require("./jwt"), 1);
31
31
  // Annotate the CommonJS export names for ESM import in node:
32
32
  0 && (module.exports = {
33
33
  Jwt
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "hono",
3
- "version": "2.5.5",
3
+ "version": "2.5.6",
4
4
  "description": "Ultrafast web framework for Cloudflare Workers, Deno, and Bun.",
5
5
  "main": "dist/cjs/index.js",
6
+ "type": "module",
6
7
  "module": "dist/index.js",
7
8
  "types": "dist/index.d.ts",
8
9
  "files": [