From a8fcdc44d309251a21479bbdd832906f0e5031ca Mon Sep 17 00:00:00 2001 From: Francisco Di Giandomenico Date: Thu, 3 Mar 2022 15:26:20 -0500 Subject: [PATCH 1/2] 6.6.11 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b4160773..78bf60740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "api-console", - "version": "6.6.10", + "version": "6.6.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dcb3f74b9..df01bc0be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "api-console", "description": "The API Console to automatically generate API documentation from RAML and OAS files.", - "version": "6.6.10", + "version": "6.6.11", "license": "CPAL-1.0", "main": "index.js", "module": "index.js", From c8070d352576558966826c6dc62d3129f7663c21 Mon Sep 17 00:00:00 2001 From: Francisco Di Giandomenico Date: Thu, 3 Mar 2022 15:44:46 -0500 Subject: [PATCH 2/2] fix: update api resource example document --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78bf60740..3dd1daca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1114,9 +1114,9 @@ } }, "@api-components/api-resource-example-document": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@api-components/api-resource-example-document/-/api-resource-example-document-4.3.5.tgz", - "integrity": "sha512-/Eu9my2E0YtUTyxTRW81ykFUdb3A0I6utkC9QYAT62PyOhvIeLMP787J2tzP/0aKaCdc8xfh64l+wV223ZL4+w==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@api-components/api-resource-example-document/-/api-resource-example-document-4.3.7.tgz", + "integrity": "sha512-zogbOYonnhUvWBTMA/DRbD6yaDElWrUnZnRnUvPFG9W39y6m5MVAinBW7bfbTrkfL0FUk4i70rfMi83JQqLTwQ==", "requires": { "@advanced-rest-client/arc-icons": "^3.3.4", "@advanced-rest-client/arc-types": "^0.2.61",