From ccb7ec473833d0fcda641c1769ed73291224fabb Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 7 Dec 2023 04:45:34 +0000 Subject: [PATCH] chore(release): v0.4.0 --- API.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/API.md b/API.md index 56ee263..a4768e2 100644 --- a/API.md +++ b/API.md @@ -5,6 +5,13 @@
+## Members + +
+
resolveboolean
+
+
+ ## Functions
@@ -52,6 +59,15 @@ console.log(document.string()); // get JSON string ### document.string() ⇒ string **Kind**: instance method of [Document](#Document) + + +## resolve ⇒ boolean +**Kind**: global variable + +| Param | Type | +| --- | --- | +| asyncapiDocument | AsyncAPIObject | + ## bundle(files, [options]) ⇒ [Document](#Document) diff --git a/package-lock.json b/package-lock.json index 8031340..3cacce5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/bundler", - "version": "0.3.11", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/bundler", - "version": "0.3.11", + "version": "0.4.0", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", diff --git a/package.json b/package.json index 00ab40c..36bc7d9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -36,7 +36,7 @@ "LICENSE", "README.md", "/lib" - ], + ], "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@types/json-schema": "^7.0.11",