@launchdarkly/js-sdk-common
Advanced tools
Comparing version 2.3.1 to 2.4.0
@@ -5,2 +5,14 @@ # Changelog | ||
## [2.4.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v2.3.1...js-sdk-common-v2.4.0) (2024-04-09) | ||
### Features | ||
* Add identify timeout to client-sdk. ([#420](https://github.com/launchdarkly/js-core/issues/420)) ([5d73dfe](https://github.com/launchdarkly/js-core/commit/5d73dfeb0d5cdacf620e65e214dd2e334363490e)) | ||
### Bug Fixes | ||
* Identify incorrectly rejected in client-sdk ([#426](https://github.com/launchdarkly/js-core/issues/426)) ([a019dd6](https://github.com/launchdarkly/js-core/commit/a019dd66b1b852d888e10b78aec9693d7de195fe)) | ||
## [2.3.1](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v2.3.0...js-sdk-common-v2.3.1) (2024-03-25) | ||
@@ -7,0 +19,0 @@ |
@@ -15,3 +15,11 @@ /** | ||
includeAuthorizationHeader?: boolean; | ||
/** | ||
* In seconds. Log a warning if identifyTimeout is greater than this value. | ||
* | ||
* Mobile - 15s. | ||
* Browser - 5s. | ||
* Server - 60s. | ||
*/ | ||
highTimeoutThreshold?: number; | ||
}; | ||
//# sourceMappingURL=LDInternalOptions.d.ts.map |
@@ -9,4 +9,5 @@ import clone from './clone'; | ||
import sleep from './sleep'; | ||
import timedPromise from './timedPromise'; | ||
import { VoidFunction } from './VoidFunction'; | ||
export { base64UrlEncode, clone, debounce, deepCompact, defaultHeaders, fastDeepEqual, httpErrorMessage, noop, LDHeaders, shouldRetry, secondsToMillis, sleep, VoidFunction, }; | ||
export { base64UrlEncode, clone, debounce, deepCompact, defaultHeaders, fastDeepEqual, httpErrorMessage, noop, LDHeaders, shouldRetry, secondsToMillis, sleep, timedPromise, VoidFunction, }; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sleep = exports.secondsToMillis = exports.shouldRetry = exports.noop = exports.httpErrorMessage = exports.fastDeepEqual = exports.defaultHeaders = exports.deepCompact = exports.debounce = exports.clone = exports.base64UrlEncode = void 0; | ||
exports.timedPromise = exports.sleep = exports.secondsToMillis = exports.shouldRetry = exports.noop = exports.httpErrorMessage = exports.fastDeepEqual = exports.defaultHeaders = exports.deepCompact = exports.debounce = exports.clone = exports.base64UrlEncode = void 0; | ||
const clone_1 = require("./clone"); | ||
@@ -23,2 +23,4 @@ exports.clone = clone_1.default; | ||
exports.sleep = sleep_1.default; | ||
const timedPromise_1 = require("./timedPromise"); | ||
exports.timedPromise = timedPromise_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@launchdarkly/js-sdk-common", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
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
308493
368
4568