@cloudant/couchbackup
Advanced tools
Comparing version 2.11.2-SNAPSHOT-276 to 2.11.2-SNAPSHOT-277
@@ -65,2 +65,3 @@ // Copyright © 2017, 2024 IBM Corp. All rights reserved. | ||
cliutils.getUsage('URL of the CouchDB/Cloudant server', defaults.url)) | ||
.allowExcessArguments() | ||
.parse(process.argv); | ||
@@ -121,2 +122,3 @@ | ||
cliutils.getUsage('URL of the CouchDB/Cloudant server', defaults.url)) | ||
.allowExcessArguments() | ||
.parse(process.argv); | ||
@@ -123,0 +125,0 @@ |
{ | ||
"name": "@cloudant/couchbackup", | ||
"version": "2.11.2-SNAPSHOT-276", | ||
"version": "2.11.2-SNAPSHOT-277", | ||
"description": "CouchBackup - command-line backup utility for Cloudant/CouchDB", | ||
@@ -27,3 +27,3 @@ "homepage": "https://github.com/IBM/couchbackup", | ||
"@ibm-cloud/cloudant": "0.11.0", | ||
"commander": "12.1.0", | ||
"commander": "13.0.0", | ||
"debug": "4.4.0" | ||
@@ -30,0 +30,0 @@ }, |
127576
2416
+ Addedcommander@13.0.0(transitive)
- Removedcommander@12.1.0(transitive)
Updatedcommander@13.0.0