@splitsoftware/splitio 10.26.1-rc.2 → 10.26.1-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
10.
|
|
2
|
-
-
|
|
3
|
-
|
|
4
|
-
10.
|
|
5
|
-
-
|
|
6
|
-
- Updated @splitsoftware/splitio-commons package to version 1.15.1 that includes updates on input validation logs.
|
|
1
|
+
10.26.1 (June 13, 2024)
|
|
2
|
+
- Updated the internal imports of 'os' and 'ioredis' modules for NodeJS, to use EcmaScript 'import' rather than CommonJS 'require' for the ES modules build. This avoids runtime errors on some scenarios when bundling the SDK into a .mjs file or importing it from a .mjs file.
|
|
3
|
+
- Updated @splitsoftware/splitio-commons package to version 1.16.0 that includes some vulnerability and bug fixes.
|
|
4
|
+
- Bugfixing - Restored some input validation error logs that were removed in version 10.24.0. The logs inform the user when the `getTreatment(s)` methods are called with an invalid value as feature flag name or flag set name.
|
|
5
|
+
- Bugfixing - Fixed localhost mode to emit SDK_UPDATE when mocked feature flags are updated in the `features` object map of the config object (Related to issue https://github.com/splitio/javascript-browser-client/issues/119).
|
|
7
6
|
|
|
8
7
|
10.26.0 (May 6, 2024)
|
|
9
8
|
- Updated @splitsoftware/splitio-commons package to version 1.14.0 that includes minor updates:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.26.1-rc.
|
|
1
|
+
export var packageVersion = '10.26.1-rc.3';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "10.26.1-rc.
|
|
3
|
+
"version": "10.26.1-rc.3",
|
|
4
4
|
"description": "Split SDK",
|
|
5
5
|
"files": [
|
|
6
6
|
"README.md",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"node": ">=6"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@splitsoftware/splitio-commons": "1.15.1-rc.
|
|
43
|
+
"@splitsoftware/splitio-commons": "1.15.1-rc.3",
|
|
44
44
|
"@types/google.analytics": "0.0.40",
|
|
45
45
|
"@types/ioredis": "^4.28.0",
|
|
46
46
|
"bloom-filters": "^3.0.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '10.26.1-rc.
|
|
1
|
+
export const packageVersion = '10.26.1-rc.3';
|