graphql-mini-transforms
Advanced tools
Comparing version 1.3.0-beta-2 to 1.3.0-beta-3
@@ -1,1 +0,1 @@ | ||
module.exports = require("./build/node/index.js"); | ||
module.exports = require("./build/cjs/index.js"); |
{ | ||
"name": "graphql-mini-transforms", | ||
"version": "1.3.0-beta-2", | ||
"version": "1.3.0-beta-3", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "description": "Transformers for importing .graphql files in various build tools.", | ||
"graphql": ">=14.5.0 <15.0.0", | ||
"graphql-typed": "^0.6.1-beta-2", | ||
"graphql-typed": "^0.6.1-beta-3", | ||
"loader-utils": "^2.0.0", | ||
@@ -44,7 +44,19 @@ "tslib": "^1.14.1" | ||
"build/*", | ||
"!tsconfig.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts", | ||
"index.esnext", | ||
"index.mjs", | ||
"!tsconfig.tsbuildinfo" | ||
"jest.js", | ||
"jest.mjs", | ||
"jest.esnext", | ||
"jest.d.ts", | ||
"jest-simple.js", | ||
"jest-simple.mjs", | ||
"jest-simple.esnext", | ||
"jest-simple.d.ts", | ||
"webpack-loader.js", | ||
"webpack-loader.mjs", | ||
"webpack-loader.esnext", | ||
"webpack-loader.d.ts" | ||
], | ||
@@ -60,2 +72,7 @@ "module": "index.mjs", | ||
}, | ||
"./jest": { | ||
"import": "./jest.mjs", | ||
"require": "./jest.js", | ||
"esnext": "./jest.esnext" | ||
}, | ||
"./jest-simple": { | ||
@@ -66,7 +83,2 @@ "import": "./jest-simple.mjs", | ||
}, | ||
"./jest": { | ||
"import": "./jest.mjs", | ||
"require": "./jest.js", | ||
"esnext": "./jest.esnext" | ||
}, | ||
"./webpack": { | ||
@@ -73,0 +85,0 @@ "import": "./webpack-loader.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
107456
0
+ Addedbrowserslist@4.24.4(transitive)
+ Addedcaniuse-lite@1.0.30001692(transitive)
+ Addedelectron-to-chromium@1.5.79(transitive)
+ Addedupdate-browserslist-db@1.1.2(transitive)
- Removedbrowserslist@4.24.3(transitive)
- Removedcaniuse-lite@1.0.30001690(transitive)
- Removedelectron-to-chromium@1.5.76(transitive)
- Removedupdate-browserslist-db@1.1.1(transitive)
Updatedgraphql-typed@^0.6.1-beta-3