@aws-cdk/aws-autoscaling-hooktargets
Advanced tools
Comparing version 1.6.1 to 1.7.0
{ | ||
"name": "@aws-cdk/aws-autoscaling-hooktargets", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "Lifecycle hook for AWS AutoScaling", | ||
@@ -73,28 +73,28 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.6.1", | ||
"@aws-cdk/aws-ec2": "^1.6.1", | ||
"@aws-cdk/assert": "^1.7.0", | ||
"@aws-cdk/aws-ec2": "^1.7.0", | ||
"cdk-build-tools": "file:../../../tools/cdk-build-tools", | ||
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools", | ||
"cfn2ts": "file:../../../tools/cfn2ts", | ||
"jest": "^24.8.0", | ||
"jest": "^24.9.0", | ||
"pkglint": "file:../../../tools/pkglint" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/aws-autoscaling": "^1.6.1", | ||
"@aws-cdk/aws-iam": "^1.6.1", | ||
"@aws-cdk/aws-lambda": "^1.6.1", | ||
"@aws-cdk/aws-sns": "^1.6.1", | ||
"@aws-cdk/aws-sns-subscriptions": "^1.6.1", | ||
"@aws-cdk/aws-sqs": "^1.6.1", | ||
"@aws-cdk/core": "^1.6.1" | ||
"@aws-cdk/aws-autoscaling": "^1.7.0", | ||
"@aws-cdk/aws-iam": "^1.7.0", | ||
"@aws-cdk/aws-lambda": "^1.7.0", | ||
"@aws-cdk/aws-sns": "^1.7.0", | ||
"@aws-cdk/aws-sns-subscriptions": "^1.7.0", | ||
"@aws-cdk/aws-sqs": "^1.7.0", | ||
"@aws-cdk/core": "^1.7.0" | ||
}, | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/aws-autoscaling": "^1.6.1", | ||
"@aws-cdk/aws-iam": "^1.6.1", | ||
"@aws-cdk/aws-lambda": "^1.6.1", | ||
"@aws-cdk/aws-sns": "^1.6.1", | ||
"@aws-cdk/aws-sns-subscriptions": "^1.6.1", | ||
"@aws-cdk/aws-sqs": "^1.6.1", | ||
"@aws-cdk/core": "^1.6.1" | ||
"@aws-cdk/aws-autoscaling": "^1.7.0", | ||
"@aws-cdk/aws-iam": "^1.7.0", | ||
"@aws-cdk/aws-lambda": "^1.7.0", | ||
"@aws-cdk/aws-sns": "^1.7.0", | ||
"@aws-cdk/aws-sns-subscriptions": "^1.7.0", | ||
"@aws-cdk/aws-sqs": "^1.7.0", | ||
"@aws-cdk/core": "^1.7.0" | ||
}, | ||
@@ -105,2 +105,2 @@ "engines": { | ||
"stability": "stable" | ||
} | ||
} |
@@ -10,5 +10,3 @@ { | ||
"lib": [ | ||
"es2016", | ||
"es2017.object", | ||
"es2017.string" | ||
"es2016" | ||
], | ||
@@ -15,0 +13,0 @@ "module": "CommonJS", |
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
62203
239
Updated@aws-cdk/aws-iam@^1.7.0
Updated@aws-cdk/aws-lambda@^1.7.0
Updated@aws-cdk/aws-sns@^1.7.0
Updated@aws-cdk/aws-sqs@^1.7.0
Updated@aws-cdk/core@^1.7.0