Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v4.24.2
  • Loading branch information
eric-lara committed May 16, 2022
1 parent e08aa90 commit 219379d
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.24.1"
"version": "4.24.2"
}
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.

2 changes: 1 addition & 1 deletion packages/bot/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/bot",
"version": "4.23.5",
"version": "4.24.2",
"description": "Bot plugin for NLP.js",
"author": {
"email": "opensource@axa.com",
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
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fb-connector",
"version": "4.23.5",
"version": "4.24.2",
"description": "Facebook Messenger Connector",
"author": {
"email": "eric.lara@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/bot": "^4.23.5",
"@nlpjs/bot": "^4.24.2",
"@nlpjs/connector": "^4.23.4",
"@nlpjs/core": "^4.23.4",
"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.

6 changes: 3 additions & 3 deletions packages/fullbot/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fullbot",
"version": "4.24.1",
"version": "4.24.2",
"description": "Full bot for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -30,14 +30,14 @@
},
"dependencies": {
"@nlpjs/basic": "^4.23.5",
"@nlpjs/bot": "^4.23.5",
"@nlpjs/bot": "^4.24.2",
"@nlpjs/builtin-duckling": "^4.23.4",
"@nlpjs/builtin-microsoft": "^4.23.4",
"@nlpjs/database": "^4.23.4",
"@nlpjs/directline-connector": "^4.23.4",
"@nlpjs/express-api-server": "^4.23.4",
"@nlpjs/mongodb-adapter": "^4.23.4",
"@nlpjs/utils": "^4.24.1",
"@nlpjs/utils": "^4.24.2",
"archiver": "^5.2.0",
"decompress": "^4.2.1",
"rimraf": "^3.0.2"
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
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/open-question",
"version": "4.24.1",
"version": "4.24.2",
"description": "BERT open question",
"author": {
"email": "opensource@axa.com",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@nlpjs/bert-tokenizer": "^4.23.4",
"@nlpjs/core": "^4.23.4",
"@nlpjs/utils": "^4.24.1",
"@nlpjs/utils": "^4.24.2",
"@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
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/utils",
"version": "4.24.1",
"version": "4.24.2",
"description": "NLP utils",
"author": {
"email": "opensource@axa.com",
Expand Down

0 comments on commit 219379d

Please sign in to comment.