@asyncapi/cli 1.2.1 → 1.2.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.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@asyncapi/glee": "^0.
|
|
12
|
+
"@asyncapi/glee": "^0.32.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "^20.5.9"
|
|
@@ -482,9 +482,9 @@
|
|
|
482
482
|
}
|
|
483
483
|
},
|
|
484
484
|
"node_modules/@asyncapi/glee": {
|
|
485
|
-
"version": "0.
|
|
486
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.
|
|
487
|
-
"integrity": "sha512-
|
|
485
|
+
"version": "0.32.0",
|
|
486
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.32.0.tgz",
|
|
487
|
+
"integrity": "sha512-URKNBbR5kl8k1JZl2r6E4lIXHnoii+U8Sxw4+CzRAooUDeLsz+xmT1Ca/2V0Tc4Ps7bb/aN4KBeF0SEj8kyg3w==",
|
|
488
488
|
"dependencies": {
|
|
489
489
|
"@asyncapi/generator": "^1.15.1",
|
|
490
490
|
"@asyncapi/html-template": "^2.0.0",
|
|
@@ -12955,9 +12955,9 @@
|
|
|
12955
12955
|
}
|
|
12956
12956
|
},
|
|
12957
12957
|
"@asyncapi/glee": {
|
|
12958
|
-
"version": "0.
|
|
12959
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.
|
|
12960
|
-
"integrity": "sha512-
|
|
12958
|
+
"version": "0.32.0",
|
|
12959
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.32.0.tgz",
|
|
12960
|
+
"integrity": "sha512-URKNBbR5kl8k1JZl2r6E4lIXHnoii+U8Sxw4+CzRAooUDeLsz+xmT1Ca/2V0Tc4Ps7bb/aN4KBeF0SEj8kyg3w==",
|
|
12961
12961
|
"requires": {
|
|
12962
12962
|
"@asyncapi/generator": "^1.15.1",
|
|
12963
12963
|
"@asyncapi/html-template": "^2.0.0",
|
package/oclif.manifest.json
CHANGED
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.2.
|
|
4
|
+
"version": "1.2.3",
|
|
5
5
|
"author": "@asyncapi",
|
|
6
6
|
"bin": {
|
|
7
7
|
"asyncapi": "./bin/run"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@asyncapi/modelina": "^2.0.2",
|
|
17
17
|
"@asyncapi/openapi-schema-parser": "^3.0.5",
|
|
18
18
|
"@asyncapi/optimizer": "^0.2.3",
|
|
19
|
-
"@asyncapi/parser": "^3.0.0
|
|
19
|
+
"@asyncapi/parser": "^3.0.0",
|
|
20
20
|
"@asyncapi/protobuf-schema-parser": "3.0.0",
|
|
21
21
|
"@asyncapi/raml-dt-schema-parser": "^4.0.6",
|
|
22
22
|
"@asyncapi/studio": "^0.17.3",
|