Skip to content

Commit c107e86

Browse files
committed
Bump of ibm-watson dependency
1 parent dc29f8d commit c107e86

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Node-RED Watson Nodes for IBM Cloud
77

88
<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>
99

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

1115
### New in version 0.10.3
1216
- fix bug in cloud bound STT configuration

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"request": "~2.88.2",
99
"temp": "^0.9.4",
1010
"qs": "^6.10.3",
11-
"ibm-watson": "^6.2.2",
11+
"ibm-watson": "^9.1.0",
1212
"is-docx": "^0.0.3",
1313
"stream-to-array": "^2.3.0",
1414
"ws": "^8.5.0"
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/watson-developer-cloud/node-red-node-watson"
18+
"url": "https://github.com/ibm-early-programs/node-red-node-watson/tree/0.10.4"
1919
},
2020
"license": "Apache-2.0",
2121
"keywords": [
@@ -53,6 +53,6 @@
5353
}
5454
},
5555
"engines": {
56-
"node": ">=12.20.0"
56+
"node": ">=16.0.0"
5757
}
5858
}

0 commit comments

Comments
 (0)