@splitsoftware/splitio 10.25.2-rc.0 → 10.25.2

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,6 +1,6 @@
1
- 10.25.2 (XXX XX, 2024)
1
+ 10.25.2 (March 26, 2024)
2
2
  - Updated some transitive dependencies for vulnerability fixes.
3
- - Bugfixing - Added tslib as an explicit dependency to avoid issues with some package managers that don't install it automatically as a transitive dependency from @splitsoftware/splitio-commons (Related to issue https://github.com/splitio/javascript-client/issues/795).
3
+ - Bugfixing - Added tslib as an explicit dependency to avoid issues with some package managers that don't resolve it automatically as a transitive dependency from @splitsoftware/splitio-commons (Related to issue https://github.com/splitio/javascript-client/issues/795).
4
4
 
5
5
  10.25.1 (January 16, 2024)
6
6
  - Updated @splitsoftware/splitio-commons package to version 1.13.1 and some transitive dependencies for vulnerability fixes.
@@ -1 +1 @@
1
- export var packageVersion = '10.25.2-rc.0';
1
+ export var packageVersion = '10.25.2';
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageVersion = void 0;
4
- exports.packageVersion = '10.25.2-rc.0';
4
+ exports.packageVersion = '10.25.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio",
3
- "version": "10.25.2-rc.0",
3
+ "version": "10.25.2",
4
4
  "description": "Split SDK",
5
5
  "files": [
6
6
  "README.md",
@@ -1 +1 @@
1
- export const packageVersion = '10.25.2-rc.0';
1
+ export const packageVersion = '10.25.2';