@keq-request/cli 5.0.0-alpha.24 → 5.0.0-alpha.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/plugins.cjs +1 -1
- package/dist/plugins.cjs.map +1 -1
- package/dist/plugins.js +1 -1
- package/dist/plugins.js.map +1 -1
- package/package.json +3 -3
package/dist/plugins.cjs
CHANGED
|
@@ -1292,7 +1292,7 @@ var OperationDefinitionMicroFunctionRenderer = class {
|
|
|
1292
1292
|
` const req = request.${$method}<${this.typeName("ResponseBodies")}[STATUS]>("${pathname}")`,
|
|
1293
1293
|
" .option('module', { name: moduleName, pathname, method })",
|
|
1294
1294
|
"",
|
|
1295
|
-
$mediaType
|
|
1295
|
+
$mediaType ? indent(2, $mediaType) : void 0,
|
|
1296
1296
|
" /* @anchor:query:start */",
|
|
1297
1297
|
$queryParameters ? indent(2, $queryParameters) : void 0,
|
|
1298
1298
|
" /* @anchor:query:end */",
|