Skip to content

Commit d91cc2e

Browse files
Version Packages (#725)
* Version Packages * chore(deps): update graphql-armor-cost-limit to v2.4.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: nullswan <[email protected]>
1 parent bc9e2d0 commit d91cc2e

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

.changeset/bright-kings-think.md

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

packages/graphql-armor/CHANGELOG.md

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

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- bc9e2d0: cost limit: flatten fragment option support
8+
- Updated dependencies [bc9e2d0]
9+
- @escape.tech/[email protected]
10+
311
## 3.1.0
412

513
### Minor Changes

packages/graphql-armor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
55
"keywords": [
66
"apollo",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@escape.tech/graphql-armor-block-field-suggestions": "2.2.0",
38-
"@escape.tech/graphql-armor-cost-limit": "2.3.0",
38+
"@escape.tech/graphql-armor-cost-limit": "2.4.0",
3939
"@escape.tech/graphql-armor-max-aliases": "2.6.0",
4040
"@escape.tech/graphql-armor-max-depth": "2.4.0",
4141
"@escape.tech/graphql-armor-max-directives": "2.3.0",

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.0
4+
5+
### Minor Changes
6+
7+
- bc9e2d0: cost limit: flatten fragment option support
8+
39
## 2.3.0
410

511
### Minor 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.3.0",
3+
"version": "2.4.0",
44
"description": "Limit the cost of a GraphQL Query.",
55
"packageManager": "[email protected]",
66
"main": "dist/graphql-armor-cost-limit.cjs.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4598,7 +4598,7 @@ __metadata:
45984598
languageName: unknown
45994599
linkType: soft
46004600

4601-
"@escape.tech/graphql-armor-cost-limit@npm:2.3.0, @escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit":
4601+
"@escape.tech/graphql-armor-cost-limit@npm:2.4.0, @escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit":
46024602
version: 0.0.0-use.local
46034603
resolution: "@escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit"
46044604
dependencies:
@@ -4732,7 +4732,7 @@ __metadata:
47324732
"@apollo/server": "npm:4.11.0"
47334733
"@envelop/core": "npm:5.0.1"
47344734
"@escape.tech/graphql-armor-block-field-suggestions": "npm:2.2.0"
4735-
"@escape.tech/graphql-armor-cost-limit": "npm:2.3.0"
4735+
"@escape.tech/graphql-armor-cost-limit": "npm:2.4.0"
47364736
"@escape.tech/graphql-armor-max-aliases": "npm:2.6.0"
47374737
"@escape.tech/graphql-armor-max-depth": "npm:2.4.0"
47384738
"@escape.tech/graphql-armor-max-directives": "npm:2.3.0"

0 commit comments

Comments
 (0)