@cloudcomponents/cdk-temp-stack
Advanced tools
Comparing version 1.8.0 to 1.9.0
{ | ||
"name": "@cloudcomponents/cdk-temp-stack", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "A stack that destroys itself after a given time (ttl)", | ||
@@ -62,21 +62,21 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@aws-cdk/aws-events": "^1.73.0", | ||
"@aws-cdk/aws-events-targets": "^1.73.0", | ||
"@aws-cdk/aws-iam": "^1.73.0", | ||
"@aws-cdk/aws-lambda": "^1.73.0", | ||
"@aws-cdk/aws-logs": "^1.73.0", | ||
"@aws-cdk/core": "^1.73.0", | ||
"@aws-cdk/aws-events": "^1.74.0", | ||
"@aws-cdk/aws-events-targets": "^1.74.0", | ||
"@aws-cdk/aws-iam": "^1.74.0", | ||
"@aws-cdk/aws-lambda": "^1.74.0", | ||
"@aws-cdk/aws-logs": "^1.74.0", | ||
"@aws-cdk/core": "^1.74.0", | ||
"constructs": "^3.2.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/aws-events": "^1.73.0", | ||
"@aws-cdk/aws-events-targets": "^1.73.0", | ||
"@aws-cdk/aws-iam": "^1.73.0", | ||
"@aws-cdk/aws-lambda": "^1.73.0", | ||
"@aws-cdk/aws-logs": "^1.73.0", | ||
"@aws-cdk/core": "^1.73.0" | ||
"@aws-cdk/aws-events": "^1.74.0", | ||
"@aws-cdk/aws-events-targets": "^1.74.0", | ||
"@aws-cdk/aws-iam": "^1.74.0", | ||
"@aws-cdk/aws-lambda": "^1.74.0", | ||
"@aws-cdk/aws-logs": "^1.74.0", | ||
"@aws-cdk/core": "^1.74.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.73.0", | ||
"aws-sdk": "^2.791.0", | ||
"@aws-cdk/assert": "^1.74.0", | ||
"aws-sdk": "^2.794.0", | ||
"jest-cdk-snapshot": "^1.4.1" | ||
@@ -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.74.0
Updated@aws-cdk/aws-iam@^1.74.0
Updated@aws-cdk/aws-lambda@^1.74.0
Updated@aws-cdk/aws-logs@^1.74.0
Updated@aws-cdk/core@^1.74.0