@cloudant/couchbackup 2.9.7-SNAPSHOT.82 → 2.9.7
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/CHANGES.md +4 -0
- package/package.json +2 -2
package/CHANGES.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# 2.9.7 (2023-02-27)
|
|
2
|
+
- [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.4.1`.
|
|
3
|
+
- [UPGRADED] `ibm-cloud-sdk-core` peerDependency to version `4.0.3`.
|
|
4
|
+
|
|
1
5
|
# 2.9.6 (2023-01-06)
|
|
2
6
|
- [FIXED] HTTP client dependency issue that masked backup errors when server connection was dropped.
|
|
3
7
|
- [FIXED] Discard temporary file descriptor for backup.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudant/couchbackup",
|
|
3
|
-
"version": "2.9.7
|
|
3
|
+
"version": "2.9.7",
|
|
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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"couchrestore": "bin/couchrestore.bin.js"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"eslint": "8.
|
|
40
|
+
"eslint": "8.35.0",
|
|
41
41
|
"eslint-config-semistandard": "17.0.0",
|
|
42
42
|
"eslint-config-standard": "17.0.0",
|
|
43
43
|
"eslint-plugin-header": "3.1.1",
|