-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version Packages * chore: bump yarn lock --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: nullswan <[email protected]>
- Loading branch information
1 parent
fec205b
commit 84a1e1c
Showing
20 changed files
with
142 additions
and
66 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,25 @@ | ||
# @escape.tech/graphql-armor | ||
|
||
## 3.0.0 | ||
|
||
### Minor Changes | ||
|
||
- 723f633: chore: dependencies bump | ||
|
||
Envelop is not correctly deployed. | ||
Drop apollo v3 example. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [723f633] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
- @escape.tech/[email protected] | ||
|
||
## 2.4.0 | ||
|
||
### Minor 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": "2.1.0", | ||
"version": "2.2.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": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Limit the number of character allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-character-limit.cjs.js", | ||
|
@@ -31,13 +31,13 @@ | |
}, | ||
"optionalDependencies": { | ||
"@envelop/core": "^5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0" | ||
"@escape.tech/graphql-armor-types": "0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "5.0.1", | ||
"@envelop/testing": "7.0.0", | ||
"@envelop/types": "5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0", | ||
"@escape.tech/graphql-armor-types": "0.6.0", | ||
"graphql": "16.8.1", | ||
"typescript": "5.4.5" | ||
} | ||
|
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": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Limit the cost of a GraphQL Query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-cost-limit.cjs.js", | ||
|
@@ -31,13 +31,13 @@ | |
}, | ||
"optionalDependencies": { | ||
"@envelop/core": "^5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0" | ||
"@escape.tech/graphql-armor-types": "0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "5.0.1", | ||
"@envelop/testing": "7.0.0", | ||
"@envelop/types": "5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0", | ||
"@escape.tech/graphql-armor-types": "0.6.0", | ||
"graphql": "16.8.1", | ||
"typescript": "5.4.5" | ||
} | ||
|
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.3.0", | ||
"version": "2.4.0", | ||
"description": "Limit the number of aliases allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-aliases.cjs.js", | ||
|
@@ -31,13 +31,13 @@ | |
}, | ||
"optionalDependencies": { | ||
"@envelop/core": "^5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0" | ||
"@escape.tech/graphql-armor-types": "0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "5.0.1", | ||
"@envelop/testing": "7.0.0", | ||
"@envelop/types": "5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0", | ||
"@escape.tech/graphql-armor-types": "0.6.0", | ||
"graphql": "16.8.1", | ||
"typescript": "5.4.5" | ||
} | ||
|
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.2.0", | ||
"version": "2.3.0", | ||
"description": "Limit the depth allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-depth.cjs.js", | ||
|
@@ -31,13 +31,13 @@ | |
}, | ||
"optionalDependencies": { | ||
"@envelop/core": "^5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0" | ||
"@escape.tech/graphql-armor-types": "0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "5.0.1", | ||
"@envelop/testing": "7.0.0", | ||
"@envelop/types": "5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0", | ||
"@escape.tech/graphql-armor-types": "0.6.0", | ||
"graphql": "16.8.1", | ||
"typescript": "5.4.5" | ||
} | ||
|
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": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Limit the number of directives allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-directives.cjs.js", | ||
|
@@ -31,13 +31,13 @@ | |
}, | ||
"optionalDependencies": { | ||
"@envelop/core": "^5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0" | ||
"@escape.tech/graphql-armor-types": "0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "5.0.1", | ||
"@envelop/testing": "7.0.0", | ||
"@envelop/types": "5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0", | ||
"@escape.tech/graphql-armor-types": "0.6.0", | ||
"graphql": "16.8.1", | ||
"typescript": "5.4.5" | ||
} | ||
|
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.3.0", | ||
"version": "2.4.0", | ||
"description": "Limit the number of tokens allowed in a GraphQL document.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-max-tokens.cjs.js", | ||
|
@@ -31,13 +31,13 @@ | |
}, | ||
"optionalDependencies": { | ||
"@envelop/core": "^5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0" | ||
"@escape.tech/graphql-armor-types": "0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "5.0.1", | ||
"@envelop/testing": "7.0.0", | ||
"@envelop/types": "5.0.0", | ||
"@escape.tech/graphql-armor-types": "0.5.0", | ||
"@escape.tech/graphql-armor-types": "0.6.0", | ||
"graphql": "16.8.1", | ||
"typescript": "5.4.5" | ||
} | ||
|
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-types", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Export GraphQL Armor types.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/graphql-armor-types.cjs.js", | ||
|
Oops, something went wrong.