@twurple/auth
Advanced tools
Comparing version 7.1.0-pre.4 to 7.1.0-pre.5
@@ -52,3 +52,3 @@ import { type MakeOptional } from '@d-fischer/shared-utils'; | ||
*/ | ||
readonly onRefreshFailure: import("@d-fischer/typed-event-emitter").EventBinder<[userId: string]>; | ||
readonly onRefreshFailure: import("@d-fischer/typed-event-emitter").EventBinder<[userId: string, error: Error]>; | ||
/** | ||
@@ -55,0 +55,0 @@ * Creates a new auth provider based on the given one that can automatically |
@@ -397,3 +397,3 @@ "use strict"; | ||
this._cachedRefreshFailures.add(userId); | ||
this.emit(this.onRefreshFailure, userId); | ||
this.emit(this.onRefreshFailure, userId, e); | ||
throw e; | ||
@@ -400,0 +400,0 @@ } |
{ | ||
"name": "@twurple/auth", | ||
"version": "7.1.0-pre.4", | ||
"version": "7.1.0-pre.5", | ||
"publishConfig": { | ||
@@ -39,4 +39,4 @@ "access": "public" | ||
"@d-fischer/typed-event-emitter": "^3.3.1", | ||
"@twurple/api-call": "7.1.0-pre.4", | ||
"@twurple/common": "7.1.0-pre.4", | ||
"@twurple/api-call": "7.1.0-pre.5", | ||
"@twurple/common": "7.1.0-pre.5", | ||
"tslib": "^2.0.3" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126185
+ Added@twurple/api-call@7.1.0-pre.5(transitive)
+ Added@twurple/common@7.1.0-pre.5(transitive)
- Removed@twurple/api-call@7.1.0-pre.4(transitive)
- Removed@twurple/common@7.1.0-pre.4(transitive)
Updated@twurple/common@7.1.0-pre.5