@splitsoftware/splitio
Advanced tools
Comparing version 10.26.2-rc.0 to 10.27.0
10.27.0 (June 25, 2024) | ||
- Added `sync.requestOptions.agent` property to SDK configuration, to pass a custom HTTP(S) Agent to the SDK requests in NodeJS. This allows the SDK to use a custom agent with specific configurations, like a network proxy or custom TLS settings (See https://help.split.io/hc/en-us/articles/360020564931-Node-js-SDK#proxy). | ||
- Added `sync.requestOptions.agent` option to SDK configuration for NodeJS. This allows passing a custom NodeJS HTTP(S) Agent with specific configurations for the SDK requests, like custom TLS settings or a network proxy (See https://help.split.io/hc/en-us/articles/360020564931-Node-js-SDK#proxy). | ||
- Updated some transitive dependencies for vulnerability fixes. | ||
@@ -4,0 +4,0 @@ |
@@ -1,1 +0,1 @@ | ||
export var packageVersion = '10.26.2-rc.0'; | ||
export var packageVersion = '10.27.0'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageVersion = void 0; | ||
exports.packageVersion = '10.26.2-rc.0'; | ||
exports.packageVersion = '10.27.0'; |
{ | ||
"name": "@splitsoftware/splitio", | ||
"version": "10.26.2-rc.0", | ||
"version": "10.27.0", | ||
"description": "Split SDK", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -1,1 +0,1 @@ | ||
export const packageVersion = '10.26.2-rc.0'; | ||
export const packageVersion = '10.27.0'; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
337332