-
Notifications
You must be signed in to change notification settings - Fork 30
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
82e14b3
commit 3806d7d
Showing
8 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,5 +1,19 @@ | ||
# @escape.tech/graphql-armor | ||
|
||
## 2.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f238e37: Add flattenFragments option to max-depth plugin. [#436](https://github.com/Escape-Technologies/graphql-armor/pull/436) | ||
- 781450a: Remove the found count from the max tokens plugin. [#430](https://github.com/Escape-Technologies/graphql-armor/pull/430) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [f238e37] | ||
- Updated dependencies [781450a] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
|
||
## 2.0.0 | ||
|
||
### Major Changes | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@escape.tech/graphql-armor-max-depth", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Limit the depth allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-depth.cjs.js", | ||
|
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": "@escape.tech/graphql-armor-max-tokens", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Limit the number of tokens allowed in a GraphQL document.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-tokens.cjs.js", | ||
|