@asyncapi/cli 0.40.4 → 0.40.6

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
@@ -20,7 +20,7 @@ CLI to work with your AsyncAPI files. Currently under development, we are workin
20
20
  <!-- tocstop -->
21
21
 
22
22
  ## Installation
23
- Learn how to install the AsyncAPI CLI from the [installation guide](/docs/installation.md).
23
+ Learn how to install the AsyncAPI CLI by following the instructions in the [installation guide](/docs/installation.md).
24
24
 
25
25
  ## Usage
26
26
  The [usage guide](/docs/usage.md) provides information about different ways to use the CLI.
@@ -39,7 +39,7 @@ Follow these steps:
39
39
  - Run `npm run test` to make sure everything is properly set up
40
40
  - Run `npm run build` and then `bin/run` to try new CLI locally
41
41
 
42
- UX developed for the CLI should be compliant with [Command Line Interface Guideline](https://clig.dev/)
42
+ The UX developed for the CLI should comply with the [Command Line Interface Guideline](https://clig.dev/)
43
43
 
44
44
  ### Command Structure and Patterns
45
45
 
@@ -47,7 +47,7 @@ We are following `verb + noun` and `namespace + noun + [verb]` pattern for makin
47
47
 
48
48
  ## Contributors
49
49
 
50
- Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
50
+ Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
51
51
 
52
52
  <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
53
53
  <!-- prettier-ignore-start -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.40.4",
2
+ "version": "0.40.6",
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.4",
4
+ "version": "0.40.6",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run"
@@ -13,7 +13,7 @@
13
13
  "@asyncapi/converter": "^1.2.0",
14
14
  "@asyncapi/diff": "^0.4.1",
15
15
  "@asyncapi/generator": "^1.9.17",
16
- "@asyncapi/modelina": "^1.4.0",
16
+ "@asyncapi/modelina": "^1.5.0",
17
17
  "@asyncapi/openapi-schema-parser": "^3.0.0",
18
18
  "@asyncapi/optimizer": "^0.1.18",
19
19
  "@asyncapi/parser": "^2.0.0",