Skip to content

Commit

Permalink
v4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-lara committed May 2, 2022
1 parent 2eb9860 commit faa4c3f
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 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.23.5"
"version": "4.24.0"
}
2 changes: 1 addition & 1 deletion packages/dialogflow-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/dialogflow-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/dialogflow-connector",
"version": "4.23.5",
"version": "4.24.0",
"description": "Dialogflow connector for NLP.js",
"author": {
"email": "[email protected]",
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.

4 changes: 2 additions & 2 deletions packages/fullbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fullbot",
"version": "4.23.5",
"version": "4.24.0",
"description": "Full bot for NLP.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@nlpjs/directline-connector": "^4.23.4",
"@nlpjs/express-api-server": "^4.23.4",
"@nlpjs/mongodb-adapter": "^4.23.4",
"@nlpjs/utils": "^4.23.5",
"@nlpjs/utils": "^4.24.0",
"archiver": "^5.2.0",
"decompress": "^4.2.1",
"rimraf": "^3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/lang-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/lang-all",
"version": "4.23.4",
"version": "4.24.0",
"description": "Core",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@nlpjs/lang-hy": "^4.23.4",
"@nlpjs/lang-id": "^4.23.4",
"@nlpjs/lang-it": "^4.23.4",
"@nlpjs/lang-ja": "^4.23.4",
"@nlpjs/lang-ja": "^4.24.0",
"@nlpjs/lang-ko": "^4.23.4",
"@nlpjs/lang-lt": "^4.23.4",
"@nlpjs/lang-ms": "^4.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/lang-ja/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/lang-ja/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/lang-ja",
"version": "4.23.4",
"version": "4.24.0",
"description": "Core",
"author": {
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 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.23.5",
"version": "4.24.0",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@nlpjs/core-loader": "^4.23.4",
"@nlpjs/emoji": "^4.23.4",
"@nlpjs/evaluator": "^4.22.7",
"@nlpjs/lang-all": "^4.23.4",
"@nlpjs/lang-all": "^4.24.0",
"@nlpjs/language": "^4.22.7",
"@nlpjs/neural": "^4.22.7",
"@nlpjs/nlg": "^4.23.4",
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.23.5",
"version": "4.24.0",
"description": "BERT open question",
"author": {
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@nlpjs/bert-tokenizer": "^4.23.4",
"@nlpjs/core": "^4.23.4",
"@nlpjs/utils": "^4.23.5",
"@nlpjs/utils": "^4.24.0",
"@tensorflow/tfjs-node": "^3.0.0"
},
"publishConfig": {
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.

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

0 comments on commit faa4c3f

Please sign in to comment.