@cloudant/couchbackup 2.11.12 → 2.11.13-400

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -33,7 +33,7 @@ npm install -g @cloudant/couchbackup
33
33
  ```
34
34
 
35
35
  ### Requirements
36
- * Node.js LTS version 20, or 22.
36
+ * Node.js LTS version 20, 22 or 24.
37
37
  * The minimum required CouchDB version is 2.0.0.
38
38
 
39
39
  ### Snapshots
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudant/couchbackup",
3
- "version": "2.11.12",
3
+ "version": "2.11.13-400",
4
4
  "description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
5
5
  "homepage": "https://github.com/IBM/couchbackup",
6
6
  "repository": {
@@ -23,13 +23,13 @@
23
23
  "node": "^20 || ^22 || ^24"
24
24
  },
25
25
  "dependencies": {
26
- "@ibm-cloud/cloudant": "0.12.13",
27
- "commander": "14.0.2",
26
+ "@ibm-cloud/cloudant": "0.12.15",
27
+ "commander": "14.0.3",
28
28
  "debug": "4.4.3"
29
29
  },
30
30
  "peerDependencies": {
31
- "ibm-cloud-sdk-core": "^5.4.5",
32
- "axios": "^1.13.2"
31
+ "ibm-cloud-sdk-core": "^5.4.6",
32
+ "axios": "^1.13.5"
33
33
  },
34
34
  "main": "app.js",
35
35
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "couchrestore": "bin/couchrestore.bin.js"
38
38
  },
39
39
  "devDependencies": {
40
- "eslint": "9.39.1",
40
+ "eslint": "9.39.2",
41
41
  "eslint-plugin-header": "3.1.1",
42
42
  "eslint-plugin-import": "2.32.0",
43
43
  "http-proxy": "1.18.1",