Skip to content

Commit

Permalink
v4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-lara committed Jan 4, 2023
1 parent e9c3f5c commit 5d3f12c
Show file tree
Hide file tree
Showing 22 changed files with 37 additions and 37 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.25.0"
"version": "4.26.0"
}
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.

4 changes: 2 additions & 2 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.25.0",
"version": "4.26.0",
"description": "JWT API Authorization",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -33,7 +33,7 @@
"passport-local": "^1.0.0"
},
"devDependencies": {
"@nlpjs/database": "^4.25.0"
"@nlpjs/database": "^4.26.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/basic",
"version": "4.25.0",
"version": "4.26.0",
"description": "Basic dependencies for node",
"author": {
"email": "opensource@axa.com",
Expand All @@ -27,10 +27,10 @@
"dependencies": {
"@nlpjs/console-connector": "^4.25.0",
"@nlpjs/core-loader": "^4.25.0",
"@nlpjs/evaluator": "^4.25.0",
"@nlpjs/evaluator": "^4.26.0",
"@nlpjs/lang-en": "^4.25.0",
"@nlpjs/logger": "^4.25.0",
"@nlpjs/nlp": "^4.25.0"
"@nlpjs/nlp": "^4.26.0"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
6 changes: 3 additions & 3 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/bot",
"version": "4.25.0",
"version": "4.26.0",
"description": "Bot plugin for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@nlpjs/builtin-default": "^4.25.0",
"@nlpjs/connector": "^4.25.0",
"@nlpjs/core": "^4.25.0",
"@nlpjs/evaluator": "^4.25.0",
"@nlpjs/nlp": "^4.25.0"
"@nlpjs/evaluator": "^4.26.0",
"@nlpjs/nlp": "^4.26.0"
},
"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.

2 changes: 1 addition & 1 deletion 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.25.0",
"version": "4.26.0",
"description": "Builtin Named Entity Recognition with Compromise",
"author": {
"email": "syntithenai@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/database",
"version": "4.25.0",
"version": "4.26.0",
"description": "Base Database for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down
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.25.0",
"version": "4.26.0",
"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.

2 changes: 1 addition & 1 deletion 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.25.0",
"version": "4.26.0",
"description": "Express API Server",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fb-connector",
"version": "4.25.0",
"version": "4.26.0",
"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.25.0",
"@nlpjs/bot": "^4.26.0",
"@nlpjs/connector": "^4.25.0",
"@nlpjs/core": "^4.25.0",
"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.

12 changes: 6 additions & 6 deletions packages/fullbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/fullbot",
"version": "4.25.0",
"version": "4.26.0",
"description": "Full bot for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -29,14 +29,14 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/basic": "^4.25.0",
"@nlpjs/bot": "^4.25.0",
"@nlpjs/basic": "^4.26.0",
"@nlpjs/bot": "^4.26.0",
"@nlpjs/builtin-duckling": "^4.25.0",
"@nlpjs/builtin-microsoft": "^4.25.0",
"@nlpjs/database": "^4.25.0",
"@nlpjs/database": "^4.26.0",
"@nlpjs/directline-connector": "^4.25.0",
"@nlpjs/express-api-server": "^4.25.0",
"@nlpjs/mongodb-adapter": "^4.25.0",
"@nlpjs/express-api-server": "^4.26.0",
"@nlpjs/mongodb-adapter": "^4.26.0",
"@nlpjs/utils": "^4.25.0",
"archiver": "^5.2.0",
"decompress": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-adapter/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/mongodb-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/mongodb-adapter",
"version": "4.25.0",
"version": "4.26.0",
"description": "Database adapter for MongoDB",
"author": {
"email": "opensource@axa.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/nlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/nlp",
"version": "4.25.0",
"version": "4.26.0",
"description": "Natural Language Processing",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nlpjs/nlg": "^4.25.0",
"@nlpjs/nlu": "^4.25.0",
"@nlpjs/sentiment": "^4.25.0",
"@nlpjs/slot": "^4.25.0"
"@nlpjs/slot": "^4.26.0"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
}
6 changes: 3 additions & 3 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.25.0",
"version": "4.26.0",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -46,12 +46,12 @@
"@nlpjs/builtin-microsoft": "^4.25.0",
"@nlpjs/core-loader": "^4.25.0",
"@nlpjs/emoji": "^4.25.0",
"@nlpjs/evaluator": "^4.25.0",
"@nlpjs/evaluator": "^4.26.0",
"@nlpjs/lang-all": "^4.25.0",
"@nlpjs/language": "^4.25.0",
"@nlpjs/neural": "^4.25.0",
"@nlpjs/nlg": "^4.25.0",
"@nlpjs/nlp": "^4.25.0",
"@nlpjs/nlp": "^4.26.0",
"@nlpjs/nlu": "^4.25.0",
"@nlpjs/request": "^4.25.0",
"@nlpjs/sentiment": "^4.25.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/python-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/python-compiler",
"version": "4.25.0",
"version": "4.26.0",
"description": "Python Compiler",
"author": {
"email": "opensource@axa.com",
Expand All @@ -25,7 +25,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/evaluator": "^4.25.0",
"@nlpjs/evaluator": "^4.26.0",
"@nlpjs/lexer": "^4.25.0"
},
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd"
Expand Down
2 changes: 1 addition & 1 deletion packages/slot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/slot",
"version": "4.25.0",
"version": "4.26.0",
"description": "Slot filling manager",
"author": {
"email": "opensource@axa.com",
Expand Down

0 comments on commit 5d3f12c

Please sign in to comment.