@animo-id/oauth2
Advanced tools
Comparing version 0.0.2-alpha-20241107081529 to 0.0.2-alpha-20241107082300
@@ -618,5 +618,13 @@ import * as v from 'valibot'; | ||
interface Oauth2ServerErrorResponseErrorOptions extends Oauth2ErrorOptions { | ||
internalMessage?: string; | ||
/** | ||
* @default 400 | ||
*/ | ||
status?: number; | ||
} | ||
declare class Oauth2ServerErrorResponseError extends Oauth2Error { | ||
readonly errorResponse: Oauth2ErrorResponse; | ||
constructor(errorResponse: Oauth2ErrorResponse, internalMessage?: string, options?: Oauth2ErrorOptions); | ||
readonly status: number; | ||
constructor(errorResponse: Oauth2ErrorResponse, options?: Oauth2ServerErrorResponseErrorOptions); | ||
} | ||
@@ -623,0 +631,0 @@ |
{ | ||
"name": "@animo-id/oauth2", | ||
"version": "0.0.2-alpha-20241107081529", | ||
"version": "0.0.2-alpha-20241107082300", | ||
"exports": { | ||
@@ -18,3 +18,3 @@ ".": { | ||
"valibot": "^0.42.1", | ||
"@animo-id/oauth2-utils": "0.0.2-alpha-20241107081529" | ||
"@animo-id/oauth2-utils": "0.0.2-alpha-20241107082300" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
620262
5436
+ Added@animo-id/oauth2-utils@0.0.2-alpha-20241107082300(transitive)
- Removed@animo-id/oauth2-utils@0.0.2-alpha-20241107081529(transitive)