@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 +2 -2
- package/CHANGES.md +2 -1
- package/README.md +1 -1
- package/package.json +1 -1
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-
|
|
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":
|
|
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
|
-
#
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudant/couchbackup",
|
|
3
|
-
"version": "2.
|
|
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",
|