Skip to content

Commit 961e811

Browse files
authored
Merge branch 'master' into bug/async-await-1857-clean
2 parents 0fe3f52 + 92de9ee commit 961e811

39 files changed

+2237
-96
lines changed

Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ For the PR titles you can refer to [this guide](CONTRIBUTING.md?plain=1#L60)
195195
196196
If you encounter any issues during development or testing, please check the following:
197197
198-
1. Ensure you're using the correct Node.js version (18.20.8 or higher) and npm version (10.8.2 or higher).
198+
1. Ensure you're using the correct Node.js version (24.11 or higher) and npm version (11.5.1 or higher).
199199
2. Clear the `node_modules` directory and reinstall dependencies if you encounter unexpected behavior.
200200
3. For Docker-related issues, make sure Docker is running and you have sufficient permissions.
201201

apps/generator/docs/model-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 200
55

66
This guide will walk you through the process of enabling models/types generation in a template by using [Modelina](https://www.asyncapi.com/tools/modelina).
77

8-
Modelina is an AsyncAPI library designed for generating data models using inputs such as [AsyncAPI](generator/asyncapi-document), OpenAPI, or JSON schema inputs. Its functionality revolves around creating data models from the provided AsyncAPI document and the model template, which defines message payloads. It is better to use Modelina in your template to handle model generation rather than providing custom templates.
8+
Modelina is an AsyncAPI library designed for generating data models using inputs such as [AsyncAPI](asyncapi-document), OpenAPI, or JSON schema inputs. Its functionality revolves around creating data models from the provided AsyncAPI document and the model template, which defines message payloads. It is better to use Modelina in your template to handle model generation rather than providing custom templates.
99

1010
You can integrate the work shown in this guide into a template by following the [tutorial about creating a template](https://www.asyncapi.com/docs/tools/generator/generator-template).
1111

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)