From 698e7fef76b4f08eebe2e30d2a44d27c75cd3b77 Mon Sep 17 00:00:00 2001 From: Merin Romario Date: Mon, 4 May 2026 19:22:34 +0530 Subject: [PATCH 1/6] chore: Updated mesh-builder to alpha --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6a77921..9cd7566 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "version": "oclif-dev readme && git add README.md" }, "dependencies": { - "@adobe-apimesh/mesh-builder": "^2.4.0", + "@adobe-apimesh/mesh-builder": "^2.4.1-alpha.1", "@adobe/aio-cli-lib-console": "^5.0.0", "@adobe/aio-lib-core-config": "^5.0.0", "@adobe/aio-lib-core-logging": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 08124cc..2640ae0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== -"@adobe-apimesh/mesh-builder@^2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@adobe-apimesh/mesh-builder/-/mesh-builder-2.4.0.tgz#35fc8ae0ecd5617cfdb585cb923bf0112ad4d56f" - integrity sha512-MnvojKskFRY/wVy1Sh5xVOTgA4c3pi8jU9CtihljjrVNqp0DxkKhcCGvD5UJf5gnqOCnyFcEhDQ6CObZP8tEAw== +"@adobe-apimesh/mesh-builder@^2.4.1-alpha.1": + version "2.4.1-alpha.1" + resolved "https://registry.yarnpkg.com/@adobe-apimesh/mesh-builder/-/mesh-builder-2.4.1-alpha.1.tgz#4712feaa1fb2cb76ede202773143ff512478a1cb" + integrity sha512-RFLzHouiCEjV1MSWMcOrkbuUH54/ln9HouhqHaRfQh7zuAZcCNj0ig6jAqNQd8CpN4AqdVSEz2FQl4Djq82pUw== dependencies: "@fastify/request-context" "^4.1.0" eslint "^8.39.0" From 4c48b34eb832bf3f34e627716428d1094abadc8d Mon Sep 17 00:00:00 2001 From: Merin Romario Date: Mon, 4 May 2026 19:28:06 +0530 Subject: [PATCH 2/6] feat: Added local file support for graphql handler --- src/utils.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utils.js b/src/utils.js index 6890b72..3424e1f 100644 --- a/src/utils.js +++ b/src/utils.js @@ -187,6 +187,11 @@ function getFilesInMeshConfig(data, meshConfigName) { if (source.handler.openapi && !fileURLRegex.test(source.handler.openapi.source)) { filesList.push(source.handler.openapi.source); } + + // Graphql handler + if (source.handler.graphql?.source && !fileURLRegex.test(source.handler.graphql.source)) { + filesList.push(source.handler.graphql.source); + } }); // Additional Resolvers From 4e4c5d2f34a4a243dbd0dd022f9110cc16d01414 Mon Sep 17 00:00:00 2001 From: Merin Romario Date: Mon, 4 May 2026 19:43:25 +0530 Subject: [PATCH 3/6] chore: Release alpha version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cd7566..ab058e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aio-cli-plugin-api-mesh", - "version": "5.6.5", + "version": "5.6.6-alpha.1", "description": "Adobe I/O CLI plugin to develop and manage API mesh sources", "keywords": [ "oclif-plugin" From f5812ee4cfaa4500481333ad8c4ae133bbdf1a3b Mon Sep 17 00:00:00 2001 From: Merin Romario Date: Tue, 12 May 2026 20:54:48 +0530 Subject: [PATCH 4/6] chore: Updated mesh-builder standard version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab058e6..9465f34 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "version": "oclif-dev readme && git add README.md" }, "dependencies": { - "@adobe-apimesh/mesh-builder": "^2.4.1-alpha.1", + "@adobe-apimesh/mesh-builder": "^2.4.1", "@adobe/aio-cli-lib-console": "^5.0.0", "@adobe/aio-lib-core-config": "^5.0.0", "@adobe/aio-lib-core-logging": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 2640ae0..af33208 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== -"@adobe-apimesh/mesh-builder@^2.4.1-alpha.1": - version "2.4.1-alpha.1" - resolved "https://registry.yarnpkg.com/@adobe-apimesh/mesh-builder/-/mesh-builder-2.4.1-alpha.1.tgz#4712feaa1fb2cb76ede202773143ff512478a1cb" - integrity sha512-RFLzHouiCEjV1MSWMcOrkbuUH54/ln9HouhqHaRfQh7zuAZcCNj0ig6jAqNQd8CpN4AqdVSEz2FQl4Djq82pUw== +"@adobe-apimesh/mesh-builder@^2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@adobe-apimesh/mesh-builder/-/mesh-builder-2.4.1.tgz#07429a90777bdd44292fe75b9f619f538249e490" + integrity sha512-286JqaZUfc2bOjR59Qp8ZHU+di/XoKS5QME3bwj8UoyDo6obw6g4L6uuiZqCwTnlHkucHdj2JgOWvvRNfgu04A== dependencies: "@fastify/request-context" "^4.1.0" eslint "^8.39.0" From 3458c5ebb33ca4bc11081601866a584c986cc497 Mon Sep 17 00:00:00 2001 From: Merin Romario Date: Tue, 12 May 2026 20:56:38 +0530 Subject: [PATCH 5/6] chore: Release beta version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9465f34..cf1e951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aio-cli-plugin-api-mesh", - "version": "5.6.6-alpha.1", + "version": "5.6.6-beta.1", "description": "Adobe I/O CLI plugin to develop and manage API mesh sources", "keywords": [ "oclif-plugin" From d2178cd8ce279ac13bf13687493cba8dd9a312bb Mon Sep 17 00:00:00 2001 From: Merin Romario Date: Thu, 14 May 2026 18:04:50 +0530 Subject: [PATCH 6/6] chore: release stable version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf1e951..1adf70e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aio-cli-plugin-api-mesh", - "version": "5.6.6-beta.1", + "version": "5.6.6", "description": "Adobe I/O CLI plugin to develop and manage API mesh sources", "keywords": [ "oclif-plugin"