@asyncapi/cli 2.0.1 → 2.0.3

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.
@@ -4956,11 +4956,11 @@
4956
4956
  }
4957
4957
  },
4958
4958
  "node_modules/braces": {
4959
- "version": "3.0.2",
4960
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
4961
- "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
4959
+ "version": "3.0.3",
4960
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
4961
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
4962
4962
  "dependencies": {
4963
- "fill-range": "^7.0.1"
4963
+ "fill-range": "^7.1.1"
4964
4964
  },
4965
4965
  "engines": {
4966
4966
  "node": ">=8"
@@ -6854,9 +6854,9 @@
6854
6854
  }
6855
6855
  },
6856
6856
  "node_modules/fill-range": {
6857
- "version": "7.0.1",
6858
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
6859
- "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
6857
+ "version": "7.1.1",
6858
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
6859
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
6860
6860
  "dependencies": {
6861
6861
  "to-regex-range": "^5.0.1"
6862
6862
  },
@@ -4659,10 +4659,11 @@
4659
4659
  }
4660
4660
  },
4661
4661
  "node_modules/braces": {
4662
- "version": "3.0.2",
4663
- "license": "MIT",
4662
+ "version": "3.0.3",
4663
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
4664
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
4664
4665
  "dependencies": {
4665
- "fill-range": "^7.0.1"
4666
+ "fill-range": "^7.1.1"
4666
4667
  },
4667
4668
  "engines": {
4668
4669
  "node": ">=8"
@@ -6674,8 +6675,9 @@
6674
6675
  }
6675
6676
  },
6676
6677
  "node_modules/fill-range": {
6677
- "version": "7.0.1",
6678
- "license": "MIT",
6678
+ "version": "7.1.1",
6679
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
6680
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
6679
6681
  "dependencies": {
6680
6682
  "to-regex-range": "^5.0.1"
6681
6683
  },
@@ -7634,7 +7636,8 @@
7634
7636
  },
7635
7637
  "node_modules/is-number": {
7636
7638
  "version": "7.0.0",
7637
- "license": "MIT",
7639
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
7640
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
7638
7641
  "engines": {
7639
7642
  "node": ">=0.12.0"
7640
7643
  }
@@ -11732,7 +11735,8 @@
11732
11735
  },
11733
11736
  "node_modules/to-regex-range": {
11734
11737
  "version": "5.0.1",
11735
- "license": "MIT",
11738
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
11739
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
11736
11740
  "dependencies": {
11737
11741
  "is-number": "^7.0.0"
11738
11742
  },
@@ -3,6 +3,10 @@
3
3
  "name": "Account Service",
4
4
  "value": "simple-asyncapi.yml"
5
5
  },
6
+ {
7
+ "name": "Adeo AsyncAPI Case Study - (protocols: kafka,kafka,kafka)",
8
+ "value": "adeo-kafka-request-reply-asyncapi.yml"
9
+ },
6
10
  {
7
11
  "name": "AnyOf example",
8
12
  "value": "anyof-asyncapi.yml"
@@ -967,7 +967,7 @@
967
967
  },
968
968
  "example": {
969
969
  "char": "e",
970
- "description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
970
+ "description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - adeo-kafka-request-reply-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
971
971
  "name": "example",
972
972
  "hasDynamicHelp": false,
973
973
  "multiple": false,
@@ -1097,7 +1097,7 @@
1097
1097
  },
1098
1098
  "example": {
1099
1099
  "char": "e",
1100
- "description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
1100
+ "description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - adeo-kafka-request-reply-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
1101
1101
  "name": "example",
1102
1102
  "hasDynamicHelp": false,
1103
1103
  "multiple": false,
@@ -1477,5 +1477,5 @@
1477
1477
  ]
1478
1478
  }
1479
1479
  },
1480
- "version": "2.0.1"
1480
+ "version": "2.0.3"
1481
1481
  }
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.0.1",
4
+ "version": "2.0.3",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run_bin"
@@ -16,7 +16,7 @@
16
16
  "@asyncapi/modelina-cli": "^4.0.0-next.48",
17
17
  "@asyncapi/openapi-schema-parser": "^3.0.22",
18
18
  "@asyncapi/optimizer": "^1.0.2",
19
- "@asyncapi/parser": "^3.0.16",
19
+ "@asyncapi/parser": "^3.1.0",
20
20
  "@asyncapi/protobuf-schema-parser": "^3.2.12",
21
21
  "@asyncapi/raml-dt-schema-parser": "^4.0.22",
22
22
  "@asyncapi/studio": "^0.20.0",
@@ -24,8 +24,8 @@
24
24
  "@oclif/core": "^3",
25
25
  "@oclif/errors": "^1.3.6",
26
26
  "@oclif/plugin-not-found": "^2.3.22",
27
- "@smoya/asyncapi-adoption-metrics": "^2.4.8",
28
- "@smoya/multi-parser": "^5.0.8",
27
+ "@smoya/asyncapi-adoption-metrics": "^2.4.9",
28
+ "@smoya/multi-parser": "^5.0.9",
29
29
  "@stoplight/spectral-cli": "6.9.0",
30
30
  "ajv": "^8.12.0",
31
31
  "chalk": "^4.1.0",