Skip to content

Commit

Permalink
chore(release): v0.4.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Dec 7, 2023
1 parent 06545b9 commit 72e547a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<dd></dd>
</dl>

## Members

<dl>
<dt><a href="#resolve">resolve</a> ⇒ <code>boolean</code></dt>
<dd></dd>
</dl>

## Functions

<dl>
Expand Down Expand Up @@ -52,6 +59,15 @@ console.log(document.string()); // get JSON string

### document.string() ⇒ <code>string</code>
**Kind**: instance method of [<code>Document</code>](#Document)
<a name="resolve"></a>

## resolve ⇒ <code>boolean</code>
**Kind**: global variable

| Param | Type |
| --- | --- |
| asyncapiDocument | <code>AsyncAPIObject</code> |

<a name="bundle"></a>

## bundle(files, [options]) ⇒ [<code>Document</code>](#Document)
Expand Down
4 changes: 2 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: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/bundler",
"version": "0.3.11",
"version": "0.4.0",
"description": "Bundle references from an single AsyncAPI document into a single file.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"LICENSE",
"README.md",
"/lib"
],
],
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@types/json-schema": "^7.0.11",
Expand Down

0 comments on commit 72e547a

Please sign in to comment.