From a25896e68d47b83c33b9f7471ac429d792661302 Mon Sep 17 00:00:00 2001 From: Narendra Vyas Date: Fri, 11 Sep 2026 17:31:55 +0530 Subject: [PATCH] feat: latest mesh-builder to include mesh build timeout --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 084b021..1610bf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aio-cli-plugin-api-mesh", - "version": "5.7.2", + "version": "5.7.3-beta.0", "description": "Adobe I/O CLI plugin to develop and manage API mesh sources", "keywords": [ "oclif-plugin" @@ -39,7 +39,7 @@ "version": "oclif-dev readme && git add README.md" }, "dependencies": { - "@adobe-apimesh/mesh-builder": "^2.5.2", + "@adobe-apimesh/mesh-builder": "^2.5.3", "@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 07dc219..36d789b 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.5.2": - version "2.5.2" - resolved "https://registry.yarnpkg.com/@adobe-apimesh/mesh-builder/-/mesh-builder-2.5.2.tgz#e504e2882cb4bfb653b6bab66e606c7815a01672" - integrity sha512-ufoJeLiY24mm2otk4lrAXYR0ibr5Dmlh7TdjsnTlRMB+at/03zVtRk0gQTrSlaGgGi6ZQOxlLvfu2fMAqbmPDA== +"@adobe-apimesh/mesh-builder@^2.5.3": + version "2.5.3" + resolved "https://registry.yarnpkg.com/@adobe-apimesh/mesh-builder/-/mesh-builder-2.5.3.tgz#52e01aff8dded854c88adf1834ffe66bcc0a14b3" + integrity sha512-mS8QZPZwPFbzm6nCPK+dbVfIV5exN+V709dqZDniHxW7NkuGssM/wZ82ks2rcjFc8zKHDTMcKeSfDmaq5r/Tww== dependencies: "@fastify/request-context" "^4.1.0" eslint "^8.39.0"