ibm-cloud-sdk-core 2.17.11 → 2.17.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.17.12](https://github.com/IBM/node-sdk-core/compare/v2.17.11...v2.17.12) (2022-03-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update minimum Node version in package.json ([#192](https://github.com/IBM/node-sdk-core/issues/192)) ([dfbebee](https://github.com/IBM/node-sdk-core/commit/dfbebee3bf3b3234c3149323d93272f21b031cf2))
7
+
1
8
  ## [2.17.11](https://github.com/IBM/node-sdk-core/compare/v2.17.10...v2.17.11) (2022-03-16)
2
9
 
3
10
 
package/README.md CHANGED
@@ -12,6 +12,9 @@ This project contains core functionality required by Node.js code generated by t
12
12
  `npm install ibm-cloud-sdk-core`
13
13
  ```
14
14
 
15
+ ## Prerequisites
16
+ - Node.js version 12 or newer
17
+
15
18
  ## Usage
16
19
  This package exports a single object containing a number of modules as top level properties.
17
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ibm-cloud-sdk-core",
3
- "version": "2.17.11",
3
+ "version": "2.17.12",
4
4
  "description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",
5
5
  "main": "index.js",
6
6
  "typings": "./es/index.d.ts",
@@ -66,7 +66,7 @@
66
66
  "./lib/sdk-test-helpers": "./lib/sdk-test-helpers.browser"
67
67
  },
68
68
  "engines": {
69
- "node": ">=10"
69
+ "node": ">=12"
70
70
  },
71
71
  "scripts": {
72
72
  "clean": "rm -fr node_modules",