Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
feat!: optionally include Schema parsers when creating a Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Sep 7, 2023
1 parent dd6d03b commit d42ea8a
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 47 deletions.
288 changes: 286 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
"prepublishOnly": "npm run generate:assets"
},
"dependencies": {
"@asyncapi/avro-schema-parser": "^3.0.3",
"@asyncapi/openapi-schema-parser": "^3.0.4",
"@asyncapi/protobuf-schema-parser": "^3.0.0",
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
"parserv2": "npm:@asyncapi/parser@^2.1.0",
"parserv3": "npm:@asyncapi/parser@^2.2.0-next-major-spec.2"
},
Expand Down
Loading

0 comments on commit d42ea8a

Please sign in to comment.