Skip to content

Commit

Permalink
Merge pull request #534 from psteinroe/fix/exports
Browse files Browse the repository at this point in the history
fix: exports
  • Loading branch information
psteinroe authored Nov 21, 2024
2 parents 50ec3da + 8ed14cd commit d4eed1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-berries-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@supabase-cache-helpers/postgrest-server": patch
---

fix: exports
13 changes: 0 additions & 13 deletions packages/postgrest-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@
"type": "module",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./stores": {
"types": "./dist/stores.d.ts",
"import": "./dist/stores.js",
"require": "./dist/stores.cjs"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/postgrest-server/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './stores';
export * from './context';
export * from './query-cache';

0 comments on commit d4eed1b

Please sign in to comment.