Skip to content

Commit 916cad4

Browse files
Version Packages (#807)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1364d5 commit 916cad4

File tree

17 files changed

+69
-26
lines changed

17 files changed

+69
-26
lines changed

.changeset/sweet-grapes-leave.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/graphql-armor/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @escape.tech/graphql-armor
22

3+
## 3.1.6
4+
5+
### Patch Changes
6+
7+
- 13978ed: Inherit the plugin context from envelop
8+
- Updated dependencies [13978ed]
9+
- @escape.tech/[email protected]
10+
- @escape.tech/[email protected]
11+
- @escape.tech/[email protected]
12+
- @escape.tech/[email protected]
13+
- @escape.tech/[email protected]
14+
- @escape.tech/[email protected]
15+
316
## 3.1.4
417

518
### Patch Changes

packages/graphql-armor/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
55
"keywords": [
66
"apollo",
@@ -34,12 +34,12 @@
3434
"node": ">=18.0.0"
3535
},
3636
"dependencies": {
37-
"@escape.tech/graphql-armor-block-field-suggestions": "3.0.0",
38-
"@escape.tech/graphql-armor-cost-limit": "2.4.2",
39-
"@escape.tech/graphql-armor-max-aliases": "2.6.1",
40-
"@escape.tech/graphql-armor-max-depth": "2.4.0",
41-
"@escape.tech/graphql-armor-max-directives": "2.3.0",
42-
"@escape.tech/graphql-armor-max-tokens": "2.5.0",
37+
"@escape.tech/graphql-armor-block-field-suggestions": "3.0.1",
38+
"@escape.tech/graphql-armor-cost-limit": "2.4.3",
39+
"@escape.tech/graphql-armor-max-aliases": "2.6.2",
40+
"@escape.tech/graphql-armor-max-depth": "2.4.1",
41+
"@escape.tech/graphql-armor-max-directives": "2.3.1",
42+
"@escape.tech/graphql-armor-max-tokens": "2.5.1",
4343
"graphql": "^16.10.0"
4444
},
4545
"peerDependencies": {

packages/plugins/block-field-suggestions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @escape.tech/graphql-armor-block-field-suggestions
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 13978ed: Inherit the plugin context from envelop
8+
39
## 3.0.0
410

511
### Major Changes

packages/plugins/block-field-suggestions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor-block-field-suggestions",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Block graphql field suggestion.",
55
"packageManager": "[email protected]",
66
"main": "dist/graphql-armor-block-field-suggestions.cjs.js",

packages/plugins/character-limit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @escape.tech/graphql-armor-character-limit
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- 13978ed: Inherit the plugin context from envelop
8+
39
## 2.3.0
410

511
### Minor Changes

packages/plugins/character-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor-character-limit",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Limit the number of character allowed in a GraphQL query.",
55
"packageManager": "[email protected]",
66
"main": "dist/graphql-armor-character-limit.cjs.js",

packages/plugins/cost-limit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @escape.tech/graphql-armor-cost-limit
22

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- 13978ed: Inherit the plugin context from envelop
8+
39
## 2.4.1
410

511
### Patch Changes

packages/plugins/cost-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor-cost-limit",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Limit the cost of a GraphQL Query.",
55
"packageManager": "[email protected]",
66
"main": "dist/graphql-armor-cost-limit.cjs.js",

packages/plugins/max-aliases/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @escape.tech/graphql-armor-max-aliases
22

3+
## 2.6.2
4+
5+
### Patch Changes
6+
7+
- 13978ed: Inherit the plugin context from envelop
8+
39
## 2.6.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)