Skip to content

Commit c3248c8

Browse files
authored
fix: fix validation of type date (#1124)
1 parent a428b15 commit c3248c8

File tree

4 files changed

+13537
-10903
lines changed

4 files changed

+13537
-10903
lines changed

.changeset/smooth-bulldogs-beam.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"studio-next": patch
3+
"@asyncapi/studio": patch
4+
---
5+
6+
fix: fix the validation error for payload of type `date` (https://github.com/asyncapi/parser-js/issues/980)

apps/studio-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@asyncapi/avro-schema-parser": "^3.0.19",
1313
"@asyncapi/converter": "^1.4.16",
1414
"@asyncapi/openapi-schema-parser": "^3.0.18",
15-
"@asyncapi/parser": "^3.0.11",
15+
"@asyncapi/parser": "^3.2.1",
1616
"@asyncapi/protobuf-schema-parser": "^3.2.8",
1717
"@asyncapi/react-component": "^1.2.2",
1818
"@asyncapi/specs": "^6.5.4",

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@asyncapi/avro-schema-parser": "^3.0.22",
2626
"@asyncapi/converter": "^1.4.19",
2727
"@asyncapi/openapi-schema-parser": "^3.0.22",
28-
"@asyncapi/parser": "^3.0.14",
28+
"@asyncapi/parser": "^3.2.1",
2929
"@asyncapi/protobuf-schema-parser": "^3.2.11",
3030
"@asyncapi/react-component": "^1.4.10",
3131
"@asyncapi/specs": "^6.7.0",

0 commit comments

Comments
 (0)