@asyncapi/cli 2.3.0 → 2.3.2

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.
@@ -1587,5 +1587,5 @@
1587
1587
  ]
1588
1588
  }
1589
1589
  },
1590
- "version": "2.3.0"
1590
+ "version": "2.3.2"
1591
1591
  }
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": "2.3.0",
4
+ "version": "2.3.2",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run_bin"
@@ -9,11 +9,11 @@
9
9
  "bugs": "https://github.com/asyncapi/cli/issues",
10
10
  "dependencies": {
11
11
  "@asyncapi/avro-schema-parser": "^3.0.23",
12
- "@asyncapi/bundler": "^0.5.3",
12
+ "@asyncapi/bundler": "^0.6.1",
13
13
  "@asyncapi/converter": "^1.4.20",
14
14
  "@asyncapi/diff": "^0.4.1",
15
15
  "@asyncapi/generator": "^1.17.25",
16
- "@asyncapi/modelina": "^3.6.0",
16
+ "@asyncapi/modelina": "^3.7.0",
17
17
  "@asyncapi/modelina-cli": "^4.0.0-next.48",
18
18
  "@asyncapi/openapi-schema-parser": "^3.0.24",
19
19
  "@asyncapi/optimizer": "^1.0.2",