Skip to content

Commit

Permalink
v4.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-lara committed Jan 12, 2023
1 parent 77eb33d commit 56eb473
Show file tree
Hide file tree
Showing 99 changed files with 261 additions and 261 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.0"
"version": "4.26.1"
}
2 changes: 1 addition & 1 deletion packages/api-auth-jwt/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/api-auth-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/api-auth-jwt",
"version": "4.26.0",
"version": "4.26.1",
"description": "JWT API Authorization",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,15 +25,15 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0",
"@nlpjs/core": "^4.26.1",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@nlpjs/database": "^4.26.0"
"@nlpjs/database": "^4.26.1"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 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.0",
"version": "4.26.1",
"description": "Basic dependencies for node",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,12 +25,12 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/console-connector": "^4.25.0",
"@nlpjs/core-loader": "^4.25.0",
"@nlpjs/evaluator": "^4.26.0",
"@nlpjs/lang-en": "^4.25.0",
"@nlpjs/logger": "^4.25.0",
"@nlpjs/nlp": "^4.26.0"
"@nlpjs/console-connector": "^4.26.1",
"@nlpjs/core-loader": "^4.26.1",
"@nlpjs/evaluator": "^4.26.1",
"@nlpjs/lang-en": "^4.26.1",
"@nlpjs/logger": "^4.26.1",
"@nlpjs/nlp": "^4.26.1"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
4 changes: 2 additions & 2 deletions packages/bert-open-question/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/bert-open-question",
"version": "4.25.0",
"version": "4.26.1",
"description": "BERT open question integration",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0"
"@nlpjs/core": "^4.26.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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.25.0",
"version": "4.26.1",
"description": "BERT tokenizer",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0"
"@nlpjs/core": "^4.26.1"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "4.26.1",
"description": "Bot plugin for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -29,11 +29,11 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/builtin-default": "^4.25.0",
"@nlpjs/connector": "^4.25.0",
"@nlpjs/core": "^4.25.0",
"@nlpjs/evaluator": "^4.26.0",
"@nlpjs/nlp": "^4.26.0"
"@nlpjs/builtin-default": "^4.26.1",
"@nlpjs/connector": "^4.26.1",
"@nlpjs/core": "^4.26.1",
"@nlpjs/evaluator": "^4.26.1",
"@nlpjs/nlp": "^4.26.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/builtin-compromise/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/builtin-compromise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/builtin-compromise",
"version": "4.26.0",
"version": "4.26.1",
"description": "Builtin Named Entity Recognition with Compromise",
"author": {
"email": "syntithenai@gmail.com",
Expand All @@ -25,7 +25,7 @@
"test": "jest --coverage --maxWorkers=4 ."
},
"dependencies": {
"@nlpjs/core": "^4.25.0",
"@nlpjs/core": "^4.26.1",
"compromise": "^13.7.0",
"compromise-dates": "^1.2.0",
"compromise-numbers": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/builtin-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/builtin-default",
"version": "4.25.0",
"version": "4.26.1",
"description": "Default golden entities for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0"
"@nlpjs/core": "^4.26.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/builtin-duckling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/builtin-duckling",
"version": "4.25.0",
"version": "4.26.1",
"description": "Builtin Named Entity Recognition with Duckling",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0"
"@nlpjs/core": "^4.26.1"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
2 changes: 1 addition & 1 deletion packages/builtin-microsoft/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/builtin-microsoft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/builtin-microsoft",
"version": "4.25.0",
"version": "4.26.1",
"description": "Builtin Named Entity Recognition with Microsoft Recognizers",
"author": {
"email": "opensource@axa.com",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@microsoft/recognizers-text-suite": "1.3.0",
"@nlpjs/core": "^4.25.0"
"@nlpjs/core": "^4.26.1"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
4 changes: 2 additions & 2 deletions packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/connector",
"version": "4.25.0",
"version": "4.26.1",
"description": "Console Connector",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0"
"@nlpjs/core": "^4.26.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/console-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/console-connector",
"version": "4.25.0",
"version": "4.26.1",
"description": "Console Connector",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,8 +25,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/connector": "^4.25.0",
"@nlpjs/core": "^4.25.0"
"@nlpjs/connector": "^4.26.1",
"@nlpjs/core": "^4.26.1"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
4 changes: 2 additions & 2 deletions packages/core-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/core-loader",
"version": "4.25.0",
"version": "4.26.1",
"description": "Core",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0",
"@nlpjs/core": "^4.26.1",
"@nlpjs/request": "^4.25.0"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/core",
"version": "4.25.0",
"version": "4.26.1",
"description": "Core",
"author": {
"email": "opensource@axa.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/database",
"version": "4.26.0",
"version": "4.26.1",
"description": "Base Database for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0"
"@nlpjs/core": "^4.26.1"
},
"publishConfig": {
"access": "public"
Expand Down
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.

4 changes: 2 additions & 2 deletions 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.25.0",
"version": "4.26.1",
"description": "Dialogflow connector for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/connector": "^4.25.0",
"@nlpjs/connector": "^4.26.1",
"actions-on-google": "^3.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/directline-connector/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/directline-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/directline-connector",
"version": "4.25.0",
"version": "4.26.1",
"description": "Directline Connector",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,8 +25,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/connector": "^4.25.0",
"@nlpjs/core": "^4.25.0",
"@nlpjs/connector": "^4.26.1",
"@nlpjs/core": "^4.26.1",
"formidable": "^2.0.1",
"node-fetch": "^2.6.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/emoji",
"version": "4.25.0",
"version": "4.26.1",
"description": "emoji",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0"
"@nlpjs/core": "^4.26.1"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
2 changes: 1 addition & 1 deletion packages/evaluator/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/evaluator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/evaluator",
"version": "4.26.0",
"version": "4.26.1",
"description": "Evaluator",
"author": {
"email": "opensource@axa.com",
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.

4 changes: 2 additions & 2 deletions 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.0",
"version": "4.26.1",
"description": "Express API Server",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.25.0",
"@nlpjs/core": "^4.26.1",
"cors": "^2.8.5",
"express": "^4.17.1"
},
Expand Down

0 comments on commit 56eb473

Please sign in to comment.