@eventcatalog/generator-apicurio 4.0.0 → 5.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
|
@@ -3866,7 +3866,7 @@ var filterSchemas = (groupedSchemas, filters, includeAllVersions = false) => {
|
|
|
3866
3866
|
// package.json
|
|
3867
3867
|
var package_default = {
|
|
3868
3868
|
name: "@eventcatalog/generator-apicurio",
|
|
3869
|
-
version: "
|
|
3869
|
+
version: "5.0.0",
|
|
3870
3870
|
description: "Apicurio Registry generator for EventCatalog",
|
|
3871
3871
|
scripts: {
|
|
3872
3872
|
build: "tsup",
|
|
@@ -3905,7 +3905,7 @@ var package_default = {
|
|
|
3905
3905
|
},
|
|
3906
3906
|
peerDependencies: {
|
|
3907
3907
|
"@eventcatalog/generator-asyncapi": ">=5.5.0",
|
|
3908
|
-
"@eventcatalog/generator-openapi": ">=7.
|
|
3908
|
+
"@eventcatalog/generator-openapi": ">=7.8.0"
|
|
3909
3909
|
},
|
|
3910
3910
|
peerDependenciesMeta: {
|
|
3911
3911
|
"@eventcatalog/generator-openapi": {
|