@asyncapi/cli 1.6.16 → 1.7.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.
@@ -16,12 +16,6 @@ class Bundle extends base_1.default {
16
16
  let baseFile;
17
17
  const outputFormat = path_1.default.extname(argv[0]);
18
18
  const AsyncAPIFiles = yield this.loadFiles(argv);
19
- const containsAsyncAPI3 = AsyncAPIFiles.filter((file) => {
20
- return file.isAsyncAPI3();
21
- });
22
- if (containsAsyncAPI3.length > 0) {
23
- this.error('One of the files you tried to bundle is AsyncAPI v3 format, the bundle command does not support it yet, please checkout https://github.com/asyncapi/bundler/issues/133');
24
- }
25
19
  if (flags.base) {
26
20
  baseFile = (yield (0, SpecificationFile_1.load)(flags.base)).text();
27
21
  }
@@ -1436,5 +1436,5 @@
1436
1436
  ]
1437
1437
  }
1438
1438
  },
1439
- "version": "1.6.16"
1439
+ "version": "1.7.0"
1440
1440
  }
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.6.16",
4
+ "version": "1.7.0",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run"