@splitsoftware/splitio 10.19.1-rc1 → 10.19.1
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,6 @@
|
|
|
1
|
-
10.19.1 (Jun
|
|
2
|
-
- Updated eventsource
|
|
1
|
+
10.19.1 (Jun 13, 2022)
|
|
2
|
+
- Updated eventsource dependency range to ^1.1.2 to avoid a vulnerability and dependency resolution to a vulnerable version of url-parse transitive dependency.
|
|
3
|
+
- Bugfixing - Updated submitters logic, to avoid dropping impressions and events that are being tracked while POST request is pending.
|
|
3
4
|
|
|
4
5
|
10.19.0 (May 24, 2022)
|
|
5
6
|
- Added `scheduler.telemetryRefreshRate` property to SDK configuration, and deprecated `scheduler.metricsRefreshRate` property.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.19.1
|
|
1
|
+
export var packageVersion = '10.19.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "10.19.1
|
|
3
|
+
"version": "10.19.1",
|
|
4
4
|
"description": "Split SDK",
|
|
5
5
|
"files": [
|
|
6
6
|
"README.md",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"node": ">=6"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@splitsoftware/splitio-commons": "1.4.
|
|
35
|
+
"@splitsoftware/splitio-commons": "1.4.1",
|
|
36
36
|
"@types/google.analytics": "0.0.40",
|
|
37
37
|
"@types/ioredis": "^4.28.0",
|
|
38
38
|
"ioredis": "^4.28.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '10.19.1
|
|
1
|
+
export const packageVersion = '10.19.1';
|