@eventcatalog/generator-apicurio 1.0.0 → 3.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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3793,7 +3793,7 @@ var filterSchemas = (groupedSchemas, filters, includeAllVersions = false) => {
|
|
|
3793
3793
|
// package.json
|
|
3794
3794
|
var package_default = {
|
|
3795
3795
|
name: "@eventcatalog/generator-apicurio",
|
|
3796
|
-
version: "
|
|
3796
|
+
version: "3.0.0",
|
|
3797
3797
|
description: "Apicurio Registry generator for EventCatalog",
|
|
3798
3798
|
scripts: {
|
|
3799
3799
|
build: "tsup",
|
|
@@ -3831,8 +3831,8 @@ var package_default = {
|
|
|
3831
3831
|
"update-notifier": "^7.3.1"
|
|
3832
3832
|
},
|
|
3833
3833
|
peerDependencies: {
|
|
3834
|
-
"@eventcatalog/generator-asyncapi": ">=5.
|
|
3835
|
-
"@eventcatalog/generator-openapi": ">=7.
|
|
3834
|
+
"@eventcatalog/generator-asyncapi": ">=5.4.0",
|
|
3835
|
+
"@eventcatalog/generator-openapi": ">=7.7.0"
|
|
3836
3836
|
},
|
|
3837
3837
|
peerDependenciesMeta: {
|
|
3838
3838
|
"@eventcatalog/generator-openapi": {
|