From e6d62290176031e66891b11ccab850a33b40de94 Mon Sep 17 00:00:00 2001 From: Bruno Luis Goncalves Pedro Date: Mon, 20 Jul 2026 12:16:10 +0200 Subject: [PATCH 1/2] fix: add missing package author --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0c1ae8..c5d3c7c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "highlight" ], "license": "Apache-2.0", - "author": "Inditex", + "author": "Bruno Pedro ", "homepage": "https://github.com/InditexTech/swagger-ui-plugin-diff-highlight#readme", "repository": { "type": "git", From fb11de23577bb09298cda155c4edb8e3043cbe50 Mon Sep 17 00:00:00 2001 From: Bruno Luis Goncalves Pedro Date: Mon, 20 Jul 2026 12:19:25 +0200 Subject: [PATCH 2/2] docs: fix prettier linting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28b7fcf..618010e 100644 --- a/README.md +++ b/README.md @@ -285,10 +285,10 @@ This project is licensed under the [Apache-2.0 License](./LICENSE). Some dependencies are distributed under dual/alternative licenses (`OR`). The license elected for use in this project is listed below: -| Dependency | Version | Available Licenses | Elected License | -|---|---|---|---| -| `dompurify` | 3.4.12 | Apache-2.0 OR MPL-2.0 | [Apache-2.0](THIRD-PARTY-LICENSES/Apache-2.0.txt) | -| `type-fest` | 0.20.2 | CC0-1.0 OR MIT | [MIT](THIRD-PARTY-LICENSES/MIT.txt) | +| Dependency | Version | Available Licenses | Elected License | +| ----------- | ------- | --------------------- | ------------------------------------------------- | +| `dompurify` | 3.4.12 | Apache-2.0 OR MPL-2.0 | [Apache-2.0](THIRD-PARTY-LICENSES/Apache-2.0.txt) | +| `type-fest` | 0.20.2 | CC0-1.0 OR MIT | [MIT](THIRD-PARTY-LICENSES/MIT.txt) | Full third-party license texts are available under the [`THIRD-PARTY-LICENSES/`](THIRD-PARTY-LICENSES/) directory: