Skip to content

Commit

Permalink
v4.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Seijas committed Oct 20, 2020
1 parent c529587 commit bff1f30
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.14.1"
"version": "4.14.2"
}
4 changes: 2 additions & 2 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/basic",
"version": "4.14.1",
"version": "4.14.2",
"description": "Basic dependencies for node",
"author": {
"email": "jesus.seijas@axa.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nlpjs/evaluator": "^4.11.3",
"@nlpjs/lang-en": "^4.14.0",
"@nlpjs/logger": "^4.14.0",
"@nlpjs/nlp": "^4.14.1"
"@nlpjs/nlp": "^4.14.2"
},
"gitHead": "926fe345330eca1a13eaaf04d0bba3631a5bba8b"
}
2 changes: 1 addition & 1 deletion packages/ner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/ner",
"version": "4.14.0",
"version": "4.14.2",
"description": "Named Entity Recognition",
"author": {
"email": "jesus.seijas@axa.com",
Expand Down
6 changes: 3 additions & 3 deletions packages/nlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/nlp",
"version": "4.14.1",
"version": "4.14.2",
"description": "Natural Language Processing",
"author": {
"email": "jesus.seijas@axa.com",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@nlpjs/core": "^4.14.0",
"@nlpjs/ner": "^4.14.0",
"@nlpjs/ner": "^4.14.2",
"@nlpjs/nlg": "^4.14.0",
"@nlpjs/nlu": "^4.14.0",
"@nlpjs/nlu": "^4.14.2",
"@nlpjs/sentiment": "^4.14.1",
"@nlpjs/slot": "^4.9.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nlu-luis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/nlu-luis",
"version": "4.14.0",
"version": "4.14.2",
"description": "Natural Language Understanding",
"author": {
"email": "jesus.seijas@axa.com",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@nlpjs/core": "^4.14.0",
"@nlpjs/nlu": "^4.14.0",
"@nlpjs/nlu": "^4.14.2",
"@nlpjs/request": "^4.13.2"
},
"gitHead": "2b77e4ff0126eaac349c2cad852036e282323519"
Expand Down
2 changes: 1 addition & 1 deletion packages/nlu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/nlu",
"version": "4.14.0",
"version": "4.14.2",
"description": "Natural Language Understanding",
"author": {
"email": "jesus.seijas@axa.com",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-nlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-nlp",
"version": "4.14.1",
"version": "4.14.2",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",
"author": {
"email": "jesus.seijas@axa.com",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@nlpjs/language": "^4.6.0",
"@nlpjs/neural": "^4.12.0",
"@nlpjs/nlg": "^4.14.0",
"@nlpjs/nlp": "^4.14.1",
"@nlpjs/nlu": "^4.14.0",
"@nlpjs/nlp": "^4.14.2",
"@nlpjs/nlu": "^4.14.2",
"@nlpjs/request": "^4.13.2",
"@nlpjs/sentiment": "^4.14.1",
"@nlpjs/similarity": "^4.14.0",
Expand Down

0 comments on commit bff1f30

Please sign in to comment.