@eventcatalog/generator-asyncapi 3.0.4 → 3.0.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/checkLicense.js +1 -1
- package/dist/checkLicense.js.map +1 -1
- package/dist/checkLicense.mjs +1 -1
- package/dist/checkLicense.mjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -290,7 +290,7 @@ import path2 from "path";
|
|
|
290
290
|
// package.json
|
|
291
291
|
var package_default = {
|
|
292
292
|
name: "@eventcatalog/generator-asyncapi",
|
|
293
|
-
version: "3.0.
|
|
293
|
+
version: "3.0.5",
|
|
294
294
|
description: "AsyncAPI generator for EventCatalog",
|
|
295
295
|
scripts: {
|
|
296
296
|
build: "tsup",
|
|
@@ -1622,7 +1622,7 @@ Processing domain: ${domainName} (v${domainVersion})`));
|
|
|
1622
1622
|
summary: getSummary(message),
|
|
1623
1623
|
markdown: messageMarkdown,
|
|
1624
1624
|
badges: badges.map((badge) => ({ content: badge.name(), textColor: "blue", backgroundColor: "blue" })),
|
|
1625
|
-
|
|
1625
|
+
...messageHasSchema(message) && { schemaPath: getSchemaFileName(message) },
|
|
1626
1626
|
...owners && { owners },
|
|
1627
1627
|
...channelsForMessage.length > 0 && { channels: channelsForMessage }
|
|
1628
1628
|
},
|