@splitsoftware/splitio-redux
Advanced tools
Comparing version 1.7.3-rc.0 to 1.7.3
@@ -1,4 +0,5 @@ | ||
1.7.3 (May 15, 2023) | ||
- Updated @splitsoftware/splitio package to version 10.22.5 that includes updated terminology on the 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. | ||
- Updated some transitive dependencies for vulnerability fixes. | ||
1.7.3 (May 16, 2023) | ||
- Updated @splitsoftware/splitio package to version 10.22.5 that includes: | ||
- 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. | ||
- Updated some transitive dependencies for vulnerability fixes. | ||
@@ -5,0 +6,0 @@ 1.7.2 (April 3, 2023) |
// Default value for the key where the Split piece of state is expected to be mounted. | ||
export var DEFAULT_SPLIT_STATE_SLICE = 'splitio'; | ||
export var VERSION = 'redux-' + '1.7.3-rc.0'; | ||
export var VERSION = 'redux-' + '1.7.3'; | ||
// Treatments | ||
@@ -5,0 +5,0 @@ export var ON = 'on'; |
@@ -6,3 +6,3 @@ "use strict"; | ||
exports.DEFAULT_SPLIT_STATE_SLICE = 'splitio'; | ||
exports.VERSION = 'redux-' + '1.7.3-rc.0'; | ||
exports.VERSION = 'redux-' + '1.7.3'; | ||
// Treatments | ||
@@ -9,0 +9,0 @@ exports.ON = 'on'; |
{ | ||
"name": "@splitsoftware/splitio-redux", | ||
"version": "1.7.3-rc.0", | ||
"version": "1.7.3", | ||
"description": "A library to easily use Split JS SDK with Redux and React Redux", | ||
@@ -62,3 +62,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@splitsoftware/splitio": "10.22.5-rc.0" | ||
"@splitsoftware/splitio": "10.22.5" | ||
}, | ||
@@ -65,0 +65,0 @@ "devDependencies": { |
@@ -95,2 +95,3 @@ # Split SDK for Redux | ||
* Android [Github](https://github.com/splitio/android-client) [Docs](https://help.split.io/hc/en-us/articles/360020343291-Android-SDK) | ||
* Angular [Github](https://github.com/splitio/angular-sdk-plugin) [Docs](https://help.split.io/hc/en-us/articles/6495326064397-Angular-utilities) | ||
* GO [Github](https://github.com/splitio/go-client) [Docs](https://help.split.io/hc/en-us/articles/360020093652-Go-SDK) | ||
@@ -97,0 +98,0 @@ * iOS [Github](https://github.com/splitio/ios-client) [Docs](https://help.split.io/hc/en-us/articles/360020401491-iOS-SDK) |
@@ -180,3 +180,3 @@ /** Mocks */ | ||
const attributes = { att1: 'att1' }; | ||
store.dispatch<any>(getTreatments({ key: splitKey, splitNames:featureFlagNames, attributes })); | ||
store.dispatch<any>(getTreatments({ key: splitKey, splitNames: featureFlagNames, attributes })); | ||
@@ -183,0 +183,0 @@ action = store.getActions()[2]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
227558
0
114
+ Added@splitsoftware/splitio@10.22.5(transitive)
+ Added@splitsoftware/splitio-commons@1.8.2(transitive)
- Removed@splitsoftware/splitio@10.22.5-rc.0(transitive)
- Removed@splitsoftware/splitio-commons@1.8.2-rc.2(transitive)