@asyncapi/cli 0.58.13 → 0.59.0

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.
@@ -20,7 +20,6 @@ const yellow = (text) => `\x1b[33m${text}\x1b[0m`;
20
20
  const green = (text) => `\x1b[32m${text}\x1b[0m`;
21
21
  const templatesNotSupportingV3 = {
22
22
  '@asyncapi/minimaltemplate': 'some link',
23
- '@asyncapi/html-template': 'https://github.com/asyncapi/html-template/issues/430',
24
23
  '@asyncapi/dotnet-nats-template': 'https://github.com/asyncapi/dotnet-nats-template/issues/384',
25
24
  '@asyncapi/ts-nats-template': 'https://github.com/asyncapi/ts-nats-template/issues/545',
26
25
  '@asyncapi/python-paho-template': 'https://github.com/asyncapi/python-paho-template/issues/189',
@@ -28,7 +27,6 @@ const templatesNotSupportingV3 = {
28
27
  '@asyncapi/java-spring-cloud-stream-template': 'https://github.com/asyncapi/java-spring-cloud-stream-template/issues/336',
29
28
  '@asyncapi/go-watermill-template': 'https://github.com/asyncapi/go-watermill-template/issues/243',
30
29
  '@asyncapi/java-spring-template': 'https://github.com/asyncapi/java-spring-template/issues/308',
31
- '@asyncapi/markdown-template': 'https://github.com/asyncapi/markdown-template/issues/341',
32
30
  '@asyncapi/nodejs-template': 'https://github.com/asyncapi/nodejs-template/issues/215',
33
31
  '@asyncapi/java-template': 'https://github.com/asyncapi/java-template/issues/118',
34
32
  '@asyncapi/php-template': 'https://github.com/asyncapi/php-template/issues/191'
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.58.13",
2
+ "version": "0.59.0",
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.58.13",
4
+ "version": "0.59.0",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run"