@webiny/handler
Advanced tools
Comparing version 4.0.0-beta.5 to 4.0.0-beta.6
declare const _default: (...plugins: any[]) => (...args: any[]) => Promise<any>; | ||
export default _default; |
@@ -0,0 +0,0 @@ declare const _default: ({ statusCode, type, body, isBase64Encoded, headers }?: { |
export { default as createHandler } from "./create"; | ||
export { default as createResponse } from "./createResponse"; |
@@ -0,0 +0,0 @@ declare const _default: (functions?: Function[]) => Function; |
{ | ||
"name": "@webiny/handler", | ||
"version": "4.0.0-beta.5", | ||
"version": "4.0.0-beta.6", | ||
"main": "index.js", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"@babel/runtime": "^7.5.5", | ||
"@webiny/plugins": "^4.0.0-beta.5" | ||
"@webiny/plugins": "^4.0.0-beta.6" | ||
}, | ||
@@ -35,3 +35,4 @@ "devDependencies": { | ||
"prepublishOnly": "yarn build" | ||
} | ||
}, | ||
"gitHead": "49781bb5bb59bc2d67d72b177cce368c451ee665" | ||
} |
@@ -0,0 +0,0 @@ import { Plugin, PluginsContainer } from "@webiny/plugins/types"; |
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
16768