@splitsoftware/splitio-commons 1.7.3-rc.0 → 1.7.3

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.
Files changed (2) hide show
  1. package/CHANGES.txt +1 -1
  2. package/package.json +1 -1
package/CHANGES.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  1.7.3 (December 16, 2022)
2
- - Updated events and impressions cache in localhost mode in order to avoid memory leaks (Related to issue https://github.com/splitio/javascript-commons/issues/181).
3
2
  - Updated unique keys cache for Redis and Pluggable storages to optimize the usage of the underlying storage.
4
3
  - Updated some transitive dependencies for vulnerability fixes.
4
+ - Bugfixing - Updated events and impressions cache in localhost mode in order to avoid memory leaks (Related to issue https://github.com/splitio/javascript-commons/issues/181).
5
5
 
6
6
  1.7.2 (October 14, 2022)
7
7
  - Bugfixing - Handle `Navigator.sendBeacon` API exceptions in the browser, and fallback to regular Fetch/XHR transport in case of error.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio-commons",
3
- "version": "1.7.3-rc.0",
3
+ "version": "1.7.3",
4
4
  "description": "Split Javascript SDK common components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",