@splitsoftware/splitio 10.19.1-rc.0 → 10.19.1-rc2

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,6 @@
1
- 11.0.0 (May 27, 2022)
2
- - BREAKING CHANGE: NodeJS >= v12.0.0 is required.
3
- - Updated EventSource dependency for vulnerability fixes (Related to issues https://github.com/splitio/javascript-client/issues/665 and https://github.com/splitio/javascript-client/issues/677).
1
+ 10.19.1 (Jun 10, 2022)
2
+ - Updated eventsource dependecy range to ^1.1.2 to avoid dependency resolution to a vulnerable version of this package as much as possible when combined with other dependencies.
3
+ - Bugfixing - Updated submitters logic, to avoid dropping impressions and events that are being tracked while POST request is pending.
4
4
 
5
5
  10.19.0 (May 24, 2022)
6
6
  - Added `scheduler.telemetryRefreshRate` property to SDK configuration, and deprecated `scheduler.metricsRefreshRate` property.
@@ -1 +1 @@
1
- export var packageVersion = '10.19.1-rc.0';
1
+ export var packageVersion = '10.19.1-rc2';
@@ -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.19.1-rc.0';
4
+ exports.packageVersion = '10.19.1-rc2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio",
3
- "version": "10.19.1-rc.0",
3
+ "version": "10.19.1-rc2",
4
4
  "description": "Split SDK",
5
5
  "files": [
6
6
  "README.md",
@@ -28,10 +28,11 @@
28
28
  "module": "es/index.js",
29
29
  "types": "types",
30
30
  "engines": {
31
- "node": ">= 12.0.0"
31
+ "npm": ">=3",
32
+ "node": ">=6"
32
33
  },
33
34
  "dependencies": {
34
- "@splitsoftware/splitio-commons": "1.4.0",
35
+ "@splitsoftware/splitio-commons": "1.4.1-rc.0",
35
36
  "@types/google.analytics": "0.0.40",
36
37
  "@types/ioredis": "^4.28.0",
37
38
  "ioredis": "^4.28.0",
@@ -40,7 +41,7 @@
40
41
  "unfetch": "^4.2.0"
41
42
  },
42
43
  "optionalDependencies": {
43
- "eventsource": "^2.0.2"
44
+ "eventsource": "^1.1.2"
44
45
  },
45
46
  "devDependencies": {
46
47
  "@types/node-fetch": "^2.5.12",
@@ -1 +1 @@
1
- export const packageVersion = '10.19.1-rc.0';
1
+ export const packageVersion = '10.19.1-rc2';