@eventcatalog/generator-asyncapi 2.1.2 → 2.2.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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -88,9 +88,9 @@ Raise a GitHub issue on this project, or contact us on [our Discord server](http
88
88
 
89
89
  # Sponsors
90
90
 
91
- Thank you to our EventCatalog project sponsors.
91
+ Thank you to our project sponsors.
92
92
 
93
- <hr />
93
+ ## Gold sponsors
94
94
 
95
95
  <div align="center">
96
96
  <img alt="hookdeck" src="./images/sponsors/hookdeck.svg" />
@@ -100,6 +100,14 @@ Thank you to our EventCatalog project sponsors.
100
100
 
101
101
  <hr />
102
102
 
103
+ <div align="center">
104
+ <img alt="gravitee" src="./images/sponsors/gravitee-logo-black.svg" width="50%" />
105
+ <p style="margin: 0; padding: 0;">Manage, secure, and govern every API in your organization</p>
106
+ <a href="https://gravitee.io?utm_source=eventcatalog&utm_medium=web&utm_campaign=sponsorship" target="_blank" >Learn more</a>
107
+ </div>
108
+
109
+ <hr />
110
+
103
111
  _Sponsors help make EventCatalog sustainable, want to help the project? Get in touch! Or [visit our sponsor page](https://www.eventcatalog.dev/support)._
104
112
 
105
113
  # Enterprise support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eventcatalog/generator-asyncapi",
3
- "version": "2.1.2",
3
+ "version": "2.2.0",
4
4
  "description": "AsyncAPI generator for EventCatalog",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -30,7 +30,7 @@
30
30
  "@asyncapi/avro-schema-parser": "^3.0.24",
31
31
  "@asyncapi/parser": "^3.2.2",
32
32
  "@changesets/cli": "^2.27.7",
33
- "@eventcatalog/sdk": "^0.1.4",
33
+ "@eventcatalog/sdk": "^1.1.3",
34
34
  "chalk": "^4",
35
35
  "fs-extra": "^11.2.0",
36
36
  "glob": "^11.0.0",