Skip to content

Commit

Permalink
Merge branch 'master' into fix-remove-forceful-normalization-of-yaml-…
Browse files Browse the repository at this point in the history
…to-json
  • Loading branch information
aeworxet authored Aug 4, 2024
2 parents 09207d8 + 6c215a8 commit dc621f9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/bubble-beach.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This is a Monorepo managed using [Turborepo](https://turbo.build/) and contains the following package:

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.
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.

Validation is powered by [Spectral](https://github.com/stoplightio/spectral).
Updated bundle for the browser is always attached to the GitHub Release.
Expand Down
6 changes: 6 additions & 0 deletions packages/multi-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @asyncapi/multi-parser

## 2.1.1

### Patch Changes

- 657fa8e: Updated the method of importing the parser in the Nunjucks filter. Standardized the import of different parser functions.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/multi-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/multi-parser",
"version": "2.1.0",
"version": "2.1.1",
"description": "This tool allows to parse AsyncAPI documents and produce a desired interface based on a given Parser-API version",
"private": false,
"bugs": {
Expand Down

0 comments on commit dc621f9

Please sign in to comment.