Skip to content

Commit

Permalink
docs: add deprecation notice for node versions 6 and 8 (#916)
Browse files Browse the repository at this point in the history
docs: add deprecation notice for node versions 6 and 8
  • Loading branch information
germanattanasio committed Jul 19, 2019
2 parents 2d50831 + 4620987 commit afa7dd5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
sudo: false
node_js:
- 6
- 8
- 10
- 12
cache:
npm: false
before_install:
Expand All @@ -28,5 +28,5 @@ deploy:
skip_cleanup: true
script: npx semantic-release
on:
node: 8
node: 12
repo: watson-developer-cloud/node-sdk
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Node.js client library to use the Watson APIs.
</details>

## ANNOUNCEMENTS!
### New Major Version
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.
### Supporting Node versions 10+
The SDK will no longer be tested with Node versions 6 and 8. Support will be officially dropped in v5.

### Package Rename
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.
Expand Down
12 changes: 9 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
"axios": "^0.18.0",
"dotenv": "^6.2.0",
"extend": "~3.0.2",
"ibm-cloud-sdk-core": "^0.3.1",
"ibm-cloud-sdk-core": "^0.3.3",
"isstream": "~0.1.2",
"object.pick": "~1.3.0",
"websocket": "^1.0.28",
"snyk": "^1.192.4"
"snyk": "^1.192.4",
"websocket": "^1.0.28"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit afa7dd5

Please sign in to comment.