@aws-cdk/aws-wafregional
Advanced tools
Comparing version 1.11.0 to 1.12.0
{ | ||
"name": "@aws-cdk/aws-wafregional", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "The CDK Construct Library for AWS::WAFRegional", | ||
@@ -66,3 +66,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.11.0", | ||
"@aws-cdk/assert": "^1.12.0", | ||
"cdk-build-tools": "file:../../../tools/cdk-build-tools", | ||
@@ -73,7 +73,7 @@ "cfn2ts": "file:../../../tools/cfn2ts", | ||
"dependencies": { | ||
"@aws-cdk/core": "^1.11.0" | ||
"@aws-cdk/core": "^1.12.0" | ||
}, | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/core": "^1.11.0" | ||
"@aws-cdk/core": "^1.12.0" | ||
}, | ||
@@ -80,0 +80,0 @@ "engines": { |
@@ -23,3 +23,3 @@ { | ||
"strictNullChecks": true, | ||
"strictPropertyInitialization": false, | ||
"strictPropertyInitialization": true, | ||
"stripInternal": true, | ||
@@ -26,0 +26,0 @@ "target": "ES2017", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
424369
Updated@aws-cdk/core@^1.12.0