Skip to content

Commit

Permalink
v4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-lara committed Mar 1, 2022
1 parent 52dbf64 commit 48292d4
Show file tree
Hide file tree
Showing 29 changed files with 45 additions and 45 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.22.20"
"version": "4.23.0"
}
6 changes: 3 additions & 3 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/basic",
"version": "4.22.18",
"version": "4.23.0",
"description": "Basic dependencies for node",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@nlpjs/core-loader": "^4.22.7",
"@nlpjs/evaluator": "^4.22.7",
"@nlpjs/lang-en": "^4.22.7",
"@nlpjs/logger": "^4.22.18",
"@nlpjs/nlp": "^4.22.17"
"@nlpjs/logger": "^4.23.0",
"@nlpjs/nlp": "^4.23.0"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
2 changes: 1 addition & 1 deletion packages/bot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/bot",
"version": "4.22.20",
"version": "4.23.0",
"description": "Bot plugin for NLP.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@nlpjs/connector": "^4.22.7",
"@nlpjs/core": "^4.22.7",
"@nlpjs/evaluator": "^4.22.7",
"@nlpjs/nlp": "^4.22.17"
"@nlpjs/nlp": "^4.23.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/builtin-compromise/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/builtin-compromise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/builtin-compromise",
"version": "4.22.20",
"version": "4.23.0",
"description": "Builtin Named Entity Recognition with Compromise",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-api-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/express-api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/express-api-server",
"version": "4.22.14",
"version": "4.23.0",
"description": "Express API Server",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/fb-connector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/fb-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fb-connector",
"version": "4.22.20",
"version": "4.23.0",
"description": "Facebook Messenger Connector",
"author": {
"email": "[email protected]",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/bot": "^4.22.20",
"@nlpjs/bot": "^4.23.0",
"@nlpjs/connector": "^4.22.7",
"@nlpjs/core": "^4.22.7",
"botbuilder": "^4.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fullbot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/fullbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fullbot",
"version": "4.22.20",
"version": "4.23.0",
"description": "Full bot for NLP.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -29,15 +29,15 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/basic": "^4.22.18",
"@nlpjs/bot": "^4.22.20",
"@nlpjs/basic": "^4.23.0",
"@nlpjs/bot": "^4.23.0",
"@nlpjs/builtin-duckling": "^4.22.7",
"@nlpjs/builtin-microsoft": "^4.22.7",
"@nlpjs/database": "^4.22.7",
"@nlpjs/directline-connector": "^4.22.12",
"@nlpjs/express-api-server": "^4.22.14",
"@nlpjs/express-api-server": "^4.23.0",
"@nlpjs/mongodb-adapter": "^4.22.7",
"@nlpjs/utils": "^4.22.18",
"@nlpjs/utils": "^4.23.0",
"archiver": "^5.2.0",
"decompress": "^4.2.1",
"rimraf": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/logger",
"version": "4.22.18",
"version": "4.23.0",
"description": "Logger",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/msbf-connector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/msbf-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/msbf-connector",
"version": "4.22.16",
"version": "4.23.0",
"description": "Microsoft Bot Framework Connector",
"author": {
"email": "[email protected]",
Expand Down
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.22.9",
"version": "4.23.0",
"description": "Named Entity Recognition",
"author": {
"email": "[email protected]",
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.22.17",
"version": "4.23.0",
"description": "Natural Language Processing",
"author": {
"email": "[email protected]",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@nlpjs/core": "^4.22.7",
"@nlpjs/ner": "^4.22.9",
"@nlpjs/ner": "^4.23.0",
"@nlpjs/nlg": "^4.22.7",
"@nlpjs/nlu": "^4.22.7",
"@nlpjs/nlu": "^4.23.0",
"@nlpjs/sentiment": "^4.22.7",
"@nlpjs/slot": "^4.22.17"
},
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.22.7",
"version": "4.23.0",
"description": "Natural Language Understanding",
"author": {
"email": "[email protected]",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@nlpjs/core": "^4.22.7",
"@nlpjs/nlu": "^4.22.7",
"@nlpjs/nlu": "^4.23.0",
"@nlpjs/request": "^4.22.7"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
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.22.7",
"version": "4.23.0",
"description": "Natural Language Understanding",
"author": {
"email": "[email protected]",
Expand Down
8 changes: 4 additions & 4 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.22.18",
"version": "4.23.0",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -51,12 +51,12 @@
"@nlpjs/language": "^4.22.7",
"@nlpjs/neural": "^4.22.7",
"@nlpjs/nlg": "^4.22.7",
"@nlpjs/nlp": "^4.22.17",
"@nlpjs/nlu": "^4.22.7",
"@nlpjs/nlp": "^4.23.0",
"@nlpjs/nlu": "^4.23.0",
"@nlpjs/request": "^4.22.7",
"@nlpjs/sentiment": "^4.22.7",
"@nlpjs/similarity": "^4.22.7",
"@nlpjs/xtables": "^4.22.18"
"@nlpjs/xtables": "^4.23.0"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
2 changes: 1 addition & 1 deletion packages/open-question/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/open-question/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/open-question",
"version": "4.22.18",
"version": "4.23.0",
"description": "BERT open question",
"author": {
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@nlpjs/bert-tokenizer": "^4.22.8",
"@nlpjs/core": "^4.22.7",
"@nlpjs/utils": "^4.22.18",
"@nlpjs/utils": "^4.23.0",
"@tensorflow/tfjs-node": "^3.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/request-rn/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/request-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/request-rn",
"version": "4.22.14",
"version": "4.23.0",
"description": "Request",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/utils",
"version": "4.22.18",
"version": "4.23.0",
"description": "NLP utils",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd",
"dependencies": {
"@nlpjs/xtables": "^4.22.18",
"@nlpjs/xtables": "^4.23.0",
"exceljs": "^4.1.1",
"https-proxy-agent": "^5.0.0",
"tar": "^6.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/xtables/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/xtables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/xtables",
"version": "4.22.18",
"version": "4.23.0",
"description": "Excel tables reader",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 48292d4

Please sign in to comment.