@eventcatalog/generator-asyncapi 5.0.0 → 5.0.2
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 +1277 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1284 -43
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,4 +121,4 @@ Raise a GitHub issue on this project, or contact us on [our Discord server](http
|
|
|
121
121
|
|
|
122
122
|
This project is governed by a [dual-license](./LICENSE.md). To ensure the sustainability of the project, you can freely make use of this software if your projects are Open Source. Otherwise for proprietary systems you must obtain a [commercial license](./LICENSE-COMMERCIAL.md).
|
|
123
123
|
|
|
124
|
-
You can purchase a license or get a free trial at https://eventcatalog.cloud or email us at `hello@eventcatalog.dev
|
|
124
|
+
You can purchase a license or get a free trial at https://eventcatalog.cloud or email us at `hello@eventcatalog.dev`
|