From 1361839e7e0a0ef1bb1400c2f47692a0da054e9d Mon Sep 17 00:00:00 2001 From: alexp mule Date: Wed, 26 Aug 2026 14:37:01 -0300 Subject: [PATCH] chore: release v6.6.68 adopting api-method-documentation 5.2.34 Fast-follow over 6.6.67 to pull in the webhook URL-area alignment fix (api-method-documentation 5.2.34): the OAS 3.1/3.2 webhook event name now lines up with the method pill instead of carrying a stray top margin. Bumps the package version to 6.6.68 and re-resolves the deduped api-method-documentation lock entry to 5.2.34 (CSS-only change; its dependency set is unchanged from 5.2.33). Co-Authored-By: Claude Opus 4.8 (1M context) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b58800bc..b727b0b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "api-console", - "version": "6.6.67", + "version": "6.6.68", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-console", - "version": "6.6.67", + "version": "6.6.68", "license": "CPAL-1.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.2.2", @@ -1166,9 +1166,9 @@ } }, "node_modules/@api-components/api-method-documentation": { - "version": "5.2.33", - "resolved": "https://registry.npmjs.org/@api-components/api-method-documentation/-/api-method-documentation-5.2.33.tgz", - "integrity": "sha512-o772Z8kFnJrpuujmXF72c0KoybIIkNUxP2xRlqjQQ8yw0VeN/ENyKMLDmSjsb03kjzQmdPhvIqS+QZvQBJ354A==", + "version": "5.2.34", + "resolved": "https://registry.npmjs.org/@api-components/api-method-documentation/-/api-method-documentation-5.2.34.tgz", + "integrity": "sha512-q2veXdu9J02rCNu/mtUeKXBWdevcWITeWDzw49UdgLZ2XjXBREA8EsK9JTHidrvgZjEzP0sQB+cZ2n5mVRT1iQ==", "license": "Apache-2.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.3.4", diff --git a/package.json b/package.json index 1d02e9f1..e59cb6e4 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.67", + "version": "6.6.68", "license": "CPAL-1.0", "main": "index.js", "module": "index.js",