@asyncapi/cli 0.58.8 → 0.58.9

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.9"
12
+ "@asyncapi/glee": "^0.26.10"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^20.5.9"
@@ -279,9 +279,9 @@
279
279
  }
280
280
  },
281
281
  "node_modules/@asyncapi/glee": {
282
- "version": "0.26.9",
283
- "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.9.tgz",
284
- "integrity": "sha512-ZEQlSGEnfserjNr3BTX4NRV4BWySmV079dSpPOOS+9w2nWpDDV67rzciMGJRnH3C4kUKFJoy4KD3PEj0ttsVPw==",
282
+ "version": "0.26.10",
283
+ "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.10.tgz",
284
+ "integrity": "sha512-3j5/Bb8VRYOCxSQ5NaGFWqMcxS6xa+gz8gDvE2oVo6R230/EIL19un0LmNXlxTovRepHAyg/2w8xrtsV/izkhA==",
285
285
  "dependencies": {
286
286
  "@asyncapi/generator": "^1.13.1",
287
287
  "@asyncapi/html-template": "^0.28.4",
@@ -12707,9 +12707,9 @@
12707
12707
  }
12708
12708
  },
12709
12709
  "@asyncapi/glee": {
12710
- "version": "0.26.9",
12711
- "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.9.tgz",
12712
- "integrity": "sha512-ZEQlSGEnfserjNr3BTX4NRV4BWySmV079dSpPOOS+9w2nWpDDV67rzciMGJRnH3C4kUKFJoy4KD3PEj0ttsVPw==",
12710
+ "version": "0.26.10",
12711
+ "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.10.tgz",
12712
+ "integrity": "sha512-3j5/Bb8VRYOCxSQ5NaGFWqMcxS6xa+gz8gDvE2oVo6R230/EIL19un0LmNXlxTovRepHAyg/2w8xrtsV/izkhA==",
12713
12713
  "requires": {
12714
12714
  "@asyncapi/generator": "^1.13.1",
12715
12715
  "@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.9"
27
+ "@asyncapi/glee": "^0.26.10"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^20.5.9"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.58.8",
2
+ "version": "0.58.9",
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.58.8",
4
+ "version": "0.58.9",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run"