@splitsoftware/splitio-commons 1.8.2-rc.2 → 1.8.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.
Files changed (2) hide show
  1. package/CHANGES.txt +1 -1
  2. package/package.json +1 -1
package/CHANGES.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  1.8.2 (May 15, 2023)
2
- - Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and intensense comments.
2
+ - Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and IntelliSense comments.
3
3
  - Updated split storage modules to optimize some operations when using Redis and pluggable storages.
4
4
  - Updated some transitive dependencies for vulnerability fixes.
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio-commons",
3
- "version": "1.8.2-rc.2",
3
+ "version": "1.8.2",
4
4
  "description": "Split Javascript SDK common components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",