@splitsoftware/splitio
Advanced tools
Comparing version 10.26.1-rc.0 to 10.26.1-rc.1
10.26.1 (June XX, 2024) | ||
- 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. | ||
- 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. | ||
- Updated @splitsoftware/splitio-commons package to version 1.15.1 that includes updates on input validation logs. | ||
@@ -4,0 +4,0 @@ |
@@ -1,1 +0,1 @@ | ||
export var packageVersion = '10.26.1-rc.0'; | ||
export var packageVersion = '10.26.1-rc.1'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageVersion = void 0; | ||
exports.packageVersion = '10.26.1-rc.0'; | ||
exports.packageVersion = '10.26.1-rc.1'; |
{ | ||
"name": "@splitsoftware/splitio", | ||
"version": "10.26.1-rc.0", | ||
"version": "10.26.1-rc.1", | ||
"description": "Split SDK", | ||
@@ -43,3 +43,3 @@ "files": [ | ||
"dependencies": { | ||
"@splitsoftware/splitio-commons": "1.15.1-rc.0", | ||
"@splitsoftware/splitio-commons": "1.15.1-rc.1", | ||
"@types/google.analytics": "0.0.40", | ||
@@ -46,0 +46,0 @@ "@types/ioredis": "^4.28.0", |
@@ -1,1 +0,1 @@ | ||
export const packageVersion = '10.26.1-rc.0'; | ||
export const packageVersion = '10.26.1-rc.1'; |
281575
+ Added@splitsoftware/splitio-commons@1.15.1-rc.1(transitive)
- Removed@splitsoftware/splitio-commons@1.15.1-rc.0(transitive)