@eventcatalog/generator-openapi 7.5.1 → 7.5.3
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/README.md +1 -1
- package/dist/index.js +1285 -47
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1292 -48
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,4 +106,4 @@ Raise a GitHub issue on this project, or contact us on [our Discord server](http
|
|
|
106
106
|
|
|
107
107
|
This project is governed by a [dual-license](../../LICENSE-COMMERCIAL.md). To ensure the sustainability of the project, you can freely make use of this software if your projects are Open Source. Otherwise for internal systems you must obtain a [commercial license](../../LICENSE-COMMERCIAL.md).
|
|
108
108
|
|
|
109
|
-
If you would like to obtain a Commercial License, you can purchase a license at https://dashboard.eventcatalog.dev or email us at `hello@eventcatalog.dev
|
|
109
|
+
If you would like to obtain a Commercial License, you can purchase a license at https://dashboard.eventcatalog.dev or email us at `hello@eventcatalog.dev`.
|