Skip to content

Commit 23042c6

Browse files
Merge branch 'main' into upgrade-to-pnpm-v9.13.2
2 parents ac338fe + 3b7b0f6 commit 23042c6

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

packages/postgrest-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

packages/postgrest-server/package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -9,19 +9,6 @@
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": {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
export * from './stores';
12
export * from './context';
23
export * from './query-cache';

0 commit comments

Comments
 (0)