@eventcatalog/core 2.6.1 → 2.6.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/CHANGELOG.md +6 -0
- package/README.md +1 -0
- package/package.json +1 -1
- package/scripts/generate.js +2 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
- 🗄️ Version domains, services and messages
|
|
49
49
|
- ⭐ Discoverability feature (search, filter and more) ([demo](https://demo.eventcatalog.dev/discover/events))
|
|
50
50
|
- ⭐ Document teams and users ([demo](https://demo.eventcatalog.dev/docs/teams/full-stack))
|
|
51
|
+
- 🤖 Automate your catalogs with [generators](https://www.eventcatalog.dev/docs/development/plugins/plugin-overview) (e.g generate your catalogs from your [AsyncAPI](https://www.eventcatalog.dev/docs/ascynapi)/[OpenAPI](https://www.eventcatalog.dev/docs/openapi) documents)
|
|
51
52
|
- ⭐ And much more...
|
|
52
53
|
|
|
53
54
|
|
package/package.json
CHANGED