Skip to content

Commit

Permalink
Merge pull request #288 from psteinroe/fix/export-types
Browse files Browse the repository at this point in the history
fix: add missing re-exports
  • Loading branch information
psteinroe authored Sep 18, 2023
2 parents ab0218c + d9bffb6 commit 4a74cd9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/tasty-pots-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@supabase-cache-helpers/postgrest-react-query": patch
"@supabase-cache-helpers/postgrest-swr": patch
---

fix: re-export missing types
5 changes: 5 additions & 0 deletions packages/postgrest-react-query/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
export type {
PostgrestHasMorePaginationCacheData,
PostgrestPaginationCacheData,
} from '@supabase-cache-helpers/postgrest-core';

export * from './cache';
export * from './lib';
export * from './mutate';
Expand Down
5 changes: 5 additions & 0 deletions packages/postgrest-swr/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
export type {
PostgrestHasMorePaginationCacheData,
PostgrestPaginationCacheData,
} from '@supabase-cache-helpers/postgrest-core';

export * from './cache';
export * from './lib';
export * from './mutate';
Expand Down

3 comments on commit 4a74cd9

@vercel
Copy link

@vercel vercel bot commented on 4a74cd9 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-swr-demo – ./examples/swr

supabase-cache-helpers-swr.vercel.app
supabase-cache-helpers-swr-demo-git-main-psteinroe.vercel.app
supabase-cache-helpers-swr-demo-psteinroe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4a74cd9 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4a74cd9 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-react-query – ./examples/react-query

supabase-cache-helpers-react-query.vercel.app
supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app
supabase-cache-helpers-react-query-psteinroe.vercel.app

Please sign in to comment.