@eventcatalog/generator-asyncapi 4.2.0 → 4.2.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.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 +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1536,7 +1536,7 @@ import path2 from "path";
|
|
|
1536
1536
|
// package.json
|
|
1537
1537
|
var package_default = {
|
|
1538
1538
|
name: "@eventcatalog/generator-asyncapi",
|
|
1539
|
-
version: "4.2.
|
|
1539
|
+
version: "4.2.1",
|
|
1540
1540
|
description: "AsyncAPI generator for EventCatalog",
|
|
1541
1541
|
scripts: {
|
|
1542
1542
|
build: "tsup",
|
|
@@ -1574,7 +1574,7 @@ var package_default = {
|
|
|
1574
1574
|
dependencies: {
|
|
1575
1575
|
"@asyncapi/avro-schema-parser": "^3.0.24",
|
|
1576
1576
|
"@asyncapi/parser": "^3.3.0",
|
|
1577
|
-
"@eventcatalog/sdk": "^2.
|
|
1577
|
+
"@eventcatalog/sdk": "^2.5.5",
|
|
1578
1578
|
chalk: "^4",
|
|
1579
1579
|
"fs-extra": "^11.2.0",
|
|
1580
1580
|
glob: "^11.0.0",
|