Skip to content

Commit

Permalink
Merge pull request #276 from axtgr/fix/react-query-exports
Browse files Browse the repository at this point in the history
Fix missing exports in postgrest-react-query
  • Loading branch information
psteinroe committed Sep 12, 2023
2 parents d7c199d + e3fb98f commit 4a27a98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-seals-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@supabase-cache-helpers/postgrest-react-query": patch
---

Fix missing exports in postgrest-react-query
6 changes: 6 additions & 0 deletions packages/postgrest-react-query/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
export * from '@supabase-cache-helpers/postgrest-shared';
export * from '@supabase-cache-helpers/postgrest-filter';
export * from '@supabase-cache-helpers/postgrest-fetcher';

export * from './cache';
export * from './lib';
export * from './mutate';
export * from './query';
export * from './subscribe';

3 comments on commit 4a27a98

@vercel
Copy link

@vercel vercel bot commented on 4a27a98 Sep 12, 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-psteinroe.vercel.app
supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app
supabase-cache-helpers-react-query.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4a27a98 Sep 12, 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-demo-psteinroe.vercel.app
supabase-cache-helpers-swr-demo-git-main-psteinroe.vercel.app
supabase-cache-helpers-swr.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4a27a98 Sep 12, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.