@asyncapi/generator 1.8.27 → 1.9.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 (3) hide show
  1. package/CODEOWNERS +9 -0
  2. package/README.md +2 -0
  3. package/package.json +3 -3
package/CODEOWNERS ADDED
@@ -0,0 +1,9 @@
1
+ # This file provides an overview of code owners in this repository.
2
+
3
+ # Each line is a file pattern followed by one or more owners.
4
+ # The last matching pattern has the most precedence.
5
+ # For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/.
6
+
7
+ # The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file.
8
+
9
+ * @fmvilas @derberg @magicmatatjahu @jonaslagoni @github-actions[bot]
package/README.md CHANGED
@@ -54,12 +54,14 @@ Template Name | Description | Source code
54
54
  ---|---|---
55
55
  `@asyncapi/nodejs-template` | Generates Nodejs service that uses Hermes package | [click here](https://github.com/asyncapi/nodejs-template)
56
56
  `@asyncapi/nodejs-ws-template` | Generates Nodejs service that supports WebSockets protocol only | [click here](https://github.com/asyncapi/nodejs-ws-template)
57
+ `@asyncapi/java-template` | Generates Java JMS application | [click here](https://github.com/asyncapi/java-template)
57
58
  `@asyncapi/java-spring-template` | Generates Java Spring service | [click here](https://github.com/asyncapi/java-spring-template)
58
59
  `@asyncapi/java-spring-cloud-stream-template` | Generates Java Spring Cloud Stream service | [click here](https://github.com/asyncapi/java-spring-cloud-stream-template)
59
60
  `@asyncapi/python-paho-template` | Generates Python service that uses Paho library | [click here](https://github.com/asyncapi/python-paho-template)
60
61
  `@asyncapi/html-template` | Generates HTML documentation site | [click here](https://github.com/asyncapi/html-template)
61
62
  `@asyncapi/markdown-template` | Generates documentation in Markdown file | [click here](https://github.com/asyncapi/markdown-template)
62
63
  `@asyncapi/ts-nats-template` | Generates TypeScript NATS client | [click here](https://github.com/asyncapi/ts-nats-template/)
64
+ `@asyncapi/go-watermill-template` | Generates Go client using Watermill | [click here](https://github.com/asyncapi/go-watermill-template)
63
65
 
64
66
  <!-- TEMPLATES-LIST:END -->
65
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asyncapi/generator",
3
- "version": "1.8.27",
3
+ "version": "1.9.0",
4
4
  "description": "The AsyncAPI generator. It can generate documentation, code, anything!",
5
5
  "main": "./lib/generator.js",
6
6
  "bin": {
@@ -51,7 +51,7 @@
51
51
  "@asyncapi/avro-schema-parser": "^1.0.0",
52
52
  "@asyncapi/generator-react-sdk": "^0.2.23",
53
53
  "@asyncapi/openapi-schema-parser": "^2.0.1",
54
- "@asyncapi/parser": "^1.13.0",
54
+ "@asyncapi/parser": "^1.14.0",
55
55
  "@asyncapi/raml-dt-schema-parser": "^2.0.1",
56
56
  "@npmcli/arborist": "^2.2.4",
57
57
  "ajv": "^6.10.2",
@@ -64,7 +64,7 @@
64
64
  "js-yaml": "^3.13.1",
65
65
  "levenshtein-edit-distance": "^2.0.5",
66
66
  "loglevel": "^1.6.8",
67
- "markdown-it": "^8.4.1",
67
+ "markdown-it": "^12.3.2",
68
68
  "minimatch": "^3.0.4",
69
69
  "node-fetch": "^2.6.0",
70
70
  "nunjucks": "^3.2.0",