@splitsoftware/splitio 10.18.1-rc.0 → 10.18.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,3 +1,8 @@
|
|
|
1
|
+
10.18.1 (April 20, 2022)
|
|
2
|
+
- Updated some dependencies for vulnerability fixes.
|
|
3
|
+
- Bugfixing - Updated @splitsoftware/splitio-commons package to avoid an error when requiring some third-party dependencies used by the package (Related to issue https://github.com/splitio/javascript-client/issues/662).
|
|
4
|
+
- Bugfixing - Updated `ready` method to rejects the promise with an Error object instead of a string value (Related to issue https://github.com/splitio/javascript-client/issues/654).
|
|
5
|
+
|
|
1
6
|
10.18.0 (April 7, 2022)
|
|
2
7
|
- Added user consent feature to allow delaying or disabling the data tracking from SDK until user consent is explicitly granted or declined. Read more in our docs.
|
|
3
8
|
- Added `scheduler.impressionsQueueSize` property to SDK configuration to limit the amount of impressions tracked in memory. Read more in our docs.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.18.1
|
|
1
|
+
export var packageVersion = '10.18.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "10.18.1
|
|
3
|
+
"version": "10.18.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.1
|
|
35
|
+
"@splitsoftware/splitio-commons": "1.3.1",
|
|
36
36
|
"@types/google.analytics": "0.0.40",
|
|
37
37
|
"@types/ioredis": "^4.28.0",
|
|
38
38
|
"ioredis": "^4.28.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
62
62
|
"proxyquire": "^2.1.3",
|
|
63
63
|
"puppeteer": "^3.3.0",
|
|
64
|
-
"redis-dumpz": "0.1.
|
|
64
|
+
"redis-dumpz": "0.1.12",
|
|
65
65
|
"redis-server": "1.2.2",
|
|
66
66
|
"replace": "^1.2.1",
|
|
67
67
|
"rimraf": "^3.0.2",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '10.18.1
|
|
1
|
+
export const packageVersion = '10.18.1';
|