@cloudant/couchbackup 2.8.4-SNAPSHOT.113 → 2.8.4-SNAPSHOT.114

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.
Files changed (3) hide show
  1. package/CHANGES.md +3 -0
  2. package/README.md +1 -1
  3. package/package.json +2 -2
package/CHANGES.md CHANGED
@@ -1,3 +1,6 @@
1
+ # Unreleased
2
+ - [NOTE] Updated minimum supported engine to Node.js 14 `fermium` LTS.
3
+
1
4
  # 2.8.3 (2022-04-05)
2
5
  - [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.1.1`.
3
6
  - [NOTE] Move `retry-axios` and `ibm-cloud-sdk-core` to peerDependencies.
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 12.
38
+ * The minimum required Node.js version is 14.
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.8.4-SNAPSHOT.113",
3
+ "version": "2.8.4-SNAPSHOT.114",
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",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "license": "Apache-2.0",
19
19
  "engines": {
20
- "node": ">=12"
20
+ "node": ">=14"
21
21
  },
22
22
  "dependencies": {
23
23
  "@ibm-cloud/cloudant": "0.1.2",