@eventcatalog/generator-asyncapi 2.1.2 → 2.2.1
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 +10 -2
- package/package.json +4 -4
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
|
|
91
|
+
Thank you to our project sponsors.
|
|
92
92
|
|
|
93
|
-
|
|
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
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "AsyncAPI generator for EventCatalog",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"author": "",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"devDependencies": {
|
|
12
|
+
"@changesets/cli": "^2.27.9",
|
|
12
13
|
"@types/fs-extra": "^11.0.4",
|
|
13
14
|
"@types/js-yaml": "^4.0.9",
|
|
14
15
|
"@types/lodash": "^4.17.7",
|
|
@@ -28,9 +29,8 @@
|
|
|
28
29
|
"types": "./dist/index.d.ts",
|
|
29
30
|
"dependencies": {
|
|
30
31
|
"@asyncapi/avro-schema-parser": "^3.0.24",
|
|
31
|
-
"@asyncapi/parser": "^3.
|
|
32
|
-
"@
|
|
33
|
-
"@eventcatalog/sdk": "^0.1.4",
|
|
32
|
+
"@asyncapi/parser": "^3.3.0",
|
|
33
|
+
"@eventcatalog/sdk": "^1.1.3",
|
|
34
34
|
"chalk": "^4",
|
|
35
35
|
"fs-extra": "^11.2.0",
|
|
36
36
|
"glob": "^11.0.0",
|