-
Notifications
You must be signed in to change notification settings - Fork 141
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
1 parent
928b958
commit 07563c3
Showing
16 changed files
with
145 additions
and
19 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
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
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
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 |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
"hoist": true | ||
} | ||
}, | ||
"version": "0.25.1" | ||
"version": "0.26.0" | ||
} |
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
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": "@nestjs-query/core", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Base query package", | ||
"author": "doug-martin <[email protected]>", | ||
"homepage": "https://github.com/doug-martin/nestjs-query#readme", | ||
|
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
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": "@nestjs-query/query-graphql", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Nestjs graphql query adapter", | ||
"author": "doug-martin <[email protected]>", | ||
"homepage": "https://github.com/doug-martin/nestjs-query#readme", | ||
|
@@ -38,7 +38,7 @@ | |
"url": "https://github.com/doug-martin/nestjs-query/issues" | ||
}, | ||
"dependencies": { | ||
"@nestjs-query/core": "0.25.1", | ||
"@nestjs-query/core": "0.26.0", | ||
"graphql-fields": "^2.0.3", | ||
"lodash.omit": "^4.5.0", | ||
"lower-case-first": "^2.0.1", | ||
|
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
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": "@nestjs-query/query-mongoose", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Mongoose adapter for @nestjs-query/core", | ||
"author": "doug-martin <[email protected]>", | ||
"homepage": "https://github.com/doug-martin/nestjs-query#readme", | ||
|
@@ -18,7 +18,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@nestjs-query/core": "0.25.1", | ||
"@nestjs-query/core": "0.26.0", | ||
"camel-case": "^4.1.2", | ||
"lodash.escaperegexp": "^4.1.2", | ||
"lodash.merge": "^4.6.2", | ||
|
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
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": "@nestjs-query/query-sequelize", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Sequelize adapter for @nestjs-query/core", | ||
"author": "doug-martin <[email protected]>", | ||
"homepage": "https://github.com/doug-martin/nestjs-query#readme", | ||
|
@@ -18,7 +18,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@nestjs-query/core": "0.25.1", | ||
"@nestjs-query/core": "0.26.0", | ||
"camel-case": "^4.1.2", | ||
"lodash.pick": "4.4.0", | ||
"tslib": "^2.1.0" | ||
|
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
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": "@nestjs-query/query-typegoose", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Typegoose adapter for @nestjs-query/core", | ||
"author": "john mcinall<[email protected]>", | ||
"homepage": "https://github.com/doug-martin/nestjs-query#readme", | ||
|
@@ -18,7 +18,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@nestjs-query/core": "0.25.1", | ||
"@nestjs-query/core": "0.26.0", | ||
"camel-case": "^4.1.2", | ||
"lodash.escaperegexp": "^4.1.2", | ||
"lodash.merge": "^4.6.2", | ||
|
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
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": "@nestjs-query/query-typeorm", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Typeorm adapter for @nestjs-query/core", | ||
"author": "doug-martin <[email protected]>", | ||
"homepage": "https://github.com/doug-martin/nestjs-query#readme", | ||
|
@@ -18,7 +18,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@nestjs-query/core": "0.25.1", | ||
"@nestjs-query/core": "0.26.0", | ||
"camel-case": "^4.1.2", | ||
"lodash.filter": "^4.6.0", | ||
"lodash.omit": "^4.5.0", | ||
|