@aws-cdk/aws-elasticloadbalancingv2-targets
Advanced tools
Comparing version 1.8.0 to 1.9.0
{ | ||
"name": "@aws-cdk/aws-elasticloadbalancingv2-targets", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Integration targets for AWS ElasticLoadBalancingV2", | ||
@@ -23,3 +23,4 @@ "main": "lib/index.js", | ||
"assemblyOriginatorKeyFile": "../../key.snk", | ||
"versionSuffix": "-devpreview" | ||
"versionSuffix": "-devpreview", | ||
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/png/default-256-dark.png" | ||
}, | ||
@@ -75,4 +76,4 @@ "python": { | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.8.0", | ||
"@aws-cdk/aws-ec2": "^1.8.0", | ||
"@aws-cdk/assert": "^1.9.0", | ||
"@aws-cdk/aws-ec2": "^1.9.0", | ||
"cdk-build-tools": "file:../../../tools/cdk-build-tools", | ||
@@ -84,20 +85,20 @@ "cdk-integ-tools": "file:../../../tools/cdk-integ-tools", | ||
"dependencies": { | ||
"@aws-cdk/assets": "^1.8.0", | ||
"@aws-cdk/aws-elasticloadbalancingv2": "^1.8.0", | ||
"@aws-cdk/aws-iam": "^1.8.0", | ||
"@aws-cdk/aws-lambda": "^1.8.0", | ||
"@aws-cdk/core": "^1.8.0" | ||
"@aws-cdk/assets": "^1.9.0", | ||
"@aws-cdk/aws-elasticloadbalancingv2": "^1.9.0", | ||
"@aws-cdk/aws-iam": "^1.9.0", | ||
"@aws-cdk/aws-lambda": "^1.9.0", | ||
"@aws-cdk/core": "^1.9.0" | ||
}, | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/assets": "^1.8.0", | ||
"@aws-cdk/aws-elasticloadbalancingv2": "^1.8.0", | ||
"@aws-cdk/aws-iam": "^1.8.0", | ||
"@aws-cdk/aws-lambda": "^1.8.0", | ||
"@aws-cdk/core": "^1.8.0" | ||
"@aws-cdk/assets": "^1.9.0", | ||
"@aws-cdk/aws-elasticloadbalancingv2": "^1.9.0", | ||
"@aws-cdk/aws-iam": "^1.9.0", | ||
"@aws-cdk/aws-lambda": "^1.9.0", | ||
"@aws-cdk/core": "^1.9.0" | ||
}, | ||
"engines": { | ||
"node": ">= 8.10.0" | ||
"node": ">= 10.3.0" | ||
}, | ||
"stability": "experimental" | ||
} |
@@ -25,3 +25,3 @@ { | ||
"stripInternal": true, | ||
"target": "ES2018", | ||
"target": "ES2017", | ||
"composite": true | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
96481
Updated@aws-cdk/assets@^1.9.0
Updated@aws-cdk/aws-iam@^1.9.0
Updated@aws-cdk/aws-lambda@^1.9.0
Updated@aws-cdk/core@^1.9.0