From a80dfdb38206405274e0b9dcde2afaa44cf792c8 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 11 Jan 2023 21:50:08 +0100 Subject: [PATCH] chore(release): v0.4.1 (#134) --- README.md | 5 ++++- docs/classes/asyncapidiff.AsyncAPIDiff.md | 16 +++++++------- docs/interfaces/index.AsyncAPIDiffOptions.md | 4 ++-- .../index.ChangeMarkdownGenerationConfig.md | 4 ++-- docs/interfaces/index.Classifier.md | 6 ++--- docs/interfaces/index.Config.md | 6 ++--- docs/interfaces/index.DiffOutput.md | 10 ++++----- docs/interfaces/index.FormatterConfig.md | 6 ++--- docs/interfaces/index.JSONOutput.md | 2 +- .../index.MarkdownDropdownGenerationConfig.md | 6 ++--- docs/modules/index.md | 22 +++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- 13 files changed, 48 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index cb34080..05d6681 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,17 @@ AsyncDiff is a library that compares two AsyncAPI files and provides information +- [Features](#features) - [Installation](#installation) - [Usage](#usage) - [Standard object](#standard-object) - - [Overriding the standard](#overriding-the-standard) + * [Overriding the standard](#overriding-the-standard) - [Example](#example) +- [Output](#output) - [API](#api) - [Develop](#develop) - [Contributing](#contributing) +- [Contributors](#contributors) diff --git a/docs/classes/asyncapidiff.AsyncAPIDiff.md b/docs/classes/asyncapidiff.AsyncAPIDiff.md index 266ffce..7242f95 100644 --- a/docs/classes/asyncapidiff.AsyncAPIDiff.md +++ b/docs/classes/asyncapidiff.AsyncAPIDiff.md @@ -42,7 +42,7 @@ Implements methods to deal with diff output. #### Defined in -[asyncapidiff.ts:23](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L23) +[asyncapidiff.ts:23](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L23) ## Properties @@ -52,7 +52,7 @@ Implements methods to deal with diff output. #### Defined in -[asyncapidiff.ts:21](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L21) +[asyncapidiff.ts:21](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[asyncapidiff.ts:19](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L19) +[asyncapidiff.ts:19](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[asyncapidiff.ts:20](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L20) +[asyncapidiff.ts:20](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L20) ## Methods @@ -88,7 +88,7 @@ All the breaking changes #### Defined in -[asyncapidiff.ts:33](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L33) +[asyncapidiff.ts:33](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L33) ___ @@ -104,7 +104,7 @@ The full output #### Defined in -[asyncapidiff.ts:66](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L66) +[asyncapidiff.ts:66](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L66) ___ @@ -120,7 +120,7 @@ All the non-breaking changes #### Defined in -[asyncapidiff.ts:44](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L44) +[asyncapidiff.ts:44](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L44) ___ @@ -136,4 +136,4 @@ All the unclassified changes #### Defined in -[asyncapidiff.ts:55](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L55) +[asyncapidiff.ts:55](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L55) diff --git a/docs/interfaces/index.AsyncAPIDiffOptions.md b/docs/interfaces/index.AsyncAPIDiffOptions.md index 9c02eaa..64ce49b 100644 --- a/docs/interfaces/index.AsyncAPIDiffOptions.md +++ b/docs/interfaces/index.AsyncAPIDiffOptions.md @@ -19,7 +19,7 @@ #### Defined in -[types.ts:72](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L72) +[types.ts:72](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L72) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[types.ts:71](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L71) +[types.ts:71](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L71) diff --git a/docs/interfaces/index.ChangeMarkdownGenerationConfig.md b/docs/interfaces/index.ChangeMarkdownGenerationConfig.md index 22785f1..c8f9c47 100644 --- a/docs/interfaces/index.ChangeMarkdownGenerationConfig.md +++ b/docs/interfaces/index.ChangeMarkdownGenerationConfig.md @@ -26,7 +26,7 @@ #### Defined in -[types.ts:60](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L60) +[types.ts:60](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L60) ___ @@ -36,4 +36,4 @@ ___ #### Defined in -[types.ts:61](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L61) +[types.ts:61](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L61) diff --git a/docs/interfaces/index.Classifier.md b/docs/interfaces/index.Classifier.md index de23eca..a6e5729 100644 --- a/docs/interfaces/index.Classifier.md +++ b/docs/interfaces/index.Classifier.md @@ -20,7 +20,7 @@ #### Defined in -[types.ts:14](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L14) +[types.ts:14](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[types.ts:16](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L16) +[types.ts:16](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L16) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[types.ts:15](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L15) +[types.ts:15](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L15) diff --git a/docs/interfaces/index.Config.md b/docs/interfaces/index.Config.md index 4c7106a..6c9391a 100644 --- a/docs/interfaces/index.Config.md +++ b/docs/interfaces/index.Config.md @@ -20,7 +20,7 @@ #### Defined in -[types.ts:78](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L78) +[types.ts:78](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L78) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[types.ts:77](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L77) +[types.ts:77](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L77) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[types.ts:76](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L76) +[types.ts:76](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L76) diff --git a/docs/interfaces/index.DiffOutput.md b/docs/interfaces/index.DiffOutput.md index 9ac9fb2..b32f287 100644 --- a/docs/interfaces/index.DiffOutput.md +++ b/docs/interfaces/index.DiffOutput.md @@ -22,7 +22,7 @@ #### Defined in -[types.ts:20](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L20) +[types.ts:20](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L20) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[types.ts:24](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L24) +[types.ts:24](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L24) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[types.ts:23](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L23) +[types.ts:23](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L23) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[types.ts:22](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L22) +[types.ts:22](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L22) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[types.ts:21](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L21) +[types.ts:21](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L21) diff --git a/docs/interfaces/index.FormatterConfig.md b/docs/interfaces/index.FormatterConfig.md index a4e77c6..0d075b2 100644 --- a/docs/interfaces/index.FormatterConfig.md +++ b/docs/interfaces/index.FormatterConfig.md @@ -26,7 +26,7 @@ #### Defined in -[types.ts:54](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L54) +[types.ts:54](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L54) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[types.ts:56](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L56) +[types.ts:56](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L56) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[types.ts:55](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L55) +[types.ts:55](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L55) diff --git a/docs/interfaces/index.JSONOutput.md b/docs/interfaces/index.JSONOutput.md index 893789c..ea2c21f 100644 --- a/docs/interfaces/index.JSONOutput.md +++ b/docs/interfaces/index.JSONOutput.md @@ -18,4 +18,4 @@ #### Defined in -[types.ts:34](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L34) +[types.ts:34](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L34) diff --git a/docs/interfaces/index.MarkdownDropdownGenerationConfig.md b/docs/interfaces/index.MarkdownDropdownGenerationConfig.md index 8fd834a..266afe3 100644 --- a/docs/interfaces/index.MarkdownDropdownGenerationConfig.md +++ b/docs/interfaces/index.MarkdownDropdownGenerationConfig.md @@ -26,7 +26,7 @@ #### Defined in -[types.ts:66](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L66) +[types.ts:66](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L66) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[types.ts:65](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L65) +[types.ts:65](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L65) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[types.ts:67](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L67) +[types.ts:67](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L67) diff --git a/docs/modules/index.md b/docs/modules/index.md index 1e9b887..0e8a8fa 100644 --- a/docs/modules/index.md +++ b/docs/modules/index.md @@ -41,7 +41,7 @@ #### Defined in -[types.ts:6](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L6) +[types.ts:6](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L6) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[types.ts:8](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L8) +[types.ts:8](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L8) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[types.ts:31](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L31) +[types.ts:31](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L31) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[types.ts:27](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L27) +[types.ts:27](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L27) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[types.ts:51](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L51) +[types.ts:51](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L51) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[types.ts:37](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L37) +[types.ts:37](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L37) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[types.ts:49](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L49) +[types.ts:49](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L49) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[types.ts:47](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L47) +[types.ts:47](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L47) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[types.ts:41](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L41) +[types.ts:41](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L41) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[types.ts:39](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L39) +[types.ts:39](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L39) ## Functions @@ -171,4 +171,4 @@ The diff data #### Defined in -[main.ts:31](https://github.com/asyncapi/diff/blob/218aa5e/src/main.ts#L31) +[main.ts:31](https://github.com/asyncapi/diff/blob/867b9b4/src/main.ts#L31) diff --git a/package-lock.json b/package-lock.json index 7049e77..3af6fbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/diff", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/diff", - "version": "0.4.0", + "version": "0.4.1", "license": "Apache-2.0", "dependencies": { "fast-json-patch": "^3.0.0-1", diff --git a/package.json b/package.json index 176b01c..9c893c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/diff", - "version": "0.4.0", + "version": "0.4.1", "description": "AsyncDiff is a library which compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly informations like breaking changes.", "main": "./lib/index.js", "types": "./lib/index.d.ts",