@splitsoftware/splitio 10.18.3-rc.0 → 10.18.3-rc.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,8 +1,3 @@
|
|
|
1
|
-
10.19.0 (May XX, 2022)
|
|
2
|
-
- Added `scheduler.telemetryRefreshRate` property to SDK configuration, and deprecated `scheduler.metricsRefreshRate` property.
|
|
3
|
-
- Updated SDK telemetry storage, metrics and updater to be more effective and send less often.
|
|
4
|
-
- Bugfixing - Updated default values for `scheduler.impressionsRefreshRate` config parameter: 300s for OPTIMIZED impression mode and 60s for DEBUG impression mode.
|
|
5
|
-
|
|
6
1
|
10.18.2 (May 6, 2022)
|
|
7
2
|
- Bugfixing - Removed "ip" dependency to use an inline copy of it that fixes an error when using it in Node v18 (https://github.com/indutny/node-ip/issues/113).
|
|
8
3
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.18.3-rc.
|
|
1
|
+
export var packageVersion = '10.18.3-rc.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "10.18.3-rc.
|
|
3
|
+
"version": "10.18.3-rc.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.3.2-rc.
|
|
35
|
+
"@splitsoftware/splitio-commons": "1.3.2-rc.6",
|
|
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.18.3-rc.
|
|
1
|
+
export const packageVersion = '10.18.3-rc.1';
|