@cloudant/couchbackup 2.9.2-SNAPSHOT.136 → 2.9.3-SNAPSHOT.12

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": "2022-08-01T08:28:01Z",
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": 59,
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": 71,
111
+ "line_number": 69,
112
112
  "type": "Basic Auth Credentials",
113
113
  "verified_result": null
114
114
  }
package/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 2.9.2 (2022-08-02)
2
+ - [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.1.5`.
3
+ - [UPGRADED] `ibm-cloud-sdk-core` peerDependency to version `3.1.0`.
4
+
1
5
  # 2.9.1 (2022-07-19)
2
6
  - [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.1.4`.
3
7
 
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  [![npm (scoped)](https://img.shields.io/npm/v/@cloudant/couchbackup.svg?colorB=0000ff)](https://www.npmjs.com/package/@cloudant/couchbackup)
4
4
  [![npm (scoped with tag)](https://img.shields.io/npm/v/@cloudant/couchbackup/snapshot.svg?colorB=666699)](https://www.npmjs.com/package/@cloudant/couchbackup)
5
- [![Build Status](https://travis-ci.org/cloudant/couchbackup.svg?branch=master)](https://travis-ci.org/cloudant/couchbackup)
6
- [![Greenkeeper badge](https://badges.greenkeeper.io/cloudant/couchbackup.svg)](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 master 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**.
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.2-SNAPSHOT.136",
3
+ "version": "2.9.3-SNAPSHOT.12",
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",