@splitsoftware/splitio-redux
Advanced tools
Comparing version 1.10.1-rc.0 to 1.10.1-rc.1
@@ -1,4 +0,5 @@ | ||
1.10.1 (March 26, 2023) | ||
- Updated the build process and added the `tslib` package as an explicit dependency to import TypeScript helpers, thereby avoiding duplicated helper code in the output files. | ||
- Updated @splitsoftware/splitio package to version 10.25.2, which includes vulnerability fixes and other improvements. | ||
1.10.1 (March 27, 2023) | ||
- Updated the build process and added the `tslib` package as an explicit dependency to import TypeScript helpers, thereby avoiding duplicated helper code in the output files. | ||
- Updated @splitsoftware/splitio package to version 10.25.2, which includes vulnerability fixes and other improvements. | ||
- Updated Redux-Thunk peer dependency range to include redux-thunk@3.x.x. | ||
@@ -5,0 +6,0 @@ 1.10.0 (December 18, 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.10.1-rc.0'; | ||
export var VERSION = 'redux-' + '1.10.1-rc.1'; | ||
// 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.10.1-rc.0'; | ||
exports.VERSION = 'redux-' + '1.10.1-rc.1'; | ||
// Treatments | ||
@@ -9,0 +9,0 @@ exports.ON = 'on'; |
{ | ||
"name": "@splitsoftware/splitio-redux", | ||
"version": "1.10.1-rc.0", | ||
"version": "1.10.1-rc.1", | ||
"description": "A library to easily use Split JS SDK with Redux and React Redux", | ||
@@ -96,3 +96,3 @@ "main": "lib/index.js", | ||
"redux": ">=2.0.0", | ||
"redux-thunk": "^2.0.0" | ||
"redux-thunk": ">=2.0.0" | ||
}, | ||
@@ -99,0 +99,0 @@ "peerDependenciesMeta": { |
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
251040