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

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,5 @@
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 6, 2022)
2
+ - Updated eventsource dependecy range to ^1.1.1 to avoid dependency resolution to a vulnerable version of this package as much as possible when combined with other dependencies.
4
3
 
5
4
  10.19.0 (May 24, 2022)
6
5
  - 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-rc0';
@@ -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-rc0';
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-rc0",
4
4
  "description": "Split SDK",
5
5
  "files": [
6
6
  "README.md",
@@ -28,7 +28,8 @@
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
35
  "@splitsoftware/splitio-commons": "1.4.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.1"
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-rc0';
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file