@eventcatalog/generator-openapi 7.6.1 → 7.6.2
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 +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -1
package/dist/index.mjs
CHANGED
|
@@ -4067,7 +4067,7 @@ import { join } from "path";
|
|
|
4067
4067
|
// package.json
|
|
4068
4068
|
var package_default = {
|
|
4069
4069
|
name: "@eventcatalog/generator-openapi",
|
|
4070
|
-
version: "7.6.
|
|
4070
|
+
version: "7.6.2",
|
|
4071
4071
|
description: "OpenAPI generator for EventCatalog",
|
|
4072
4072
|
scripts: {
|
|
4073
4073
|
build: "tsup",
|
|
@@ -4111,6 +4111,11 @@ var package_default = {
|
|
|
4111
4111
|
semver: "^7.7.2",
|
|
4112
4112
|
slugify: "^1.6.6",
|
|
4113
4113
|
"update-notifier": "^7.3.1"
|
|
4114
|
+
},
|
|
4115
|
+
repository: {
|
|
4116
|
+
type: "git",
|
|
4117
|
+
url: "https://github.com/event-catalog/generators",
|
|
4118
|
+
directory: "packages/generator-openapi"
|
|
4114
4119
|
}
|
|
4115
4120
|
};
|
|
4116
4121
|
|