@splitsoftware/splitio
Advanced tools
Comparing version 10.24.0 to 10.24.1
@@ -0,1 +1,5 @@ | ||
10.24.1 (December 12, 2023) | ||
- Updated SDK cache for browsers using localStorage, to clear cached feature flag definitions before initiating the synchronization process if the cache was previously synchronized with a different SDK key (i.e., a different environment) or different Split Filter criteria, to avoid using invalid cached data when the SDK is ready from cache. | ||
- Updated @splitsoftware/splitio-commons package to version 1.12.1. | ||
10.24.0 (December 4, 2023) | ||
@@ -2,0 +6,0 @@ - Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation): |
@@ -1,1 +0,1 @@ | ||
export var packageVersion = '10.24.0'; | ||
export var packageVersion = '10.24.1'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageVersion = void 0; | ||
exports.packageVersion = '10.24.0'; | ||
exports.packageVersion = '10.24.1'; |
{ | ||
"name": "@splitsoftware/splitio", | ||
"version": "10.24.0", | ||
"version": "10.24.1", | ||
"description": "Split SDK", | ||
@@ -43,3 +43,3 @@ "files": [ | ||
"dependencies": { | ||
"@splitsoftware/splitio-commons": "1.12.0", | ||
"@splitsoftware/splitio-commons": "1.12.1", | ||
"@types/google.analytics": "0.0.40", | ||
@@ -46,0 +46,0 @@ "@types/ioredis": "^4.28.0", |
@@ -1,1 +0,1 @@ | ||
export const packageVersion = '10.24.0'; | ||
export const packageVersion = '10.24.1'; |
279143
+ Added@splitsoftware/splitio-commons@1.12.1(transitive)
- Removed@splitsoftware/splitio-commons@1.12.0(transitive)