graphql-mini-transforms
Advanced tools
Comparing version 0.0.0-snapshot-20220819171812 to 0.0.0-snapshot-20220829233403
{ | ||
"name": "graphql-mini-transforms", | ||
"version": "0.0.0-snapshot-20220819171812", | ||
"version": "0.0.0-snapshot-20220829233403", | ||
"license": "MIT", | ||
@@ -16,2 +16,5 @@ "description": "Transformers for importing .graphql files in various build tools.", | ||
], | ||
"webpack": [ | ||
"./build/ts/webpack-loader.d.ts" | ||
], | ||
"webpack-loader": [ | ||
@@ -44,3 +47,3 @@ "./build/ts/webpack-loader.d.ts" | ||
"graphql": ">=14.5.0 <16.0.0", | ||
"graphql-typed": "^0.0.0-snapshot-20220819171812" | ||
"graphql-typed": "^0.0.0-snapshot-20220829233403" | ||
}, | ||
@@ -80,7 +83,20 @@ "devDependencies": { | ||
"exports": { | ||
"./jest": "./jest.js", | ||
"./jest-simple": "./jest-simple.js", | ||
"./webpack-loader": "./webpack-loader.js", | ||
"./webpack": "./webpack-loader.js", | ||
"./jest": { | ||
"types": "./build/ts/jest.d.ts", | ||
"default": "./jest.js" | ||
}, | ||
"./jest-simple": { | ||
"types": "./build/ts/jest-simple.d.ts", | ||
"default": "./build/ts/jest-simple.d.ts" | ||
}, | ||
"./webpack-loader": { | ||
"types": "./build/ts/webpack-loader.d.ts", | ||
"default": "./webpack-loader.js" | ||
}, | ||
"./webpack": { | ||
"types": "./build/ts/webpack-loader.d.ts", | ||
"default": "./webpack-loader.js" | ||
}, | ||
".": { | ||
"types": "./build/ts/index.d.ts", | ||
"esnext": "./index.esnext", | ||
@@ -87,0 +103,0 @@ "import": "./index.mjs", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43252