@cloudant/couchbackup 2.9.2-SNAPSHOT.135 → 2.9.3-SNAPSHOT.11
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 +4 -4
- package/CHANGES.md +4 -0
- package/README.md +1 -3
- package/package.json +4 -3
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": "2022-
|
|
6
|
+
"generated_at": "2022-08-12T09:06:55Z",
|
|
7
7
|
"plugins_used": [
|
|
8
8
|
{
|
|
9
9
|
"name": "AWSKeyDetector"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"hashed_secret": "91dfd9ddb4198affc5c194cd8ce6d338fde470e2",
|
|
101
101
|
"is_secret": false,
|
|
102
102
|
"is_verified": false,
|
|
103
|
-
"line_number":
|
|
103
|
+
"line_number": 57,
|
|
104
104
|
"type": "Basic Auth Credentials",
|
|
105
105
|
"verified_result": null
|
|
106
106
|
},
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"hashed_secret": "644384d5a639cb5cacbf39f25dd4c7f77fc1b24d",
|
|
109
109
|
"is_secret": false,
|
|
110
110
|
"is_verified": false,
|
|
111
|
-
"line_number":
|
|
111
|
+
"line_number": 69,
|
|
112
112
|
"type": "Basic Auth Credentials",
|
|
113
113
|
"verified_result": null
|
|
114
114
|
}
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
}
|
|
233
233
|
]
|
|
234
234
|
},
|
|
235
|
-
"version": "0.13.1+ibm.
|
|
235
|
+
"version": "0.13.1+ibm.50.dss",
|
|
236
236
|
"word_list": {
|
|
237
237
|
"file": null,
|
|
238
238
|
"hash": null
|
package/CHANGES.md
CHANGED
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@cloudant/couchbackup)
|
|
4
4
|
[](https://www.npmjs.com/package/@cloudant/couchbackup)
|
|
5
|
-
[](https://travis-ci.org/cloudant/couchbackup)
|
|
6
|
-
[](https://greenkeeper.io/)
|
|
7
5
|
|
|
8
6
|
```
|
|
9
7
|
_____ _ ______ _
|
|
@@ -40,7 +38,7 @@ npm install -g @cloudant/couchbackup
|
|
|
40
38
|
|
|
41
39
|
### Snapshots
|
|
42
40
|
|
|
43
|
-
The latest builds of
|
|
41
|
+
The latest builds of main are published to npm with the `snapshot` tag. Use the `snapshot` tag if you want to experiment with an unreleased fix or new function, but please note that snapshot versions are **unsupported**.
|
|
44
42
|
|
|
45
43
|
## Usage
|
|
46
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudant/couchbackup",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.3-SNAPSHOT.11",
|
|
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",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"node": ">=14"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@ibm-cloud/cloudant": "0.1.
|
|
23
|
+
"@ibm-cloud/cloudant": "0.1.5",
|
|
24
24
|
"async": "^3.1.0",
|
|
25
25
|
"commander": "^9.0.0",
|
|
26
26
|
"debug": "~4.3.2",
|
|
27
27
|
"tmp": "0.2.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"ibm-cloud-sdk-core": "^
|
|
30
|
+
"ibm-cloud-sdk-core": "^3.1.0",
|
|
31
31
|
"retry-axios": "^2.6.0"
|
|
32
32
|
},
|
|
33
33
|
"main": "app.js",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"eslint-config-standard": "^17.0.0",
|
|
42
42
|
"eslint-plugin-header": "^3.0.0",
|
|
43
43
|
"eslint-plugin-import": "^2.8.0",
|
|
44
|
+
"eslint-plugin-n": "^15.2.4",
|
|
44
45
|
"eslint-plugin-node": "^11.0.0",
|
|
45
46
|
"eslint-plugin-promise": "^6.0.0",
|
|
46
47
|
"http-proxy": "^1.16.2",
|