From 627045990f640c59ab58aae4a7351b3523f19127 Mon Sep 17 00:00:00 2001 From: spezzirriemiliano Date: Mon, 13 Jan 2025 16:53:58 -0300 Subject: [PATCH 1/2] release 4.4.12 --- .gitignore | 1 + package-lock.json | 36 ++++++++++++++++++------------------ package.json | 4 ++-- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 1952dd2..1e363fc 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ dist/ demo/*.json !demo/apis.json !demo/models/avro.json +.codegenie \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a4a58cd..ddc00f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -593,9 +593,9 @@ } }, "node_modules/@api-components/amf-helper-mixin": { - "version": "4.5.28", - "resolved": "https://registry.npmjs.org/@api-components/amf-helper-mixin/-/amf-helper-mixin-4.5.28.tgz", - "integrity": "sha512-uDB3B5AJOvr7Ocu7a1DPoghsvA0mAAtYzU8QdRZq4z+eWfkruDisLolgyvmzF3ZHC3VtMYr7ZwvW/wrWKhNOuw==", + "version": "4.5.29", + "resolved": "https://registry.npmjs.org/@api-components/amf-helper-mixin/-/amf-helper-mixin-4.5.29.tgz", + "integrity": "sha512-SvwsUrbyij4sagr1/TWdA+atvGEkBBwZeX3VGnWlXLKlBiGS9zdJHoFTeMAeR3jtspu9UkyLOIZ5KU5Gt+BkHg==", "dependencies": { "amf-json-ld-lib": "0.0.14" } @@ -679,16 +679,16 @@ } }, "node_modules/@api-components/api-type-document": { - "version": "4.2.15", - "resolved": "https://registry.npmjs.org/@api-components/api-type-document/-/api-type-document-4.2.15.tgz", - "integrity": "sha512-yR1Pmzknw1w33jOqbKeFA9qWRAtNLWlSW9bdpH2v6WclkBxELFyzEgc+87DC6xtuOhhIdTgXkMOgw9PF5ttENg==", + "version": "4.2.33", + "resolved": "https://registry.npmjs.org/@api-components/api-type-document/-/api-type-document-4.2.33.tgz", + "integrity": "sha512-6wL4lxwIU72Z5XpPemOaHXK+G1//MK/MVXPlwIKPeWaxhpSIElENaL2YMzvYx7zWjkGcrpc8aAKNSqQrwk3zhQ==", "dependencies": { "@advanced-rest-client/arc-marked": "^1.1.0", "@advanced-rest-client/markdown-styles": "^3.1.4", - "@anypoint-web-components/anypoint-button": "^1.2.0", - "@api-components/amf-helper-mixin": "^4.4.0", + "@anypoint-web-components/anypoint-button": "^1.2.3", + "@api-components/amf-helper-mixin": "^4.5.29", "@api-components/api-annotation-document": "^4.1.0", - "@api-components/api-resource-example-document": "^4.1.2", + "@api-components/api-resource-example-document": "^4.3.3", "@open-wc/dedupe-mixin": "^1.3.0", "lit-element": "^2.4.0" } @@ -14628,9 +14628,9 @@ } }, "@api-components/amf-helper-mixin": { - "version": "4.5.28", - "resolved": "https://registry.npmjs.org/@api-components/amf-helper-mixin/-/amf-helper-mixin-4.5.28.tgz", - "integrity": "sha512-uDB3B5AJOvr7Ocu7a1DPoghsvA0mAAtYzU8QdRZq4z+eWfkruDisLolgyvmzF3ZHC3VtMYr7ZwvW/wrWKhNOuw==", + "version": "4.5.29", + "resolved": "https://registry.npmjs.org/@api-components/amf-helper-mixin/-/amf-helper-mixin-4.5.29.tgz", + "integrity": "sha512-SvwsUrbyij4sagr1/TWdA+atvGEkBBwZeX3VGnWlXLKlBiGS9zdJHoFTeMAeR3jtspu9UkyLOIZ5KU5Gt+BkHg==", "requires": { "amf-json-ld-lib": "0.0.14" } @@ -14711,16 +14711,16 @@ } }, "@api-components/api-type-document": { - "version": "4.2.15", - "resolved": "https://registry.npmjs.org/@api-components/api-type-document/-/api-type-document-4.2.15.tgz", - "integrity": "sha512-yR1Pmzknw1w33jOqbKeFA9qWRAtNLWlSW9bdpH2v6WclkBxELFyzEgc+87DC6xtuOhhIdTgXkMOgw9PF5ttENg==", + "version": "4.2.33", + "resolved": "https://registry.npmjs.org/@api-components/api-type-document/-/api-type-document-4.2.33.tgz", + "integrity": "sha512-6wL4lxwIU72Z5XpPemOaHXK+G1//MK/MVXPlwIKPeWaxhpSIElENaL2YMzvYx7zWjkGcrpc8aAKNSqQrwk3zhQ==", "requires": { "@advanced-rest-client/arc-marked": "^1.1.0", "@advanced-rest-client/markdown-styles": "^3.1.4", - "@anypoint-web-components/anypoint-button": "^1.2.0", - "@api-components/amf-helper-mixin": "^4.4.0", + "@anypoint-web-components/anypoint-button": "^1.2.3", + "@api-components/amf-helper-mixin": "^4.5.29", "@api-components/api-annotation-document": "^4.1.0", - "@api-components/api-resource-example-document": "^4.1.2", + "@api-components/api-resource-example-document": "^4.3.3", "@open-wc/dedupe-mixin": "^1.3.0", "lit-element": "^2.4.0" } diff --git a/package.json b/package.json index 4b4944b..7f583fc 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "@advanced-rest-client/markdown-styles": "^3.1.5", "@anypoint-web-components/anypoint-button": "^1.2.3", "@anypoint-web-components/anypoint-collapse": "^0.1.2", - "@api-components/amf-helper-mixin": "^4.5.22", + "@api-components/amf-helper-mixin": "^4.5.29", "@api-components/api-resource-example-document": "^4.3.3", "@api-components/api-schema-document": "^4.3.0", - "@api-components/api-type-document": "^4.2.15", + "@api-components/api-type-document": "^4.2.33", "lit-element": "^2.5.1", "lit-html": "^1.4.1" }, From 8b75ae2c60583cc08ae9818c0b4d7613fc062032 Mon Sep 17 00:00:00 2001 From: spezzirriemiliano Date: Mon, 13 Jan 2025 16:59:12 -0300 Subject: [PATCH 2/2] 4.4.12 --- 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 ddc00f1..558327b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@api-components/api-body-document", - "version": "4.4.11", + "version": "4.4.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@api-components/api-body-document", - "version": "4.4.11", + "version": "4.4.12", "license": "Apache-2.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.3.4", diff --git a/package.json b/package.json index 7f583fc..97f3ad0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@api-components/api-body-document", "description": "A component to render HTTP method body documentation based on AMF model", - "version": "4.4.11", + "version": "4.4.12", "license": "Apache-2.0", "main": "index.js", "module": "index.js",