@aws-solutions-constructs/aws-openapigateway-lambda
Advanced tools
Comparing version 2.45.0 to 2.46.0
@@ -93,3 +93,3 @@ "use strict"; | ||
_a = JSII_RTTI_SYMBOL_1; | ||
OpenApiGatewayToLambda[_a] = { fqn: "@aws-solutions-constructs/aws-openapigateway-lambda.OpenApiGatewayToLambda", version: "2.45.0" }; | ||
OpenApiGatewayToLambda[_a] = { fqn: "@aws-solutions-constructs/aws-openapigateway-lambda.OpenApiGatewayToLambda", version: "2.46.0" }; | ||
function CheckOpenapiProps(props) { | ||
@@ -96,0 +96,0 @@ let errorMessages = ''; |
{ | ||
"name": "@aws-solutions-constructs/aws-openapigateway-lambda", | ||
"version": "2.45.0", | ||
"version": "2.46.0", | ||
"description": "CDK constructs for defining an interaction between an OpenAPI-defined API Gateway and one or more Lambda functions.", | ||
@@ -56,4 +56,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@aws-solutions-constructs/core": "2.45.0", | ||
"@aws-solutions-constructs/resources": "2.45.0" | ||
"@aws-solutions-constructs/core": "2.46.0", | ||
"@aws-solutions-constructs/resources": "2.46.0" | ||
}, | ||
@@ -65,3 +65,3 @@ "devDependencies": { | ||
"@types/aws-lambda": "^8.0.0", | ||
"aws-cdk-lib": "2.99.1", | ||
"aws-cdk-lib": "2.105.0", | ||
"constructs": "^10.0.0" | ||
@@ -84,5 +84,5 @@ }, | ||
"peerDependencies": { | ||
"@aws-solutions-constructs/core": "2.45.0", | ||
"@aws-solutions-constructs/resources": "2.45.0", | ||
"aws-cdk-lib": "^2.99.1", | ||
"@aws-solutions-constructs/core": "2.46.0", | ||
"@aws-solutions-constructs/resources": "2.46.0", | ||
"aws-cdk-lib": "^2.105.0", | ||
"constructs": "^10.0.0" | ||
@@ -89,0 +89,0 @@ }, |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
379638
1
+ Added@aws-solutions-constructs/core@2.46.0(transitive)
+ Added@aws-solutions-constructs/resources@2.46.0(transitive)
- Removed@aws-solutions-constructs/core@2.45.0(transitive)
- Removed@aws-solutions-constructs/resources@2.45.0(transitive)