@eventcatalog/generator-apicurio 2.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 +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
|
@@ -3798,7 +3798,7 @@ var filterSchemas = (groupedSchemas, filters, includeAllVersions = false) => {
|
|
|
3798
3798
|
// package.json
|
|
3799
3799
|
var package_default = {
|
|
3800
3800
|
name: "@eventcatalog/generator-apicurio",
|
|
3801
|
-
version: "
|
|
3801
|
+
version: "3.0.0",
|
|
3802
3802
|
description: "Apicurio Registry generator for EventCatalog",
|
|
3803
3803
|
scripts: {
|
|
3804
3804
|
build: "tsup",
|
|
@@ -3836,7 +3836,7 @@ var package_default = {
|
|
|
3836
3836
|
"update-notifier": "^7.3.1"
|
|
3837
3837
|
},
|
|
3838
3838
|
peerDependencies: {
|
|
3839
|
-
"@eventcatalog/generator-asyncapi": ">=5.
|
|
3839
|
+
"@eventcatalog/generator-asyncapi": ">=5.4.0",
|
|
3840
3840
|
"@eventcatalog/generator-openapi": ">=7.7.0"
|
|
3841
3841
|
},
|
|
3842
3842
|
peerDependenciesMeta: {
|