graphql-codegen-modules-gen
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "graphql-codegen-modules-gen", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
"main": "./build/cli.js", | ||
"main": "./build/cli.cjs", | ||
"scripts": { | ||
@@ -24,3 +24,3 @@ "build": "rollup --config ./rollup.config.js", | ||
"bin": { | ||
"graphql-codegen-modules-gen": "./build/cli.js" | ||
"graphql-codegen-modules-gen": "./build/cli.cjs" | ||
}, | ||
@@ -27,0 +27,0 @@ "type": "module", |
export default { | ||
input: "./src/cli.js", | ||
output: { | ||
file: "./build/cli.js", | ||
format: "umd", | ||
file: "./build/cli.cjs", | ||
format: "cjs", | ||
}, | ||
}; |
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
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
8872
267
1