@splitsoftware/splitio 10.19.0 → 10.19.1-rc1
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,3 +1,6 @@
|
|
|
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.
|
|
3
|
+
|
|
1
4
|
10.19.0 (May 24, 2022)
|
|
2
5
|
- Added `scheduler.telemetryRefreshRate` property to SDK configuration, and deprecated `scheduler.metricsRefreshRate` property.
|
|
3
6
|
- Updated SDK telemetry storage, metrics and updater to be more effective and send less often.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.19.
|
|
1
|
+
export var packageVersion = '10.19.1-rc1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "10.19.
|
|
3
|
+
"version": "10.19.1-rc1",
|
|
4
4
|
"description": "Split SDK",
|
|
5
5
|
"files": [
|
|
6
6
|
"README.md",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"unfetch": "^4.2.0"
|
|
42
42
|
},
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"eventsource": "^1.
|
|
44
|
+
"eventsource": "^1.1.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node-fetch": "^2.5.12",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '10.19.
|
|
1
|
+
export const packageVersion = '10.19.1-rc1';
|
package/src/.DS_Store
DELETED
|
Binary file
|
package/src/platform/.DS_Store
DELETED
|
Binary file
|
package/src/settings/.DS_Store
DELETED
|
Binary file
|