@asyncapi/cli 0.54.6 → 0.54.7

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.
@@ -160,5 +160,9 @@ components:
160
160
  streamingHeaders:
161
161
  http:
162
162
  headers:
163
- 'Transfer-Encoding': 'chunked'
164
- Trailer: '\r\n'
163
+ type: object
164
+ properties:
165
+ 'Transfer-Encoding':
166
+ const: 'chunked'
167
+ Trailer:
168
+ const: '\r\n'
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.54.6",
2
+ "version": "0.54.7",
3
3
  "commands": {
4
4
  "bundle": {
5
5
  "id": "bundle",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@asyncapi/cli",
3
3
  "description": "All in one CLI for all AsyncAPI tools",
4
- "version": "0.54.6",
4
+ "version": "0.54.7",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run"
@@ -12,7 +12,7 @@
12
12
  "@asyncapi/bundler": "^0.3.8",
13
13
  "@asyncapi/converter": "^1.3.1",
14
14
  "@asyncapi/diff": "^0.4.1",
15
- "@asyncapi/generator": "^1.10.14",
15
+ "@asyncapi/generator": "^1.11.0",
16
16
  "@asyncapi/modelina": "^1.9.0",
17
17
  "@asyncapi/openapi-schema-parser": "^3.0.3",
18
18
  "@asyncapi/optimizer": "^0.2.1",