@cloudcomponents/cdk-temp-stack
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "@cloudcomponents/cdk-temp-stack", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A stack that destroys itself after a given time (ttl)", | ||
@@ -62,21 +62,21 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@aws-cdk/aws-events": "^1.61.0", | ||
"@aws-cdk/aws-events-targets": "^1.61.0", | ||
"@aws-cdk/aws-iam": "^1.61.0", | ||
"@aws-cdk/aws-lambda": "^1.61.0", | ||
"@aws-cdk/aws-logs": "^1.61.0", | ||
"@aws-cdk/core": "^1.61.0", | ||
"@aws-cdk/aws-events": "^1.62.0", | ||
"@aws-cdk/aws-events-targets": "^1.62.0", | ||
"@aws-cdk/aws-iam": "^1.62.0", | ||
"@aws-cdk/aws-lambda": "^1.62.0", | ||
"@aws-cdk/aws-logs": "^1.62.0", | ||
"@aws-cdk/core": "^1.62.0", | ||
"constructs": "^3.0.4" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/aws-events": "^1.61.0", | ||
"@aws-cdk/aws-events-targets": "^1.61.0", | ||
"@aws-cdk/aws-iam": "^1.61.0", | ||
"@aws-cdk/aws-lambda": "^1.61.0", | ||
"@aws-cdk/aws-logs": "^1.61.0", | ||
"@aws-cdk/core": "^1.61.0" | ||
"@aws-cdk/aws-events": "^1.62.0", | ||
"@aws-cdk/aws-events-targets": "^1.62.0", | ||
"@aws-cdk/aws-iam": "^1.62.0", | ||
"@aws-cdk/aws-lambda": "^1.62.0", | ||
"@aws-cdk/aws-logs": "^1.62.0", | ||
"@aws-cdk/core": "^1.62.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.61.0", | ||
"aws-sdk": "^2.741.0", | ||
"@aws-cdk/assert": "^1.62.0", | ||
"aws-sdk": "^2.747.0", | ||
"jest-cdk-snapshot": "^1.4.0" | ||
@@ -83,0 +83,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
Updated@aws-cdk/aws-events@^1.62.0
Updated@aws-cdk/aws-iam@^1.62.0
Updated@aws-cdk/aws-lambda@^1.62.0
Updated@aws-cdk/aws-logs@^1.62.0
Updated@aws-cdk/core@^1.62.0