From 740e482923ddea4d97c35ade0344c619671efe1b Mon Sep 17 00:00:00 2001 From: Katerina Skroumpelou Date: Thu, 16 Oct 2025 15:55:00 +0300 Subject: [PATCH] chore(postgrest): trigger pipeline --- packages/core/postgrest-js/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/postgrest-js/src/index.ts b/packages/core/postgrest-js/src/index.ts index 83772cd5..8b54f7cd 100644 --- a/packages/core/postgrest-js/src/index.ts +++ b/packages/core/postgrest-js/src/index.ts @@ -32,4 +32,5 @@ export type { export type { ClientServerOptions as PostgrestClientOptions } from './types/common/common' // https://github.com/supabase/postgrest-js/issues/551 // To be replaced with a helper type that only uses public types +// some comment to trigger pipeline export type { GetResult as UnstableGetResult } from './select-query-parser/result'