@asyncapi/cli 0.52.2 → 0.52.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.24.0"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=14.15.1"
|
|
@@ -219,9 +219,9 @@
|
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
221
|
"node_modules/@asyncapi/glee": {
|
|
222
|
-
"version": "0.
|
|
223
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.
|
|
224
|
-
"integrity": "sha512-
|
|
222
|
+
"version": "0.24.0",
|
|
223
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.24.0.tgz",
|
|
224
|
+
"integrity": "sha512-0JEpcbXBLUIJ4LBkNRx8oThKx+IOWCH0jGN9V2QLHFrOAChiyjAwq/xg9Tg2M5u/mKwDVoIgjxQ5ucTcVuKZwg==",
|
|
225
225
|
"dependencies": {
|
|
226
226
|
"@asyncapi/generator": "^1.9.18",
|
|
227
227
|
"@asyncapi/html-template": "^0.24.10",
|
|
@@ -11892,9 +11892,9 @@
|
|
|
11892
11892
|
}
|
|
11893
11893
|
},
|
|
11894
11894
|
"@asyncapi/glee": {
|
|
11895
|
-
"version": "0.
|
|
11896
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.
|
|
11897
|
-
"integrity": "sha512-
|
|
11895
|
+
"version": "0.24.0",
|
|
11896
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.24.0.tgz",
|
|
11897
|
+
"integrity": "sha512-0JEpcbXBLUIJ4LBkNRx8oThKx+IOWCH0jGN9V2QLHFrOAChiyjAwq/xg9Tg2M5u/mKwDVoIgjxQ5ucTcVuKZwg==",
|
|
11898
11898
|
"requires": {
|
|
11899
11899
|
"@asyncapi/generator": "^1.9.18",
|
|
11900
11900
|
"@asyncapi/html-template": "^0.24.10",
|
package/oclif.manifest.json
CHANGED