You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This is a Monorepo managed using [Turborepo](https://turbo.build/) and contains the following package:
4
4
5
5
1.[Parser-js](packages/parser): Use this package to validate and parse AsyncAPI documents —either YAML or JSON— in your Node.js or browser application.
6
+
2.[Multi-Parser](packages/multi-parser): This tool allows the parsing of AsyncAPI documents producing a desired interface based on a given Parser-API version. Useful if your tool needs to support several AsyncAPI Spec versions.
6
7
7
8
Validation is powered by [Spectral](https://github.com/stoplightio/spectral).
8
9
Updated bundle for the browser is always attached to the GitHub Release.
0 commit comments