Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v4.22.17
  • Loading branch information
eric-lara committed Jan 31, 2022
1 parent 895acf9 commit 6afb044
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.22.16"
"version": "4.22.17"
}
6 changes: 3 additions & 3 deletions packages/basic/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/basic",
"version": "4.22.14",
"version": "4.22.17",
"description": "Basic dependencies for node",
"author": {
"email": "opensource@axa.com",
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.14",
"@nlpjs/nlp": "^4.22.9"
"@nlpjs/logger": "^4.22.17",
"@nlpjs/nlp": "^4.22.17"
},
"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
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/bot",
"version": "4.22.14",
"version": "4.22.17",
"description": "Bot plugin for NLP.js",
"author": {
"email": "opensource@axa.com",
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.9"
"@nlpjs/nlp": "^4.22.17"
},
"publishConfig": {
"access": "public"
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.22.14",
"version": "4.22.17",
"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.22.14",
"@nlpjs/bot": "^4.22.17",
"@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.

6 changes: 3 additions & 3 deletions packages/fullbot/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fullbot",
"version": "4.22.14",
"version": "4.22.17",
"description": "Full bot for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -29,8 +29,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/basic": "^4.22.14",
"@nlpjs/bot": "^4.22.14",
"@nlpjs/basic": "^4.22.17",
"@nlpjs/bot": "^4.22.17",
"@nlpjs/builtin-duckling": "^4.22.7",
"@nlpjs/builtin-microsoft": "^4.22.7",
"@nlpjs/database": "^4.22.7",
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
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/logger",
"version": "4.22.14",
"version": "4.22.17",
"description": "Logger",
"author": {
"email": "opensource@axa.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/nlp/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/nlp",
"version": "4.22.9",
"version": "4.22.17",
"description": "Natural Language Processing",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nlpjs/nlg": "^4.22.7",
"@nlpjs/nlu": "^4.22.7",
"@nlpjs/sentiment": "^4.22.7",
"@nlpjs/slot": "^4.22.7"
"@nlpjs/slot": "^4.22.17"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
4 changes: 2 additions & 2 deletions packages/node-nlp/package.json
@@ -1,6 +1,6 @@
{
"name": "node-nlp",
"version": "4.22.14",
"version": "4.22.17",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@nlpjs/language": "^4.22.7",
"@nlpjs/neural": "^4.22.7",
"@nlpjs/nlg": "^4.22.7",
"@nlpjs/nlp": "^4.22.9",
"@nlpjs/nlp": "^4.22.17",
"@nlpjs/nlu": "^4.22.7",
"@nlpjs/request": "^4.22.7",
"@nlpjs/sentiment": "^4.22.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/slot/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/slot",
"version": "4.22.7",
"version": "4.22.17",
"description": "Slot filling manager",
"author": {
"email": "opensource@axa.com",
Expand Down

0 comments on commit 6afb044

Please sign in to comment.