-
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
0ebd421
commit b8bc290
Showing
17 changed files
with
80 additions
and
27 deletions.
There are no files selected for viewing
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,22 @@ | ||
# @escape.tech/graphql-armor | ||
|
||
## 2.0.0 | ||
|
||
### Major Changes | ||
|
||
- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420) | ||
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [0c95d1a] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
|
||
## 1.8.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-block-field-suggestions", | ||
"version": "1.4.1", | ||
"version": "2.0.0", | ||
"description": "Block graphql field suggestion.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-block-field-suggestions.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-character-limit", | ||
"version": "1.7.2", | ||
"version": "2.0.0", | ||
"description": "Limit the number of character allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-character-limit.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-cost-limit", | ||
"version": "1.7.3", | ||
"version": "2.0.0", | ||
"description": "Limit the cost of a GraphQL Query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-cost-limit.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-aliases", | ||
"version": "1.7.2", | ||
"version": "2.0.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-depth", | ||
"version": "1.8.4", | ||
"version": "2.0.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-directives", | ||
"version": "1.6.5", | ||
"version": "2.0.0", | ||
"description": "Limit the number of directives allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-directives.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": "1.3.2", | ||
"version": "2.0.0", | ||
"description": "Limit the number of tokens allowed in a GraphQL document.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-tokens.cjs.js", | ||
|