@cloudant/couchbackup 2.7.1-SNAPSHOT.59 → 2.8.1-SNAPSHOT.63

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.
package/.secrets.baseline CHANGED
@@ -3,7 +3,7 @@
3
3
  "files": "package-lock.json|test/fixtures|^.secrets.baseline$",
4
4
  "lines": null
5
5
  },
6
- "generated_at": "2021-11-16T14:34:16Z",
6
+ "generated_at": "2021-11-30T10:44:20Z",
7
7
  "plugins_used": [
8
8
  {
9
9
  "name": "AWSKeyDetector"
@@ -82,7 +82,7 @@
82
82
  "hashed_secret": "90c240c0ecfb254c589319f022de059fc739c54a",
83
83
  "is_secret": false,
84
84
  "is_verified": false,
85
- "line_number": 152,
85
+ "line_number": 149,
86
86
  "type": "NPM tokens",
87
87
  "verified_result": null
88
88
  }
package/CHANGES.md CHANGED
@@ -1,4 +1,4 @@
1
- # Unreleased
1
+ # 2.8.0 (2021-11-25)
2
2
  - [FIXED] Corrected `user-agent` header on requests.
3
3
  - [FIXED] Restore of shallow backups created with versions <=2.4.2.
4
4
  - [IMPROVED] Added quiet option to backup and restore to suppress batch messages.
@@ -6,6 +6,7 @@
6
6
  - [IMPROVED] Added handling for errors reading log file.
7
7
  - [IMPROVED] Split changes spooling to improve reliability on databases with
8
8
  millions of documents.
9
+ - [UPGRADED] `@ibm-cloud/cloudant`, `commander` and `debug` dependencies.
9
10
 
10
11
  # 2.7.0 (2021-09-14)
11
12
  - [UPGRADED] Cloudant client dependency from `@cloudant/cloudant` to `@ibm-cloud/cloudant`.
package/README.md CHANGED
@@ -35,7 +35,7 @@ npm install -g @cloudant/couchbackup
35
35
  ```
36
36
 
37
37
  ### Requirements
38
- * The minimum required Node.js version is 10.
38
+ * The minimum required Node.js version is 12.
39
39
  * The minimum required CouchDB version is 2.0.0.
40
40
 
41
41
  ### Snapshots
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudant/couchbackup",
3
- "version": "2.7.1-SNAPSHOT.59",
3
+ "version": "2.8.1-SNAPSHOT.63",
4
4
  "description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
5
5
  "homepage": "https://github.com/cloudant/couchbackup",
6
6
  "repository": "https://github.com/cloudant/couchbackup.git",