File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed
packages/postgrest-server Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 11# @supabase-cache-helpers/postgrest-server
22
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - adab01a: fix: exports
8+
39## 0.0.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @supabase-cache-helpers/postgrest-server" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "author" :
" Philipp Steinrötter <[email protected] >" ,
55 "homepage" : " https://supabase-cache-helpers.vercel.app" ,
66 "bugs" : {
99 "type" : " module" ,
1010 "main" : " ./dist/index.js" ,
1111 "source" : " ./src/index.ts" ,
12- "exports" : {
13- "." : {
14- "types" : " ./dist/index.d.ts" ,
15- "import" : " ./dist/index.js" ,
16- "require" : " ./dist/index.cjs"
17- },
18- "./stores" : {
19- "types" : " ./dist/stores.d.ts" ,
20- "import" : " ./dist/stores.js" ,
21- "require" : " ./dist/stores.cjs"
22- },
23- "./package.json" : " ./package.json"
24- },
2512 "types" : " ./dist/index.d.ts" ,
2613 "files" : [" dist/**" ],
2714 "publishConfig" : {
Original file line number Diff line number Diff line change 1+ export * from './stores' ;
12export * from './context' ;
23export * from './query-cache' ;
You can’t perform that action at this time.
0 commit comments