@asyncapi/generator 1.9.15 → 1.9.16
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/CODEOWNERS +2 -2
- package/docs/index.md +2 -2
- package/package.json +2 -2
package/CODEOWNERS
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file.
|
|
8
8
|
|
|
9
|
+
* @fmvilas @derberg @magicmatatjahu @jonaslagoni @asyncapi-bot-eve
|
|
10
|
+
|
|
9
11
|
# All .md files
|
|
10
12
|
*.md @Florence-Njeri @pratik2315
|
|
11
|
-
|
|
12
|
-
* @fmvilas @derberg @magicmatatjahu @jonaslagoni @asyncapi-bot-eve
|
package/docs/index.md
CHANGED
|
@@ -3,7 +3,7 @@ title: "Introduction"
|
|
|
3
3
|
weight: 10
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
The AsyncAPI generator is a tool that generates anything you want using the **[AsyncAPI Document](generator/asyncapi-
|
|
6
|
+
The AsyncAPI generator is a tool that generates anything you want using the **[AsyncAPI Document](generator/asyncapi-document)** and **[Template](generator/template)** that are supplied as inputs to the AsyncAPI CLI. The generator was built with extensibility in mind; you can use the generator to generate anything you want, provided that it can be defined in a template, such as code, diagrams, markdown files, microservices, and applications. A number of [community-maintained templates](https://github.com/search?q=topic%3Aasyncapi+topic%3Agenerator+topic%3Atemplate) are now available for immediate usage.
|
|
7
7
|
|
|
8
8
|
### Generator use cases
|
|
9
9
|
- Generation of interactive and understandable API documentation
|
|
@@ -50,4 +50,4 @@ graph LR
|
|
|
50
50
|
D --> J[Java Spring Boot]
|
|
51
51
|
D --> K[Anything else]
|
|
52
52
|
```
|
|
53
|
-
**`params`** are template-specific options passed to the `asyncapi generate fromTemplate` CLI command to customize the generated output.
|
|
53
|
+
**`params`** are template-specific options passed to the `asyncapi generate fromTemplate` CLI command to customize the generated output.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asyncapi/generator",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.16",
|
|
4
4
|
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
|
|
5
5
|
"main": "./lib/generator.js",
|
|
6
6
|
"bin": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@asyncapi/avro-schema-parser": "^1.1.0",
|
|
51
51
|
"@asyncapi/generator-react-sdk": "^0.2.23",
|
|
52
52
|
"@asyncapi/openapi-schema-parser": "^2.0.1",
|
|
53
|
-
"@asyncapi/parser": "^1.17.
|
|
53
|
+
"@asyncapi/parser": "^1.17.3",
|
|
54
54
|
"@asyncapi/raml-dt-schema-parser": "^2.0.1",
|
|
55
55
|
"@npmcli/arborist": "^2.2.4",
|
|
56
56
|
"ajv": "^6.10.2",
|