@keq-request/cli 5.0.0-alpha.24 → 5.0.0-alpha.25

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  ## 5.0.0-alpha.6 (2025-09-17)
2
2
 
3
+ ## 5.0.0-alpha.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [214ae66]
8
+ - Updated dependencies [9290139]
9
+ - keq@5.0.0-alpha.25
10
+
3
11
  ## 5.0.0-alpha.24
4
12
 
5
13
  ### Major Changes
package/dist/cli.cjs CHANGED
@@ -1784,7 +1784,7 @@ var OperationDefinitionMicroFunctionRenderer = class {
1784
1784
  ` const req = request.${$method}<${this.typeName("ResponseBodies")}[STATUS]>("${pathname}")`,
1785
1785
  " .option('module', { name: moduleName, pathname, method })",
1786
1786
  "",
1787
- $mediaType || void 0,
1787
+ $mediaType ? indent(2, $mediaType) : void 0,
1788
1788
  " /* @anchor:query:start */",
1789
1789
  $queryParameters ? indent(2, $queryParameters) : void 0,
1790
1790
  " /* @anchor:query:end */",