@eventcatalog/generator-openapi 7.5.4 → 7.5.5

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.js CHANGED
@@ -4071,7 +4071,7 @@ var import_node_path = require("path");
4071
4071
  // package.json
4072
4072
  var package_default = {
4073
4073
  name: "@eventcatalog/generator-openapi",
4074
- version: "7.5.4",
4074
+ version: "7.5.5",
4075
4075
  description: "OpenAPI generator for EventCatalog",
4076
4076
  scripts: {
4077
4077
  build: "tsup",
@@ -4387,8 +4387,6 @@ var processMessagesForOpenAPISpec = async (pathToSpec, document2, servicePath, o
4387
4387
  if (preserveExistingMessages) {
4388
4388
  messageMarkdown = catalogedMessage.markdown;
4389
4389
  }
4390
- console.log("catalogedMessage version", catalogedMessage.version);
4391
- console.log("version", version);
4392
4390
  if (catalogedMessage.version !== version) {
4393
4391
  console.log("versioning message", message2.id);
4394
4392
  await versionMessage(message2.id);