@mcma/aws-api-gateway
Advanced tools
Comparing version 0.16.17 to 0.16.18
export * from "./lib"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ConfigVariables, LoggerProvider } from "@mcma/core"; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from "./api-gateway-api-controller"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@mcma/aws-api-gateway", | ||
"version": "0.16.17", | ||
"version": "0.16.18", | ||
"description": "Node module with code for using AWS's API Gateway as an entry point to an MCMA API handler.", | ||
"engines": { | ||
"node": "^18.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -37,17 +37,17 @@ "type": "commonjs", | ||
"peerDependencies": { | ||
"@mcma/core": "0.16.17", | ||
"@mcma/api": "0.16.17", | ||
"@mcma/core": "0.16.18", | ||
"@mcma/api": "0.16.18", | ||
"@types/aws-lambda": "^8.10.125" | ||
}, | ||
"devDependencies": { | ||
"@mcma/api": "0.16.17", | ||
"@mcma/client": "0.16.17", | ||
"@mcma/core": "0.16.17", | ||
"@mcma/data": "0.16.17", | ||
"@mcma/worker-invoker": "0.16.17", | ||
"@types/aws-lambda": "^8.10.114", | ||
"@types/node": "^18.15.10", | ||
"@types/uri-templates": "^0.1.30", | ||
"jasmine": "^3.2.0" | ||
"@mcma/api": "0.16.18", | ||
"@mcma/client": "0.16.18", | ||
"@mcma/core": "0.16.18", | ||
"@mcma/data": "0.16.18", | ||
"@mcma/worker-invoker": "0.16.18", | ||
"@types/aws-lambda": "^8.10.138", | ||
"@types/node": "^18.19.34", | ||
"@types/uri-templates": "^0.1.34", | ||
"jasmine": "^5.1.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
6583