Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "hono", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Ultrafast web framework for Cloudflare Workers.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -777,3 +777,3 @@ <div align="center"> | ||
serve(app.fire()) | ||
serve((req) => app.fetch(req)) | ||
``` | ||
@@ -780,0 +780,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135397