@splitsoftware/splitio 11.10.1-rc.0 → 11.10.1
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,5 +1,5 @@
|
|
|
1
1
|
11.10.1 (February 3, 2026)
|
|
2
|
-
- Updated js-yaml dependency for vulnerability fixes.
|
|
2
|
+
- Updated js-yaml dependency for vulnerability fixes (Related to issue https://github.com/splitio/javascript-client/issues/913).
|
|
3
3
|
|
|
4
4
|
11.10.0 (January 28, 2026)
|
|
5
5
|
- Updated @splitsoftware/splitio-commons package to version 2.11.0, which:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '11.10.1
|
|
1
|
+
export var packageVersion = '11.10.1';
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '11.10.1
|
|
1
|
+
export const packageVersion = '11.10.1';
|