@splitsoftware/splitio-redux
Advanced tools
Comparing version 1.7.3 to 1.7.4-rc.0
@@ -0,1 +1,4 @@ | ||
1.8.0 (June 26, 2023) | ||
- Added `ISplitState` TypeScript interface to the library exports, which is the type for the Split reducer's slice of state. | ||
1.7.3 (May 16, 2023) | ||
@@ -2,0 +5,0 @@ - Updated @splitsoftware/splitio package to version 10.22.5 that includes: |
// 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'; | ||
export var VERSION = 'redux-' + '1.7.4-rc.0'; | ||
// 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'; | ||
exports.VERSION = 'redux-' + '1.7.4-rc.0'; | ||
// Treatments | ||
@@ -9,0 +9,0 @@ exports.ON = 'on'; |
{ | ||
"name": "@splitsoftware/splitio-redux", | ||
"version": "1.7.3", | ||
"version": "1.7.4-rc.0", | ||
"description": "A library to easily use Split JS SDK with Redux and React Redux", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -10,1 +10,3 @@ // For Redux | ||
export { connectToggler, mapTreatmentToProps, mapIsFeatureOnToProps } from './react-redux/connectToggler'; | ||
export type { ISplitState, ISplitTreatments, IKeyTreatments } from './types'; |
@@ -7,1 +7,2 @@ export { splitReducer } from './reducer'; | ||
export { connectToggler, mapTreatmentToProps, mapIsFeatureOnToProps } from './react-redux/connectToggler'; | ||
export type { ISplitState, ISplitTreatments, IKeyTreatments } from './types'; |
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
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
227879
4463
1