forked from axa-group/nlp.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jesus Seijas
committed
Feb 3, 2021
1 parent
760601b
commit 78b1f8c
Showing
6 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "4.20.0" | ||
"version": "4.20.1" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/fullbot", | ||
"version": "4.20.0", | ||
"version": "4.20.1", | ||
"description": "Full bot for NLP.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -36,7 +36,7 @@ | |
"@nlpjs/database": "^4.19.1", | ||
"@nlpjs/directline-connector": "^4.19.1", | ||
"@nlpjs/express-api-server": "^4.19.8", | ||
"@nlpjs/mongodb-adapter": "^4.19.1", | ||
"@nlpjs/mongodb-adapter": "^4.20.1", | ||
"@nlpjs/utils": "^4.19.0", | ||
"archiver": "^5.2.0", | ||
"decompress": "^4.2.1", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/mongodb-adapter", | ||
"version": "4.19.1", | ||
"version": "4.20.1", | ||
"description": "Database adapter for MongoDB", | ||
"author": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/rest-connector", | ||
"version": "4.19.6", | ||
"version": "4.20.1", | ||
"description": "REST connector for NLP.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|