Skip to content

Commit

Permalink
feat: export isOAuthError helper fn
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Aug 25, 2024
1 parent 4476f7a commit d3f1d8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jmondi/oauth2-server",
"version": "4.0.1",
"version": "4.0.2",
"exports": {
".": "./src/index.ts",
"./express": "./src/adapters/express.ts",
Expand Down
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": "4.0.1",
"version": "4.0.2",
"type": "module",
"author": "Jason Raimondi <[email protected]>",
"funding": "https://github.com/sponsors/jasonraimondi",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export * from "./responses/response.js";
export * from "./code_verifiers/verifier.js";
export * from "./utils/base64.js";
export * from "./utils/date_interval.js";
export * from "./utils/errors.js";
export * from "./utils/jwt.js";
export * from "./utils/time.js";
export * from "./utils/token.js";
Expand Down

0 comments on commit d3f1d8d

Please sign in to comment.