dowwntime 1.3.5 → 1.3.6

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/dist/cli.mjs CHANGED
@@ -28338,6 +28338,7 @@ const run = async (options) => {
28338
28338
  debug$1(`No example value for parameter ${param.name} in ${path$4}`);
28339
28339
  continue;
28340
28340
  }
28341
+ if (!exampleValue) continue;
28341
28342
  if (param.in === "path") {
28342
28343
  const placeholder = `{${param.name}}`;
28343
28344
  _path = _path.replace(placeholder, exampleValue);