@eventcatalog/generator-openapi 7.5.3 → 7.5.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
|
@@ -4066,7 +4066,7 @@ import { join } from "path";
|
|
|
4066
4066
|
// package.json
|
|
4067
4067
|
var package_default = {
|
|
4068
4068
|
name: "@eventcatalog/generator-openapi",
|
|
4069
|
-
version: "7.5.
|
|
4069
|
+
version: "7.5.4",
|
|
4070
4070
|
description: "OpenAPI generator for EventCatalog",
|
|
4071
4071
|
scripts: {
|
|
4072
4072
|
build: "tsup",
|
|
@@ -4104,7 +4104,7 @@ var package_default = {
|
|
|
4104
4104
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
4105
4105
|
"@changesets/cli": "^2.27.7",
|
|
4106
4106
|
"@eventcatalog/sdk": "^2.8.3",
|
|
4107
|
-
chalk: "
|
|
4107
|
+
chalk: "4.1.2",
|
|
4108
4108
|
"js-yaml": "^4.1.0",
|
|
4109
4109
|
"openapi-types": "^12.1.3",
|
|
4110
4110
|
semver: "^7.7.2",
|