Skip to content

Commit

Permalink
feat: support AsyncAPI 2.6.0 (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Feb 2, 2023
1 parent 985a961 commit 7e42a99
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 33 deletions.
83 changes: 54 additions & 29 deletions library/package-lock.json

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

6 changes: 3 additions & 3 deletions library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"get:version": "echo $npm_package_version"
},
"dependencies": {
"@asyncapi/avro-schema-parser": "^0.3.0",
"@asyncapi/openapi-schema-parser": "^2.0.0",
"@asyncapi/parser": "^1.17.0",
"@asyncapi/avro-schema-parser": "^1.1.0",
"@asyncapi/openapi-schema-parser": "^2.0.1",
"@asyncapi/parser": "^1.18.0",
"highlight.js": "^10.7.2",
"isomorphic-dompurify": "^0.13.0",
"marked": "^4.0.14",
Expand Down
2 changes: 1 addition & 1 deletion playground/src/specs/streetlights.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const streetlights = `asyncapi: '2.5.0'
export const streetlights = `asyncapi: '2.6.0'
id: 'urn:com:smartylighting:streetlights:server'
info:
title: Streetlights API
Expand Down

0 comments on commit 7e42a99

Please sign in to comment.