@eventcatalog/generator-openapi 4.0.7 → 5.0.0
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
|
@@ -608,7 +608,7 @@ import chalk from "chalk";
|
|
|
608
608
|
// package.json
|
|
609
609
|
var package_default = {
|
|
610
610
|
name: "@eventcatalog/generator-openapi",
|
|
611
|
-
version: "
|
|
611
|
+
version: "5.0.0",
|
|
612
612
|
description: "OpenAPI generator for EventCatalog",
|
|
613
613
|
scripts: {
|
|
614
614
|
build: "tsup",
|
|
@@ -644,7 +644,7 @@ var package_default = {
|
|
|
644
644
|
dependencies: {
|
|
645
645
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
646
646
|
"@changesets/cli": "^2.27.7",
|
|
647
|
-
"@eventcatalog/sdk": "^
|
|
647
|
+
"@eventcatalog/sdk": "^2.0.0",
|
|
648
648
|
chalk: "^4",
|
|
649
649
|
"js-yaml": "^4.1.0",
|
|
650
650
|
"openapi-types": "^12.1.3",
|