Skip to content

Commit

Permalink
fix(jsr): export adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed May 29, 2024
1 parent da041b4 commit 9d1cd9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@jmondi/oauth2-server",
"version": "3.3.0",
"exports": "./src/index.ts"
"version": "3.3.1",
"exports": {
".": "./src/index.ts",
"./express": "./src/adapters/express.ts",
"./fastify": "./src/adapters/fastify.ts"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jmondi/oauth2-server",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"author": "Jason Raimondi <jason@raimondi.us>",
"funding": "https://github.com/sponsors/jasonraimondi",
Expand Down

0 comments on commit 9d1cd9f

Please sign in to comment.