Comparing version 0.0.2 to 0.0.3
@@ -20,3 +20,3 @@ // Requires | ||
} | ||
return _.flatten(_.map(obj.kvs, cleanInput)); | ||
return _.flatten(_.map(obj.kvs, cleanDump)); | ||
} | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "etcd-dump", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A tool for dumping and restoring etcd", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
15109