Skip to content

Commit

Permalink
fix: report correct range values in error diagnostics for YAML files (
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet authored Aug 13, 2024
1 parent a8c8cb5 commit 943fec1
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 82 deletions.
6 changes: 6 additions & 0 deletions .changeset/sweet-readers-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"studio-next": patch
"@asyncapi/studio": patch
---

fix: report correct `range` values in error diagnostics for YAML files
2 changes: 1 addition & 1 deletion apps/studio-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@asyncapi/avro-schema-parser": "^3.0.19",
"@asyncapi/converter": "^1.4.16",
"@asyncapi/openapi-schema-parser": "^3.0.18",
"@asyncapi/parser": "^3.2.1",
"@asyncapi/parser": "^3.2.2",
"@asyncapi/protobuf-schema-parser": "^3.2.8",
"@asyncapi/react-component": "^1.2.2",
"@asyncapi/specs": "^6.5.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@asyncapi/avro-schema-parser": "^3.0.22",
"@asyncapi/converter": "^1.4.19",
"@asyncapi/openapi-schema-parser": "^3.0.22",
"@asyncapi/parser": "^3.2.1",
"@asyncapi/parser": "^3.2.2",
"@asyncapi/protobuf-schema-parser": "^3.2.11",
"@asyncapi/react-component": "^1.4.10",
"@asyncapi/specs": "^6.7.0",
Expand Down
Loading

0 comments on commit 943fec1

Please sign in to comment.