@functions-api/core
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -12,4 +12,4 @@ const AbstractHandler = require('./handlers/abstract.js') | ||
buildBodyHandler, | ||
buildJsonBodyHandler | ||
buildJsonBodyHandler, | ||
Logger, | ||
} |
{ | ||
"name": "@functions-api/core", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A small framework for building APIs as functions (to run in a FaaS, like Lambda)", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
16955