Skip to content

Commit

Permalink
feat: support for YAML output (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed Feb 9, 2022
1 parent b63a638 commit 756921c
Show file tree
Hide file tree
Showing 12 changed files with 347 additions and 97 deletions.
200 changes: 146 additions & 54 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"homepage": "https://github.com/asyncapi/diff#readme",
"dependencies": {
"fast-json-patch": "^3.0.0-1"
"fast-json-patch": "^3.0.0-1",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@asyncapi/parser": "^1.13.1",
Expand All @@ -50,6 +51,7 @@
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.5",
"@types/node": "^15.12.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
Expand Down
Loading

0 comments on commit 756921c

Please sign in to comment.