Skip to content

Commit

Permalink
Version Packages (#649)
Browse files Browse the repository at this point in the history
* 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
3 people authored May 23, 2024
1 parent fec205b commit 84a1e1c
Show file tree
Hide file tree
Showing 20 changed files with 142 additions and 66 deletions.
16 changes: 0 additions & 16 deletions .changeset/hungry-cows-clap.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/graphql-armor/CHANGELOG.md
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
Expand Down
18 changes: 9 additions & 9 deletions packages/graphql-armor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor",
"version": "2.4.0",
"version": "3.0.0",
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
"keywords": [
"apollo",
Expand Down Expand Up @@ -34,18 +34,18 @@
"node": ">=18.0.0"
},
"dependencies": {
"@escape.tech/graphql-armor-block-field-suggestions": "2.1.0",
"@escape.tech/graphql-armor-cost-limit": "2.1.0",
"@escape.tech/graphql-armor-max-aliases": "2.3.0",
"@escape.tech/graphql-armor-max-depth": "2.2.0",
"@escape.tech/graphql-armor-max-directives": "2.1.0",
"@escape.tech/graphql-armor-max-tokens": "2.3.0",
"@escape.tech/graphql-armor-block-field-suggestions": "2.2.0",
"@escape.tech/graphql-armor-cost-limit": "2.2.0",
"@escape.tech/graphql-armor-max-aliases": "2.4.0",
"@escape.tech/graphql-armor-max-depth": "2.3.0",
"@escape.tech/graphql-armor-max-directives": "2.2.0",
"@escape.tech/graphql-armor-max-tokens": "2.4.0",
"graphql": "^16.0.0"
},
"peerDependencies": {
"@apollo/server": "^4.0.0",
"@envelop/core": "^5.0.0",
"@escape.tech/graphql-armor-types": "0.5.0"
"@escape.tech/graphql-armor-types": "0.6.0"
},
"peerDependenciesMeta": {
"@apollo/server": {
Expand All @@ -61,7 +61,7 @@
"devDependencies": {
"@apollo/server": "4.10.4",
"@envelop/core": "5.0.1",
"@escape.tech/graphql-armor-types": "0.5.0",
"@escape.tech/graphql-armor-types": "0.6.0",
"@types/node": "^20.0.0",
"graphql": "16.8.1",
"ts-node": "10.9.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/block-field-suggestions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @escape.tech/graphql-armor-block-field-suggestions

## 2.2.0

### Minor Changes

- 723f633: chore: dependencies bump

Envelop is not correctly deployed.
Drop apollo v3 example.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/block-field-suggestions/package.json
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",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/character-limit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @escape.tech/graphql-armor-character-limit

## 2.2.0

### Minor Changes

- 723f633: chore: dependencies bump

Envelop is not correctly deployed.
Drop apollo v3 example.

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/character-limit/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/cost-limit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @escape.tech/graphql-armor-cost-limit

## 2.2.0

### Minor Changes

- 723f633: chore: dependencies bump

Envelop is not correctly deployed.
Drop apollo v3 example.

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/cost-limit/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/max-aliases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @escape.tech/graphql-armor-max-aliases

## 2.4.0

### Minor Changes

- 723f633: chore: dependencies bump

Envelop is not correctly deployed.
Drop apollo v3 example.

## 2.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/max-aliases/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/max-depth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @escape.tech/graphql-armor-max-depth

## 2.3.0

### Minor Changes

- 723f633: chore: dependencies bump

Envelop is not correctly deployed.
Drop apollo v3 example.

## 2.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/max-depth/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/max-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @escape.tech/graphql-armor-max-directives

## 2.2.0

### Minor Changes

- 723f633: chore: dependencies bump

Envelop is not correctly deployed.
Drop apollo v3 example.

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/max-directives/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/max-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @escape.tech/graphql-armor-max-tokens

## 2.4.0

### Minor Changes

- 723f633: chore: dependencies bump

Envelop is not correctly deployed.
Drop apollo v3 example.

## 2.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/max-tokens/package.json
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",
Expand Down Expand Up @@ -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"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @escape.tech/graphql-armor-types

## 0.6.0

### Minor Changes

- 723f633: chore: dependencies bump

Envelop is not correctly deployed.
Drop apollo v3 example.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
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",
Expand Down
Loading

0 comments on commit 84a1e1c

Please sign in to comment.