cloudflare-services
Advanced tools
Comparing version 0.0.2 to 1.0.0
@@ -25,3 +25,3 @@ import Trouter from 'trouter'; | ||
if (this.ingressHandler !== undefined) { | ||
let igResult = this.ingressHandler(request, environment, context, requestContext); | ||
let igResult = await this.ingressHandler(request, environment, context, requestContext); | ||
if (igResult instanceof Response) { | ||
@@ -40,3 +40,3 @@ return igResult; | ||
if (this.egressHandler !== undefined) { | ||
let egResult = this.egressHandler(request, environment, context, requestContext, response); | ||
let egResult = await this.egressHandler(request, environment, context, requestContext, response); | ||
if (egResult instanceof Response) { | ||
@@ -43,0 +43,0 @@ return egResult; |
{ | ||
"name": "cloudflare-services", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8552
1