@asyncapi/cli 0.56.0 → 0.56.2

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.
@@ -9,7 +9,7 @@
9
9
  "version": "0.1.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@asyncapi/glee": "^0.26.3"
12
+ "@asyncapi/glee": "^0.26.4"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^20.5.9"
@@ -462,9 +462,9 @@
462
462
  }
463
463
  },
464
464
  "node_modules/@asyncapi/glee": {
465
- "version": "0.26.3",
466
- "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.3.tgz",
467
- "integrity": "sha512-BNF+s/K3CDZGTS6ZjmsLMRwaQPBQxu1YlwTwxpp6Fina0lDVIx7eKvh0uTPa6A4RhW7dz6dB22V12oFazR3UDw==",
465
+ "version": "0.26.4",
466
+ "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.4.tgz",
467
+ "integrity": "sha512-EXHlCFL2GgVf85hl+ydCIxKs6Oddtp7Zyz2aRvE1gdFbTVxf1MZI3iLvN1b6RoTD/RhbxI9nrCOvNPrP6mP4CQ==",
468
468
  "dependencies": {
469
469
  "@asyncapi/generator": "^1.11.0",
470
470
  "@asyncapi/html-template": "^0.28.4",
@@ -12537,9 +12537,9 @@
12537
12537
  }
12538
12538
  },
12539
12539
  "@asyncapi/glee": {
12540
- "version": "0.26.3",
12541
- "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.3.tgz",
12542
- "integrity": "sha512-BNF+s/K3CDZGTS6ZjmsLMRwaQPBQxu1YlwTwxpp6Fina0lDVIx7eKvh0uTPa6A4RhW7dz6dB22V12oFazR3UDw==",
12540
+ "version": "0.26.4",
12541
+ "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.4.tgz",
12542
+ "integrity": "sha512-EXHlCFL2GgVf85hl+ydCIxKs6Oddtp7Zyz2aRvE1gdFbTVxf1MZI3iLvN1b6RoTD/RhbxI9nrCOvNPrP6mP4CQ==",
12543
12543
  "requires": {
12544
12544
  "@asyncapi/generator": "^1.11.0",
12545
12545
  "@asyncapi/html-template": "^0.28.4",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "homepage": "https://github.com/asyncapi/glee-hello-world#readme",
26
26
  "dependencies": {
27
- "@asyncapi/glee": "^0.26.3"
27
+ "@asyncapi/glee": "^0.26.4"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^20.5.9"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.56.0",
2
+ "version": "0.56.2",
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.56.0",
4
+ "version": "0.56.2",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run"
@@ -12,7 +12,7 @@
12
12
  "@asyncapi/bundler": "^0.3.8",
13
13
  "@asyncapi/converter": "^1.3.1",
14
14
  "@asyncapi/diff": "^0.4.1",
15
- "@asyncapi/generator": "^1.11.0",
15
+ "@asyncapi/generator": "^1.12.0",
16
16
  "@asyncapi/modelina": "^1.9.0",
17
17
  "@asyncapi/openapi-schema-parser": "^3.0.3",
18
18
  "@asyncapi/optimizer": "^0.2.1",