@webiny/handler-http
Advanced tools
Comparing version 5.0.0-beta.2 to 5.0.0-beta.3
{ | ||
"name": "@webiny/handler-http", | ||
"version": "5.0.0-beta.2", | ||
"version": "5.0.0-beta.3", | ||
"main": "index.js", | ||
@@ -18,3 +18,3 @@ "repository": { | ||
"@babel/runtime": "7.12.5", | ||
"@webiny/handler": "^5.0.0-beta.2" | ||
"@webiny/handler": "^5.0.0-beta.3" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d3bb8397c2cd0be78e9fe8cd441b4e13b72fffe6" | ||
"gitHead": "ef322a233fb8b2e4ff0d8f34c6c0e707961c1e9e" | ||
} |
declare type ResponseArgs = { | ||
statusCode: number; | ||
statusCode?: number; | ||
headers?: {}; | ||
@@ -4,0 +4,0 @@ body?: string; |
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
13885