@graphql-tools/jest-transform
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -11,1 +11,5 @@ import loader from '@graphql-tools/webpack-loader'; | ||
export declare function process(...args: any[]): any; | ||
declare const transformerFactory: { | ||
process: typeof process; | ||
}; | ||
export default transformerFactory; |
@@ -30,3 +30,7 @@ 'use strict'; | ||
} | ||
const transformerFactory = { | ||
process, | ||
}; | ||
exports.default = transformerFactory; | ||
exports.process = process; |
{ | ||
"name": "@graphql-tools/jest-transform", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Jest Plugin to load and parse imported GraphQL files", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
@@ -9,0 +9,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
4102
71