@eventcatalog/generator-apicurio 10.0.0 → 12.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/LICENSE +19 -0
- 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
|
@@ -3861,7 +3861,7 @@ var filterSchemas = (groupedSchemas, filters, includeAllVersions = false) => {
|
|
|
3861
3861
|
// package.json
|
|
3862
3862
|
var package_default = {
|
|
3863
3863
|
name: "@eventcatalog/generator-apicurio",
|
|
3864
|
-
version: "
|
|
3864
|
+
version: "12.0.0",
|
|
3865
3865
|
description: "Apicurio Registry generator for EventCatalog",
|
|
3866
3866
|
scripts: {
|
|
3867
3867
|
build: "tsup",
|
|
@@ -3899,8 +3899,8 @@ var package_default = {
|
|
|
3899
3899
|
"update-notifier": "^7.3.1"
|
|
3900
3900
|
},
|
|
3901
3901
|
peerDependencies: {
|
|
3902
|
-
"@eventcatalog/generator-asyncapi": ">=6.
|
|
3903
|
-
"@eventcatalog/generator-openapi": ">=7.
|
|
3902
|
+
"@eventcatalog/generator-asyncapi": ">=6.4.0",
|
|
3903
|
+
"@eventcatalog/generator-openapi": ">=7.12.0"
|
|
3904
3904
|
},
|
|
3905
3905
|
peerDependenciesMeta: {
|
|
3906
3906
|
"@eventcatalog/generator-openapi": {
|