@asyncapi/cli 0.40.6 → 0.40.8

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![AsyncAPI CLI](./assets/logo.png)](https://www.asyncapi.com)
1
+ [![AsyncAPI CLI](./assets/logo.png)](https://www.asyncapi.com/tools/cli)
2
2
 
3
3
  CLI to work with your AsyncAPI files. Currently under development, we are working to bring more features.
4
4
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.40.6",
2
+ "version": "0.40.8",
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.40.6",
4
+ "version": "0.40.8",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run"
@@ -12,8 +12,8 @@
12
12
  "@asyncapi/bundler": "^0.3.8",
13
13
  "@asyncapi/converter": "^1.2.0",
14
14
  "@asyncapi/diff": "^0.4.1",
15
- "@asyncapi/generator": "^1.9.17",
16
- "@asyncapi/modelina": "^1.5.0",
15
+ "@asyncapi/generator": "^1.10.0",
16
+ "@asyncapi/modelina": "^1.6.0",
17
17
  "@asyncapi/openapi-schema-parser": "^3.0.0",
18
18
  "@asyncapi/optimizer": "^0.1.18",
19
19
  "@asyncapi/parser": "^2.0.0",