@asyncapi/cli 1.12.0 → 1.12.1

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.
@@ -26,8 +26,6 @@ const templatesNotSupportingV3 = {
26
26
  '@asyncapi/java-spring-cloud-stream-template': 'https://github.com/asyncapi/java-spring-cloud-stream-template/issues/336',
27
27
  '@asyncapi/go-watermill-template': 'https://github.com/asyncapi/go-watermill-template/issues/243',
28
28
  '@asyncapi/java-spring-template': 'https://github.com/asyncapi/java-spring-template/issues/308',
29
- '@asyncapi/nodejs-template': 'https://github.com/asyncapi/nodejs-template/issues/215',
30
- '@asyncapi/java-template': 'https://github.com/asyncapi/java-template/issues/118',
31
29
  '@asyncapi/php-template': 'https://github.com/asyncapi/php-template/issues/191'
32
30
  };
33
31
  /**
@@ -1439,5 +1439,5 @@
1439
1439
  ]
1440
1440
  }
1441
1441
  },
1442
- "version": "1.12.0"
1442
+ "version": "1.12.1"
1443
1443
  }
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": "1.12.0",
4
+ "version": "1.12.1",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run_bin"