From 4595cfa97dd1676b8e000a9066baf01592d4a3c8 Mon Sep 17 00:00:00 2001 From: Alicia Adriani Date: Tue, 21 Jul 2026 00:35:36 +0200 Subject: [PATCH] chore(deps): bump project-engine-client to 1.15.0 (LLMO-6274) Unblocks the it-postgres serenity gate-3 validation of the tolerant origin/source authorship-root resolver (WP-O2a). The IT harness pins the Semrush mock image tag to the installed client version (test/it/postgres/setup.js -> SERENITY_PE_MOCK_TAG), and the `origin` root rename + `legacy-source-workspace` seed the gate-3 cases run against shipped only in 1.15.0 (WP-O1). This is the dependency bump #2862 deferred until that release existed. 1.15.0 over 1.14.0 is a mock-only release (client runtime + typings unchanged); type-check passes. Co-Authored-By: Claude Opus 4.8 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc154076f..1869bdfd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@adobe/spacecat-shared-http-utils": "1.34.0", "@adobe/spacecat-shared-ims-client": "1.12.7", "@adobe/spacecat-shared-launchdarkly-client": "1.3.0", - "@adobe/spacecat-shared-project-engine-client": "1.14.0", + "@adobe/spacecat-shared-project-engine-client": "1.15.0", "@adobe/spacecat-shared-rum-api-client": "2.44.0", "@adobe/spacecat-shared-scrape-client": "2.6.3", "@adobe/spacecat-shared-slack-client": "1.6.7", @@ -6586,9 +6586,9 @@ } }, "node_modules/@adobe/spacecat-shared-project-engine-client": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-project-engine-client/-/spacecat-shared-project-engine-client-1.14.0.tgz", - "integrity": "sha512-PVbki/71b/4ZjMV/S4X2iSFBCBDa7OBVhCFSzo5g3EDSOlmAhq/76EkpUTYFoKM7oZz/RB8KRlIBLKjRbWb7Fw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-project-engine-client/-/spacecat-shared-project-engine-client-1.15.0.tgz", + "integrity": "sha512-Hkhcu+OuviG9/2TuIrKcTXsFfIxvryMZ05S5N7pgrhWyKM1dBmXkB6pkC2VFZAIOmdp/dat0gsPOpomrMetmfQ==", "license": "Apache-2.0", "dependencies": { "openapi-fetch": "0.17.0" diff --git a/package.json b/package.json index b0a2512ba..1d66a4919 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@adobe/spacecat-shared-http-utils": "1.34.0", "@adobe/spacecat-shared-ims-client": "1.12.7", "@adobe/spacecat-shared-launchdarkly-client": "1.3.0", - "@adobe/spacecat-shared-project-engine-client": "1.14.0", + "@adobe/spacecat-shared-project-engine-client": "1.15.0", "@adobe/spacecat-shared-rum-api-client": "2.44.0", "@adobe/spacecat-shared-scrape-client": "2.6.3", "@adobe/spacecat-shared-slack-client": "1.6.7",