Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 6221dcd

Browse files
author
thorwebdev
committed
chore: exports and permissions.
1 parent 8435c14 commit 6221dcd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717

1818
runs-on: ubuntu-latest
1919

20+
permissions:
21+
contents: read
22+
id-token: write
23+
2024
steps:
2125
- uses: actions/checkout@v4
2226

jsr.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "@supabase/functions-js",
33
"version": "0.0.0-automated",
4-
"exports": "./src/index.ts"
5-
}
4+
"exports": {
5+
".": "./src/index.ts",
6+
"./edge-runtime.d.ts": "./src/edge-runtime.d.ts"
7+
}
8+
}

0 commit comments

Comments
 (0)