@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.js
CHANGED
|
@@ -4072,7 +4072,7 @@ var import_node_path = require("path");
|
|
|
4072
4072
|
// package.json
|
|
4073
4073
|
var package_default = {
|
|
4074
4074
|
name: "@eventcatalog/generator-openapi",
|
|
4075
|
-
version: "7.6.
|
|
4075
|
+
version: "7.6.2",
|
|
4076
4076
|
description: "OpenAPI generator for EventCatalog",
|
|
4077
4077
|
scripts: {
|
|
4078
4078
|
build: "tsup",
|
|
@@ -4116,6 +4116,11 @@ var package_default = {
|
|
|
4116
4116
|
semver: "^7.7.2",
|
|
4117
4117
|
slugify: "^1.6.6",
|
|
4118
4118
|
"update-notifier": "^7.3.1"
|
|
4119
|
+
},
|
|
4120
|
+
repository: {
|
|
4121
|
+
type: "git",
|
|
4122
|
+
url: "https://github.com/event-catalog/generators",
|
|
4123
|
+
directory: "packages/generator-openapi"
|
|
4119
4124
|
}
|
|
4120
4125
|
};
|
|
4121
4126
|
|