@graphql-tools/code-file-loader
Advanced tools
Comparing version 8.1.5 to 8.1.6-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95
{ | ||
"name": "@graphql-tools/code-file-loader", | ||
"version": "8.1.5", | ||
"version": "8.1.6-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,4 +10,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/graphql-tag-pluck": "8.3.4", | ||
"@graphql-tools/utils": "^10.5.6", | ||
"@graphql-tools/graphql-tag-pluck": "8.3.5-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95", | ||
"@graphql-tools/utils": "10.6.0-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95", | ||
"globby": "^11.0.3", | ||
@@ -14,0 +14,0 @@ "tslib": "^2.4.0", |
@@ -8,3 +8,3 @@ import { DocumentNode, GraphQLSchema } from 'graphql'; | ||
filepath: string; | ||
}): Promise<GraphQLSchema | DocumentNode | null>; | ||
}): Promise<DocumentNode | GraphQLSchema | null>; | ||
/** | ||
@@ -16,2 +16,2 @@ * @internal | ||
filepath: string; | ||
}): GraphQLSchema | DocumentNode | null; | ||
}): DocumentNode | GraphQLSchema | null; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37910
2
+ Added@graphql-tools/graphql-tag-pluck@8.3.5-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95(transitive)
+ Added@graphql-tools/utils@10.6.0-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95(transitive)
+ Addedelectron-to-chromium@1.5.83(transitive)
- Removed@graphql-tools/graphql-tag-pluck@8.3.4(transitive)
- Removed@graphql-tools/utils@10.7.2(transitive)
- Removedelectron-to-chromium@1.5.84(transitive)
Updated@graphql-tools/graphql-tag-pluck@8.3.5-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95
Updated@graphql-tools/utils@10.6.0-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95