From 9d34331b1c7bade6b33436a6139026105ab07ee2 Mon Sep 17 00:00:00 2001 From: spezzirriemiliano Date: Tue, 14 Jan 2025 11:16:17 -0300 Subject: [PATCH 1/2] updated api-method-documentation --- package-lock.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index df77144..458ef3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1086,8 +1086,9 @@ } }, "node_modules/@api-components/api-method-documentation": { - "version": "5.2.14", - "license": "Apache-2.0", + "version": "5.2.27", + "resolved": "https://registry.npmjs.org/@api-components/api-method-documentation/-/api-method-documentation-5.2.27.tgz", + "integrity": "sha512-Sidk6n3mPOulgSUBc5M6kP6fxp9PZcDBRh2byCchy3IcSEAvfmoVJW8pAMhvEu1bhIZf4iYdpZVdEBpS/Ls/nA==", "dependencies": { "@advanced-rest-client/arc-icons": "^3.3.4", "@advanced-rest-client/arc-marked": "^1.1.1", @@ -15990,7 +15991,9 @@ } }, "@api-components/api-method-documentation": { - "version": "5.2.14", + "version": "5.2.27", + "resolved": "https://registry.npmjs.org/@api-components/api-method-documentation/-/api-method-documentation-5.2.27.tgz", + "integrity": "sha512-Sidk6n3mPOulgSUBc5M6kP6fxp9PZcDBRh2byCchy3IcSEAvfmoVJW8pAMhvEu1bhIZf4iYdpZVdEBpS/Ls/nA==", "requires": { "@advanced-rest-client/arc-icons": "^3.3.4", "@advanced-rest-client/arc-marked": "^1.1.1", From 2ded6c340078c85a19291932c848098e79724023 Mon Sep 17 00:00:00 2001 From: spezzirriemiliano Date: Tue, 14 Jan 2025 11:16:26 -0300 Subject: [PATCH 2/2] 6.1.6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 458ef3a..de0b2c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@api-components/api-documentation", - "version": "6.1.5", + "version": "6.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@api-components/api-documentation", - "version": "6.1.5", + "version": "6.1.6", "license": "Apache-2.0", "dependencies": { "@advanced-rest-client/events-target-mixin": "^3.2.4", diff --git a/package.json b/package.json index fb02fbf..13194c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@api-components/api-documentation", "description": "A main documentation view for AMF model", - "version": "6.1.5", + "version": "6.1.6", "license": "Apache-2.0", "main": "index.js", "module": "index.js",