@nlpjs/nlu
Advanced tools
Comparing version 4.1.4 to 4.2.0
{ | ||
"name": "@nlpjs/nlu", | ||
"version": "4.1.4", | ||
"version": "4.2.0", | ||
"description": "Natural Language Understanding", | ||
@@ -33,3 +33,3 @@ "author": { | ||
}, | ||
"gitHead": "99500ae2f3e16666fa5cc08a486664ef5267e810" | ||
"gitHead": "11c90c75ffee31b778a1568600bb56cc808956e6" | ||
} |
@@ -52,3 +52,5 @@ /* | ||
const result = super.toJSON(); | ||
result.neuralNetwork = this.neuralNetwork ? this.neuralNetwork.toJSON() : undefined; | ||
result.neuralNetwork = this.neuralNetwork | ||
? this.neuralNetwork.toJSON() | ||
: undefined; | ||
return result; | ||
@@ -55,0 +57,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42689
1230