@eventcatalog/generator-apicurio 10.0.0 → 11.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 +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/LICENSE
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Copyright (c) 2024-2026 EventCatalog Ltd
|
|
2
|
+
|
|
3
|
+
This software is dual-licensed:
|
|
4
|
+
|
|
5
|
+
* For open-source projects: licensed under the GNU Affero General Public
|
|
6
|
+
License v3.0 (AGPL-3.0). See LICENSE-OPENSOURCE.md for the full terms.
|
|
7
|
+
|
|
8
|
+
* For proprietary, internal, or commercial use: licensed under the EventCatalog
|
|
9
|
+
Commercial License. See LICENSE-COMMERCIAL.md for the full terms.
|
|
10
|
+
|
|
11
|
+
If you are using these plugins for internal business purposes and do not wish
|
|
12
|
+
to release your source code under AGPL-3.0, you must obtain a Commercial
|
|
13
|
+
License.
|
|
14
|
+
|
|
15
|
+
To obtain a Commercial License:
|
|
16
|
+
- Purchase a subscription at https://www.eventcatalog.dev/pricing
|
|
17
|
+
- Purchase individual plugins at https://eventcatalog.cloud/
|
|
18
|
+
- Free 14-day trial at https://eventcatalog.cloud/
|
|
19
|
+
- Contact us at hello@eventcatalog.dev
|
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: "11.0.0",
|
|
3870
3870
|
description: "Apicurio Registry generator for EventCatalog",
|
|
3871
3871
|
scripts: {
|
|
3872
3872
|
build: "tsup",
|
|
@@ -3904,7 +3904,7 @@ var package_default = {
|
|
|
3904
3904
|
"update-notifier": "^7.3.1"
|
|
3905
3905
|
},
|
|
3906
3906
|
peerDependencies: {
|
|
3907
|
-
"@eventcatalog/generator-asyncapi": ">=6.
|
|
3907
|
+
"@eventcatalog/generator-asyncapi": ">=6.3.0",
|
|
3908
3908
|
"@eventcatalog/generator-openapi": ">=7.11.0"
|
|
3909
3909
|
},
|
|
3910
3910
|
peerDependenciesMeta: {
|