-
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.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2136d91
commit b63bad8
Showing
9 changed files
with
30 additions
and
20 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 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,18 @@ | ||
# @escape.tech/graphql-armor | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
||
- 2136d91: ci: drop node 16 support | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [c5d066d] | ||
- Updated dependencies [484a11c] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
|
||
## 2.3.2 | ||
|
||
### Patch 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-aliases", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Limit the number of aliases allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-aliases.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.2.0", | ||
"version": "2.3.0", | ||
"description": "Limit the number of tokens allowed in a GraphQL document.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-tokens.cjs.js", | ||
|