@splitsoftware/splitio 10.28.0-rc.2 → 10.28.0-rc.3

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,7 @@
1
- 10.28.0 (August XXX, 2024)
1
+ 10.28.0 (September XXX, 2024)
2
2
  - Updated @splitsoftware/splitio-commons package to version 1.17.0 that includes minor updates:
3
3
  - Added `sync.requestOptions.getHeaderOverrides` configuration option to enhance SDK HTTP request Headers for Authorization Frameworks.
4
+ - Updated some transitive dependencies for vulnerability fixes.
4
5
 
5
6
  10.27.0 (June 25, 2024)
6
7
  - 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).
@@ -1 +1 @@
1
- export var packageVersion = '10.28.0-rc.2';
1
+ export var packageVersion = '10.28.0-rc.3';
@@ -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.28.0-rc.2';
4
+ exports.packageVersion = '10.28.0-rc.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio",
3
- "version": "10.28.0-rc.2",
3
+ "version": "10.28.0-rc.3",
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.17.0-rc.2",
43
+ "@splitsoftware/splitio-commons": "1.17.0-rc.3",
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.28.0-rc.2';
1
+ export const packageVersion = '10.28.0-rc.3';