Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v4.24.1
  • Loading branch information
eric-lara committed May 2, 2022
1 parent 9a3a987 commit 581b945
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.0"
"version": "4.24.1"
}
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.0",
"version": "4.24.1",
"description": "Full bot for NLP.js",
"author": {
"email": "opensource@axa.com",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@nlpjs/directline-connector": "^4.23.4",
"@nlpjs/express-api-server": "^4.23.4",
"@nlpjs/mongodb-adapter": "^4.23.4",
"@nlpjs/utils": "^4.24.0",
"@nlpjs/utils": "^4.24.1",
"archiver": "^5.2.0",
"decompress": "^4.2.1",
"rimraf": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/open-question/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/open-question/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/open-question",
"version": "4.24.0",
"version": "4.24.1",
"description": "BERT open question",
"author": {
"email": "opensource@axa.com",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@nlpjs/bert-tokenizer": "^4.23.4",
"@nlpjs/core": "^4.23.4",
"@nlpjs/utils": "^4.24.0",
"@nlpjs/utils": "^4.24.1",
"@tensorflow/tfjs-node": "^3.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/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/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@nlpjs/utils",
"version": "4.24.0",
"version": "4.24.1",
"description": "NLP utils",
"author": {
"email": "opensource@axa.com",
Expand Down

0 comments on commit 581b945

Please sign in to comment.