Skip to content

Commit

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

4 changes: 2 additions & 2 deletions packages/fullbot/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fullbot",
"version": "4.24.2",
"version": "4.24.3",
"description": "Full bot for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@nlpjs/basic": "^4.23.5",
"@nlpjs/bot": "^4.24.2",
"@nlpjs/bot": "^4.24.3",
"@nlpjs/builtin-duckling": "^4.23.4",
"@nlpjs/builtin-microsoft": "^4.23.4",
"@nlpjs/database": "^4.23.4",
Expand Down

0 comments on commit c146107

Please sign in to comment.