Skip to content

Commit 830fe82

Browse files
fix: studio command not working (#1719)
Co-authored-by: Ashish Padhy <ashishpadhy1729@gmail.com> Co-authored-by: Moderator <60972989+AayushSaini101@users.noreply.github.com>
1 parent 819b585 commit 830fe82

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.changeset/free-dodos-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@asyncapi/cli': patch
3+
---
4+
5+
Fix studio not opening in CLI studio command

.changeset/stupid-beans-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@asyncapi/cli": patch
3+
---
4+
5+
fix: studio command not working

package-lock.json

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@asyncapi/parser": "^3.3.0",
2020
"@asyncapi/protobuf-schema-parser": "^3.5.1",
2121
"@asyncapi/raml-dt-schema-parser": "^4.0.24",
22-
"@asyncapi/studio": "^0.23.0",
22+
"@asyncapi/studio": "^0.23.1",
2323
"@clack/prompts": "^0.7.0",
2424
"@oclif/core": "^4.2.9",
2525
"@smoya/asyncapi-adoption-metrics": "^2.4.9",

0 commit comments

Comments
 (0)