@eventcatalog/generator-asyncapi 6.4.3 → 6.4.4
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
|
@@ -1538,7 +1538,7 @@ import path3 from "path";
|
|
|
1538
1538
|
// package.json
|
|
1539
1539
|
var package_default = {
|
|
1540
1540
|
name: "@eventcatalog/generator-asyncapi",
|
|
1541
|
-
version: "6.4.
|
|
1541
|
+
version: "6.4.4",
|
|
1542
1542
|
description: "AsyncAPI generator for EventCatalog",
|
|
1543
1543
|
scripts: {
|
|
1544
1544
|
build: "tsup",
|
|
@@ -1582,7 +1582,7 @@ var package_default = {
|
|
|
1582
1582
|
"fs-extra": "^11.2.0",
|
|
1583
1583
|
glob: "^12.0.0",
|
|
1584
1584
|
"gray-matter": "^4.0.3",
|
|
1585
|
-
"js-yaml": "^4.
|
|
1585
|
+
"js-yaml": "^4.3.0",
|
|
1586
1586
|
lodash: "^4.17.23",
|
|
1587
1587
|
minimist: "^1.2.8",
|
|
1588
1588
|
semver: "^7.7.2",
|