@collaborne/custom-cloudformation-resources
Advanced tools
Comparing version 0.5.11 to 0.5.12
@@ -48,2 +48,3 @@ "use strict"; | ||
}; | ||
console.log(`ruleGroupParams: ${JSON.stringify(ruleGroupParams)}`); | ||
try { | ||
@@ -50,0 +51,0 @@ const ruleGroup = await this.wafV2 |
{ | ||
"name": "@collaborne/custom-cloudformation-resources", | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"description": "Custom CloudFormation resources", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -67,2 +67,4 @@ import { WAFV2 } from 'aws-sdk'; | ||
console.log(`ruleGroupParams: ${JSON.stringify(ruleGroupParams)}`); | ||
try { | ||
@@ -69,0 +71,0 @@ const ruleGroup = await this.wafV2 |
Sorry, the diff of this file is not supported yet
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
194491
2615