Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Node-RED Watson Nodes for IBM Cloud

<a href="https://cla-assistant.io/watson-developer-cloud/node-red-node-watson"><img src="https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson" alt="CLA assistant" /></a>

### New in version 0.10.4
- bump of ibm-watson to 9.1.0
- bump of node engine to >=16.0.0
- publish home temporarily moved to [temp home](https://github.com/ibm-early-programs/node-red-node-watson)

### New in version 0.10.3
- fix bug in cloud bound STT configuration
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "node-red-node-watson",
"version": "0.10.3",
"version": "0.10.4",
"description": "A collection of Node-RED nodes for IBM Watson services",
"dependencies": {
"cfenv": "~1.2.4",
"file-type": "^12.4.2",
"request": "~2.88.2",
"temp": "^0.9.4",
"qs": "^6.10.3",
"ibm-watson": "^6.2.2",
"ibm-watson": "^9.1.0",
"is-docx": "^0.0.3",
"stream-to-array": "^2.3.0",
"ws": "^8.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/node-red-node-watson"
"url": "https://github.com/ibm-early-programs/node-red-node-watson"
},
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,6 +53,6 @@
}
},
"engines": {
"node": ">=12.20.0"
"node": ">=16.0.0"
}
}