@eventcatalog/generator-openapi 6.0.0 → 6.0.1

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/index.mjs CHANGED
@@ -629,7 +629,7 @@ import chalk from "chalk";
629
629
  // package.json
630
630
  var package_default = {
631
631
  name: "@eventcatalog/generator-openapi",
632
- version: "6.0.0",
632
+ version: "6.0.1",
633
633
  description: "OpenAPI generator for EventCatalog",
634
634
  scripts: {
635
635
  build: "tsup",
@@ -1607,7 +1607,7 @@ var index_default = async (_, options) => {
1607
1607
  path: specFile
1608
1608
  };
1609
1609
  } catch (error) {
1610
- console.error(chalk3.red(`Failed to parse OpenAPI file: ${serviceSpec.path}`));
1610
+ console.error(chalk3.red(`Failed to parse OpenAPI file: ${specFile}`));
1611
1611
  console.error(chalk3.red(error));
1612
1612
  return null;
1613
1613
  }