redux-persist-immutable
Advanced tools
Comparing version 4.0.0-alpha1 to 4.0.0-alpha2
@@ -29,3 +29,4 @@ 'use strict'; | ||
var extendConfig = function extendConfig(config) { | ||
transforms = [].concat(_toConsumableArray(config.transforms), [_reduxPersistTransformImmutable2.default]); | ||
var incomingTransforms = config.transforms || []; | ||
transforms = [].concat(_toConsumableArray(incomingTransforms), [_reduxPersistTransformImmutable2.default]); | ||
return _extends({}, config, operators, { stateReconciler: _reconciler.stateReconciler, transforms: transforms }); | ||
@@ -32,0 +33,0 @@ }; |
{ | ||
"name": "redux-persist-immutable", | ||
"version": "4.0.0-alpha1", | ||
"version": "4.0.0-alpha2", | ||
"description": "top level immutablejs support for redux-persist", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "https://github.com/rufman/redux-persist-immutable-state.git" | ||
"url": "https://github.com/rt2zz/redux-persist-immutable.git" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
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
8283
120