cloudflare-zone
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "cloudflare-zone", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Cloudflare Zone Updater", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
.catch(err => { | ||
console.error(err); | ||
console.error(err, err.stack); | ||
process.exit(1); | ||
@@ -18,0 +18,0 @@ }).then(() => { |
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
24963