Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump json5 from 1.0.1 to 1.0.2 #1250

Merged
merged 2 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
24 changes: 12 additions & 12 deletions 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/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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
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": "[email protected]",
Expand Down