@splitsoftware/splitio 10.22.2-rc1 → 10.22.2
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.22.2 (November 3, 2022)
|
|
2
|
+
- Bugfixing - Replaced bloom filter dependency that caused dependency conflicts (with farmhash lib) in AWS Lambda. This change only affects Node flavor.
|
|
3
|
+
|
|
1
4
|
10.22.1 (October 14, 2022)
|
|
2
5
|
- Bugfixing - Upgrade @splitsoftware/splitio-commons package to version 1.7.2, that handles `Navigator.sendBeacon` API exceptions in the browser, and fallback to regular Fetch/XHR transport in case of error.
|
|
3
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.22.2
|
|
1
|
+
export var packageVersion = '10.22.2';
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '10.22.2
|
|
1
|
+
export const packageVersion = '10.22.2';
|