File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Node-RED Watson Nodes for IBM Bluemix
7
7
8
8
<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 >
9
9
10
+ ### New in version 0.4.12
11
+ - Emergency fix for node.js version compatibility problem, in payload-utils
12
+
10
13
### New in version 0.4.11
11
14
- Corrected word count for Japanese text in Personality Insights nodes.
12
15
- Move Dialog to deprecated list.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-node-watson" ,
3
- "version" : " 0.4.11 " ,
3
+ "version" : " 0.4.12 " ,
4
4
"description" : " A collection of Node-RED nodes for IBM Watson services" ,
5
5
"dependencies" : {
6
6
"alchemy-api" : " ^1.3.0" ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ PayloadUtils.prototype = {
69
69
70
70
// Function that is returns a function to count
71
71
// the characters in each language.
72
- word_count ( ct ) {
72
+ word_count : function ( ct ) {
73
73
var kuromoji = require ( 'kuromoji' ) ,
74
74
fn = function ( txt , cb ) {
75
75
// default
You can’t perform that action at this time.
0 commit comments