-
-
Notifications
You must be signed in to change notification settings - Fork 816
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fb14cd2
commit 8652e87
Showing
8 changed files
with
27 additions
and
15 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 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": "graphql-tools", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Useful tools to create and manipulate GraphQL schemas.", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"license": "MIT", | ||
|
@@ -19,7 +19,7 @@ | |
"directory": "dist" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/optimize": "1.0.0", | ||
"@graphql-tools/optimize": "1.0.1", | ||
"@graphql-tools/batch-delegate": "^7.0.0", | ||
"@graphql-tools/batch-execute": "^7.0.0", | ||
"@graphql-tools/delegate": "^7.0.1", | ||
|
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,13 @@ | ||
# @graphql-tools/optimize | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- fb14cd28: Fix missing Directive AST when clearing empty nodes | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- bd1ba4bd: NEW PACKAGE: A set of small utilities for optimizing `DocumentNode` objects |
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": "@graphql-tools/optimize", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"license": "MIT", | ||
|
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": "@graphql-tools/webpack-loader", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"license": "MIT", | ||
|
@@ -18,7 +18,7 @@ | |
"input": "./src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/optimize": "1.0.0", | ||
"@graphql-tools/optimize": "1.0.1", | ||
"@graphql-tools/webpack-loader-runtime": "^6.2.4", | ||
"tslib": "~2.0.1" | ||
}, | ||
|