Skip to content

Commit

Permalink
v4.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-lara committed May 25, 2023
1 parent bac65f5 commit ce35f4e
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 31 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.26.1"
"version": "4.27.0"
}
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.26.1",
"version": "4.27.0",
"description": "Basic dependencies for node",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nlpjs/evaluator": "^4.26.1",
"@nlpjs/lang-en": "^4.26.1",
"@nlpjs/logger": "^4.26.1",
"@nlpjs/nlp": "^4.26.1"
"@nlpjs/nlp": "^4.27.0"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
2 changes: 1 addition & 1 deletion packages/bert-tokenizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/bert-tokenizer",
"version": "4.26.1",
"version": "4.27.0",
"description": "BERT tokenizer",
"author": {
"email": "[email protected]",
Expand Down
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.26.1",
"version": "4.27.0",
"description": "Bot plugin for NLP.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@nlpjs/connector": "^4.26.1",
"@nlpjs/core": "^4.26.1",
"@nlpjs/evaluator": "^4.26.1",
"@nlpjs/nlp": "^4.26.1"
"@nlpjs/nlp": "^4.27.0"
},
"publishConfig": {
"access": "public"
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.26.1",
"version": "4.27.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.26.1",
"version": "4.27.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.26.1",
"@nlpjs/bot": "^4.27.0",
"@nlpjs/connector": "^4.26.1",
"@nlpjs/core": "^4.26.1",
"botbuilder": "^4.16.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.

8 changes: 4 additions & 4 deletions packages/fullbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fullbot",
"version": "4.26.1",
"version": "4.27.0",
"description": "Full bot for NLP.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -29,13 +29,13 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/basic": "^4.26.1",
"@nlpjs/bot": "^4.26.1",
"@nlpjs/basic": "^4.27.0",
"@nlpjs/bot": "^4.27.0",
"@nlpjs/builtin-duckling": "^4.26.1",
"@nlpjs/builtin-microsoft": "^4.26.1",
"@nlpjs/database": "^4.26.1",
"@nlpjs/directline-connector": "^4.26.1",
"@nlpjs/express-api-server": "^4.26.1",
"@nlpjs/express-api-server": "^4.27.0",
"@nlpjs/mongodb-adapter": "^4.26.1",
"@nlpjs/utils": "^4.25.0",
"archiver": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lang-bert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/lang-bert",
"version": "4.26.1",
"version": "4.27.0",
"description": "BERT language base",
"author": {
"email": "[email protected]",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/bert-tokenizer": "^4.26.1",
"@nlpjs/bert-tokenizer": "^4.27.0",
"@nlpjs/core": "^4.26.1"
},
"publishConfig": {
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.26.1",
"version": "4.27.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.26.1",
"version": "4.27.0",
"description": "Natural Language Processing",
"author": {
"email": "[email protected]",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@nlpjs/core": "^4.26.1",
"@nlpjs/ner": "^4.26.1",
"@nlpjs/ner": "^4.27.0",
"@nlpjs/nlg": "^4.26.1",
"@nlpjs/nlu": "^4.26.1",
"@nlpjs/nlu": "^4.27.0",
"@nlpjs/sentiment": "^4.26.1",
"@nlpjs/slot": "^4.26.1"
},
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.26.1",
"version": "4.27.0",
"description": "Natural Language Understanding",
"author": {
"email": "[email protected]",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@nlpjs/core": "^4.26.1",
"@nlpjs/nlu": "^4.26.1",
"@nlpjs/nlu": "^4.27.0",
"@nlpjs/request": "^4.25.0"
},
"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.26.1",
"version": "4.27.0",
"description": "Natural Language Understanding",
"author": {
"email": "[email protected]",
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.26.1",
"version": "4.27.0",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@nlpjs/language": "^4.25.0",
"@nlpjs/neural": "^4.25.0",
"@nlpjs/nlg": "^4.26.1",
"@nlpjs/nlp": "^4.26.1",
"@nlpjs/nlu": "^4.26.1",
"@nlpjs/nlp": "^4.27.0",
"@nlpjs/nlu": "^4.27.0",
"@nlpjs/request": "^4.25.0",
"@nlpjs/sentiment": "^4.26.1",
"@nlpjs/similarity": "^4.26.1",
Expand Down
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.26.1",
"version": "4.27.0",
"description": "BERT open question",
"author": {
"email": "[email protected]",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/bert-tokenizer": "^4.26.1",
"@nlpjs/bert-tokenizer": "^4.27.0",
"@nlpjs/core": "^4.26.1",
"@nlpjs/utils": "^4.25.0",
"@tensorflow/tfjs-node": "^3.0.0"
Expand Down

0 comments on commit ce35f4e

Please sign in to comment.