@splitsoftware/splitio 10.26.2-rc.0 → 10.27.0
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.27.0 (June 25, 2024)
|
|
2
|
-
- Added `sync.requestOptions.agent`
|
|
2
|
+
- 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).
|
|
3
3
|
- Updated some transitive dependencies for vulnerability fixes.
|
|
4
4
|
|
|
5
5
|
10.26.1 (June 14, 2024)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.
|
|
1
|
+
export var packageVersion = '10.27.0';
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '10.
|
|
1
|
+
export const packageVersion = '10.27.0';
|