Skip to content

Commit afa7dd5

Browse files
docs: add deprecation notice for node versions 6 and 8 (watson-developer-cloud#916)
docs: add deprecation notice for node versions 6 and 8
2 parents 2d50831 + 4620987 commit afa7dd5

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 6
5-
- 8
4+
- 10
5+
- 12
66
cache:
77
npm: false
88
before_install:
@@ -28,5 +28,5 @@ deploy:
2828
skip_cleanup: true
2929
script: npx semantic-release
3030
on:
31-
node: 8
31+
node: 12
3232
repo: watson-developer-cloud/node-sdk

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Node.js client library to use the Watson APIs.
4949
</details>
5050

5151
## ANNOUNCEMENTS!
52-
### New Major Version
53-
The new major version, `v4` has been released. The major new feature in this release is native support for Promises. There are some breaking changes - use the [migration guide](https://github.com/watson-developer-cloud/node-sdk/blob/master/UPGRADE-4.0.md) to navigate any changes that affect your code.
52+
### Supporting Node versions 10+
53+
The SDK will no longer be tested with Node versions 6 and 8. Support will be officially dropped in v5.
5454

5555
### Package Rename
5656
This package has been moved under the name `ibm-watson`. The package is still available at `watson-developer-cloud`, but that will no longer receive updates. Use `ibm-watson` to stay up to date.

package-lock.json

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686
"axios": "^0.18.0",
8787
"dotenv": "^6.2.0",
8888
"extend": "~3.0.2",
89-
"ibm-cloud-sdk-core": "^0.3.1",
89+
"ibm-cloud-sdk-core": "^0.3.3",
9090
"isstream": "~0.1.2",
9191
"object.pick": "~1.3.0",
92-
"websocket": "^1.0.28",
93-
"snyk": "^1.192.4"
92+
"snyk": "^1.192.4",
93+
"websocket": "^1.0.28"
9494
},
9595
"engines": {
9696
"node": ">=6.0.0"

0 commit comments

Comments
 (0)