@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.js
CHANGED
|
@@ -4071,7 +4071,7 @@ var import_node_path = require("path");
|
|
|
4071
4071
|
// package.json
|
|
4072
4072
|
var package_default = {
|
|
4073
4073
|
name: "@eventcatalog/generator-openapi",
|
|
4074
|
-
version: "7.5.
|
|
4074
|
+
version: "7.5.4",
|
|
4075
4075
|
description: "OpenAPI generator for EventCatalog",
|
|
4076
4076
|
scripts: {
|
|
4077
4077
|
build: "tsup",
|
|
@@ -4109,7 +4109,7 @@ var package_default = {
|
|
|
4109
4109
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
4110
4110
|
"@changesets/cli": "^2.27.7",
|
|
4111
4111
|
"@eventcatalog/sdk": "^2.8.3",
|
|
4112
|
-
chalk: "
|
|
4112
|
+
chalk: "4.1.2",
|
|
4113
4113
|
"js-yaml": "^4.1.0",
|
|
4114
4114
|
"openapi-types": "^12.1.3",
|
|
4115
4115
|
semver: "^7.7.2",
|