@envelop/validation-cache
Advanced tools
Comparing version 4.1.1-alpha-e859732.0 to 4.2.0-alpha-0de750a.0
@@ -11,7 +11,2 @@ import { Plugin } from '@envelop/core'; | ||
}; | ||
declare const rawDocumentSymbol: unique symbol; | ||
declare type PluginContext = { | ||
[rawDocumentSymbol]: string; | ||
}; | ||
export declare const useValidationCache: (pluginOptions?: ValidationCacheOptions) => Plugin<{}, PluginContext>; | ||
export {}; | ||
export declare const useValidationCache: (pluginOptions?: ValidationCacheOptions) => Plugin; |
{ | ||
"name": "@envelop/validation-cache", | ||
"version": "4.1.1-alpha-e859732.0", | ||
"version": "4.2.0-alpha-0de750a.0", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@envelop/core": "2.1.1-alpha-e859732.0", | ||
"@envelop/core": "2.2.0-alpha-0de750a.0", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
@@ -8,0 +8,0 @@ }, |
4330
70