parsec-codegen
Advanced tools
Comparing version 0.0.0-alpha.1 to 0.0.0-alpha.2
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
if (args) { | ||
command += ` generate -i openapi.json -g typescript-axios -o ${getPath('src/configs/codegen')}`; | ||
command += ` generate -i openapi.json -g typescript-axios -o ${getPath('src/configs/codegen')} --additional-properties useSingleRequestParameter=true`; | ||
} | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "parsec-codegen", | ||
"version": "0.0.0-alpha.1", | ||
"version": "0.0.0-alpha.2", | ||
"description": "根据openapi生成代码", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
24099970
4
1
42