graphql-mini-transforms
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "graphql-mini-transforms", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"license": "MIT", | ||
@@ -43,3 +43,3 @@ "description": "Transformers for importing .graphql files in various build tools.", | ||
"graphql": ">=14.5.0 <16.0.0", | ||
"graphql-typed": "^1.1.3" | ||
"graphql-typed": "^1.1.4" | ||
}, | ||
@@ -79,8 +79,2 @@ "devDependencies": { | ||
"exports": { | ||
"./": "./", | ||
".": { | ||
"esnext": "./index.esnext", | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
}, | ||
"./jest": { | ||
@@ -100,3 +94,9 @@ "esnext": "./jest.esnext", | ||
"require": "./webpack-loader.js" | ||
} | ||
}, | ||
".": { | ||
"esnext": "./index.esnext", | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
}, | ||
"./*": "./" | ||
}, | ||
@@ -111,3 +111,3 @@ "tags": [ | ||
], | ||
"gitHead": "3d653b17366d732199fd319eb5c9c935f4f6a207" | ||
"gitHead": "82524f19df95eab93f7dcd0a8535bc45562d85c8" | ||
} |
50086
Updatedgraphql-typed@^1.1.4