@aws-cdk/aws-wafregional
Advanced tools
Comparing version 1.6.1 to 1.7.0
{ | ||
"name": "@aws-cdk/aws-wafregional", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "The CDK Construct Library for AWS::WAFRegional", | ||
@@ -65,3 +65,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.6.1", | ||
"@aws-cdk/assert": "^1.7.0", | ||
"cdk-build-tools": "file:../../../tools/cdk-build-tools", | ||
@@ -72,7 +72,7 @@ "cfn2ts": "file:../../../tools/cfn2ts", | ||
"dependencies": { | ||
"@aws-cdk/core": "^1.6.1" | ||
"@aws-cdk/core": "^1.7.0" | ||
}, | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/core": "^1.6.1" | ||
"@aws-cdk/core": "^1.7.0" | ||
}, | ||
@@ -83,2 +83,2 @@ "engines": { | ||
"stability": "experimental" | ||
} | ||
} |
@@ -10,5 +10,3 @@ { | ||
"lib": [ | ||
"es2016", | ||
"es2017.object", | ||
"es2017.string" | ||
"es2016" | ||
], | ||
@@ -15,0 +13,0 @@ "module": "CommonJS", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
423853
2390
Updated@aws-cdk/core@^1.7.0