From 6ef3f46ae34934911a0449e5b220906cedb1b47d Mon Sep 17 00:00:00 2001 From: Kevin Davila <144152756+KevinDavilaDotCMS@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:05:13 -0500 Subject: [PATCH 1/2] Export graphqlToPageEntity from internal.ts --- core-web/libs/sdk/client/src/internal.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core-web/libs/sdk/client/src/internal.ts b/core-web/libs/sdk/client/src/internal.ts index 65af91812d1a..8e202ded9bcf 100644 --- a/core-web/libs/sdk/client/src/internal.ts +++ b/core-web/libs/sdk/client/src/internal.ts @@ -1 +1,3 @@ export { graphqlToPageEntity } from './lib/utils/graphql/transforms'; + + From 31a4b39c2d96bcd304fe5384d4a0818f4f00998f Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 23 Jul 2026 15:01:19 -0500 Subject: [PATCH 2/2] Fixed lint and added comment --- core-web/libs/sdk/client/src/internal.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core-web/libs/sdk/client/src/internal.ts b/core-web/libs/sdk/client/src/internal.ts index 8e202ded9bcf..79c56459a62d 100644 --- a/core-web/libs/sdk/client/src/internal.ts +++ b/core-web/libs/sdk/client/src/internal.ts @@ -1,3 +1,2 @@ +// This is the export. This comment is only to trigger a build. export { graphqlToPageEntity } from './lib/utils/graphql/transforms'; - -