@aws-cdk/aws-autoscaling-hooktargets
Advanced tools
Comparing version 0.36.1 to 0.36.2
{ | ||
"name": "@aws-cdk/aws-autoscaling-hooktargets", | ||
"version": "0.36.1", | ||
"version": "0.36.2", | ||
"description": "Lifecycle hook for AWS AutoScaling", | ||
@@ -14,3 +14,4 @@ "main": "lib/index.js", | ||
"groupId": "software.amazon.awscdk", | ||
"artifactId": "autoscaling-hooktargets" | ||
"artifactId": "autoscaling-hooktargets", | ||
"versionSuffix": ".DEVPREVIEW" | ||
} | ||
@@ -22,3 +23,4 @@ }, | ||
"signAssembly": true, | ||
"assemblyOriginatorKeyFile": "../../key.snk" | ||
"assemblyOriginatorKeyFile": "../../key.snk", | ||
"versionSuffix": "-devpreview" | ||
}, | ||
@@ -73,28 +75,28 @@ "python": { | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^0.36.1", | ||
"@aws-cdk/aws-ec2": "^0.36.1", | ||
"cdk-build-tools": "^0.36.1", | ||
"cdk-integ-tools": "^0.36.1", | ||
"cfn2ts": "^0.36.1", | ||
"@aws-cdk/assert": "^0.36.2", | ||
"@aws-cdk/aws-ec2": "^0.36.2", | ||
"cdk-build-tools": "^0.36.2", | ||
"cdk-integ-tools": "^0.36.2", | ||
"cfn2ts": "^0.36.2", | ||
"jest": "^24.8.0", | ||
"pkglint": "^0.36.1" | ||
"pkglint": "^0.36.2" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/aws-autoscaling": "^0.36.1", | ||
"@aws-cdk/aws-iam": "^0.36.1", | ||
"@aws-cdk/aws-lambda": "^0.36.1", | ||
"@aws-cdk/aws-sns": "^0.36.1", | ||
"@aws-cdk/aws-sns-subscriptions": "^0.36.1", | ||
"@aws-cdk/aws-sqs": "^0.36.1", | ||
"@aws-cdk/core": "^0.36.1" | ||
"@aws-cdk/aws-autoscaling": "^0.36.2", | ||
"@aws-cdk/aws-iam": "^0.36.2", | ||
"@aws-cdk/aws-lambda": "^0.36.2", | ||
"@aws-cdk/aws-sns": "^0.36.2", | ||
"@aws-cdk/aws-sns-subscriptions": "^0.36.2", | ||
"@aws-cdk/aws-sqs": "^0.36.2", | ||
"@aws-cdk/core": "^0.36.2" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/aws-autoscaling": "^0.36.1", | ||
"@aws-cdk/aws-iam": "^0.36.1", | ||
"@aws-cdk/aws-lambda": "^0.36.1", | ||
"@aws-cdk/aws-sns": "^0.36.1", | ||
"@aws-cdk/aws-sns-subscriptions": "^0.36.1", | ||
"@aws-cdk/aws-sqs": "^0.36.1", | ||
"@aws-cdk/core": "^0.36.1" | ||
"@aws-cdk/aws-autoscaling": "^0.36.2", | ||
"@aws-cdk/aws-iam": "^0.36.2", | ||
"@aws-cdk/aws-lambda": "^0.36.2", | ||
"@aws-cdk/aws-sns": "^0.36.2", | ||
"@aws-cdk/aws-sns-subscriptions": "^0.36.2", | ||
"@aws-cdk/aws-sqs": "^0.36.2", | ||
"@aws-cdk/core": "^0.36.2" | ||
}, | ||
@@ -104,3 +106,3 @@ "engines": { | ||
}, | ||
"stability": "experimental" | ||
"stability": "stable" | ||
} |
@@ -6,10 +6,6 @@ # Lifecycle Hook for the CDK AWS AutoScaling Library | ||
![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge) | ||
![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge) | ||
> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have | ||
> future breaking changes.** | ||
> | ||
> This API is still under active development and subject to non-backward | ||
> compatible changes or removal in any future version. Use of the API is not recommended in production | ||
> environments. Experimental APIs are not subject to the Semantic Versioning model. | ||
@@ -16,0 +12,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
61364
15
Updated@aws-cdk/aws-iam@^0.36.2
Updated@aws-cdk/aws-lambda@^0.36.2
Updated@aws-cdk/aws-sns@^0.36.2
Updated@aws-cdk/aws-sqs@^0.36.2
Updated@aws-cdk/core@^0.36.2