@splitsoftware/splitio-commons 1.8.4 → 1.9.0

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,4 +1,4 @@
1
- 1.8.4 (July 18, 2023)
1
+ 1.9.0 (July 18, 2023)
2
2
  - Updated streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
3
3
 
4
4
  1.8.3 (June 29, 2023)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio-commons",
3
- "version": "1.8.4",
3
+ "version": "1.9.0",
4
4
  "description": "Split Javascript SDK common components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",