@splitsoftware/splitio 10.26.1-rc.0 → 10.26.1-rc.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
  10.26.1 (June XX, 2024)
2
- - Updated the internal import of the 'os' module in NodeJS to use ES modules when bundling and running a .mjs file with the SDK code.
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, avoiding runtime errors when bundling or importing the SDK in a .mjs file.
3
3
  - Updated @splitsoftware/splitio-commons package to version 1.15.1 that includes updates on input validation logs.
4
4
 
5
5
  10.26.0 (May 6, 2024)
@@ -1 +1 @@
1
- export var packageVersion = '10.26.1-rc.0';
1
+ export var packageVersion = '10.26.1-rc.1';
@@ -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.26.1-rc.0';
4
+ exports.packageVersion = '10.26.1-rc.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio",
3
- "version": "10.26.1-rc.0",
3
+ "version": "10.26.1-rc.1",
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.0",
43
+ "@splitsoftware/splitio-commons": "1.15.1-rc.1",
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.0';
1
+ export const packageVersion = '10.26.1-rc.1';