@aws-cdk/aws-autoscaling-common
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@aws-cdk/aws-autoscaling-common", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Common implementation package for @aws-cdk/aws-autoscaling and @aws-cdk/aws-applicationautoscaling", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "https://github.com/awslabs/aws-cdk.git", | ||
"url": "https://github.com/aws/aws-cdk.git", | ||
"directory": "packages/@aws-cdk/aws-autoscaling-common" | ||
@@ -62,16 +62,16 @@ }, | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.0.0", | ||
"cdk-build-tools": "^1.0.0", | ||
"cdk-integ-tools": "^1.0.0", | ||
"@aws-cdk/assert": "^1.1.0", | ||
"cdk-build-tools": "file:../../../tools/cdk-build-tools", | ||
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools", | ||
"fast-check": "^1.15.1", | ||
"pkglint": "^1.0.0" | ||
"pkglint": "file:../../../tools/pkglint" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/aws-iam": "^1.0.0", | ||
"@aws-cdk/core": "^1.0.0" | ||
"@aws-cdk/aws-iam": "^1.1.0", | ||
"@aws-cdk/core": "^1.1.0" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk", | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/aws-iam": "^1.0.0", | ||
"@aws-cdk/core": "^1.0.0" | ||
"@aws-cdk/aws-iam": "^1.1.0", | ||
"@aws-cdk/core": "^1.1.0" | ||
}, | ||
@@ -87,2 +87,2 @@ "awslint": { | ||
"stability": "experimental" | ||
} | ||
} |
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
92222
Updated@aws-cdk/aws-iam@^1.1.0
Updated@aws-cdk/core@^1.1.0