Skip to content

Commit 34f4914

Browse files
Stable version
1 parent 4320a81 commit 34f4914

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.2.1 (May XX, 2025)
1+
2.3.0 (May 15, 2025)
22
- Updated the Redis storage to:
33
- Avoid lazy require of the `ioredis` dependency when the SDK is initialized, and
44
- Flag the SDK as ready from cache immediately to allow queueing feature flag evaluations before SDK_READY event is emitted (Reverted in v1.7.0).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-commons",
3-
"version": "2.2.1-rc.3",
3+
"version": "2.3.0",
44
"description": "Split JavaScript SDK common components",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

src/sdkFactory/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface IPlatform {
2222
/**
2323
* If provided, it is used to pass additional options to fetch and eventsource calls.
2424
*/
25-
getOptions?: (settings: ISettings) => object
25+
getOptions?: (settings: ISettings) => (object | undefined)
2626
/**
2727
* If provided, it is used to retrieve the EventSource constructor for streaming support.
2828
*/

0 commit comments

Comments
 (0)