kuzzle-sdk
Advanced tools
Comparing version 7.11.2 to 7.11.3
@@ -1,1 +0,1 @@ | ||
/*! Kuzzle Javascript SDK version 7.11.2 */ | ||
/*! Kuzzle Javascript SDK version 7.11.3 */ |
{ | ||
"name": "kuzzle-sdk", | ||
"version": "7.11.2", | ||
"version": "7.11.3", | ||
"description": "Official Javascript SDK for Kuzzle", | ||
@@ -5,0 +5,0 @@ "author": "The Kuzzle Team <support@kuzzle.io>", |
@@ -509,5 +509,5 @@ import { BaseController } from "./Base"; | ||
silent?: boolean; | ||
retryOnConflict?: boolean; | ||
retryOnConflict?: number; | ||
source?: boolean; | ||
} | ||
export type ArgsDocumentControllerValidate = ArgsDefault; |
@@ -709,2 +709,4 @@ "use strict"; | ||
if (this.offlineQueue.length > 0) { | ||
// Reapply the jwt to the request since it could have been expired | ||
this.offlineQueue[0].request.jwt = this.jwt; | ||
this._timeoutRequest(this.offlineQueue[0].timeout, this.offlineQueue[0].request) | ||
@@ -711,0 +713,0 @@ .then(this.offlineQueue[0].resolve) |
Sorry, the diff of this file is too big to display
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
557120
12456