forked from ardatan/graphql-mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update monorepo packages versions (ardatan#1355)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d5115b4
commit 2f41de9
Showing
69 changed files
with
390 additions
and
97 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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": "@envelop/core", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -39,7 +39,7 @@ | |
"prepack": "bob prepack" | ||
}, | ||
"dependencies": { | ||
"@envelop/types": "2.0.0" | ||
"@envelop/types": "2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@graphql-tools/utils": "8.6.2", | ||
|
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": "@envelop/apollo-federation", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"author": "Arda TANRIKULU <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -42,7 +42,7 @@ | |
"graphql-tag": "2.12.6" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"@apollo/gateway": "^0.41.0 || ^0.42.0 || ^0.43.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
|
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": "@envelop/apollo-server-errors", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -39,7 +39,7 @@ | |
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"buildOptions": { | ||
|
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": "@envelop/apollo-tracing", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -39,7 +39,7 @@ | |
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"buildOptions": { | ||
|
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": "@envelop/auth0", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -40,7 +40,7 @@ | |
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"buildOptions": { | ||
|
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": "@envelop/dataloader", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -38,7 +38,7 @@ | |
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"dataloader": "^2.0.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
|
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": "@envelop/depth-limit", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -33,14 +33,14 @@ | |
"graphql-depth-limit": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"@types/graphql-depth-limit": "1.1.3", | ||
"bob-the-bundler": "1.6.1", | ||
"graphql": "16.3.0", | ||
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"buildOptions": { | ||
|
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": "@envelop/disable-introspection", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -36,7 +36,7 @@ | |
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"buildOptions": { | ||
|
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": "@envelop/execute-subscription-event", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"author": "Laurin Quast <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -37,7 +37,7 @@ | |
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"buildOptions": { | ||
|
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": "@envelop/extended-validation", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
@@ -38,7 +38,7 @@ | |
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"@envelop/core": "^2.1.0", | ||
"@envelop/core": "^2.2.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"buildOptions": { | ||
|
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
Oops, something went wrong.