graphql-mini-transforms
Advanced tools
Comparing version 0.0.0-snapshot-20221129224804 to 0.0.0-snapshot-20230123195733
@@ -10,3 +10,3 @@ import { DocumentNode as UntypedDocumentNode } from 'graphql'; | ||
}; | ||
export declare function toSimpleDocument<Data extends {}, Variables extends {}, DeepPartial extends {}>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>; | ||
export declare function toSimpleDocument<Data, Variables, DeepPartial>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>; | ||
//# sourceMappingURL=document.d.ts.map |
{ | ||
"name": "graphql-mini-transforms", | ||
"version": "0.0.0-snapshot-20221129224804", | ||
"version": "0.0.0-snapshot-20230123195733", | ||
"license": "MIT", | ||
@@ -49,2 +49,3 @@ "description": "Transformers for importing .graphql files in various build tools.", | ||
"devDependencies": { | ||
"esbuild": "*", | ||
"@types/common-tags": "^1.8.0", | ||
@@ -51,0 +52,0 @@ "common-tags": "^1.8.0", |
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
48071
44
739
4
6