immer-reducer
Advanced tools
Comparing version 0.7.11 to 0.7.12
@@ -5,2 +5,3 @@ "use strict"; | ||
}; | ||
var _a; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -220,2 +221,11 @@ exports._clearKnownClasses = exports.setPrefix = exports.createReducerFunction = exports.createActionCreators = exports.ImmerReducer = exports.composeReducers = exports.isActionFrom = exports.isAction = void 0; | ||
exports._clearKnownClasses = _clearKnownClasses; | ||
if (typeof module !== "undefined") { | ||
// Clear classes on Webpack Hot Module replacement as it will mess up the | ||
// duplicate checks appear | ||
(_a = module.hot) === null || _a === void 0 ? void 0 : _a.addStatusHandler(function (status) { | ||
if (status === "prepare") { | ||
_clearKnownClasses(); | ||
} | ||
}); | ||
} | ||
//# sourceMappingURL=immer-reducer.js.map |
{ | ||
"name": "immer-reducer", | ||
"version": "0.7.11", | ||
"version": "0.7.12", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "main": "lib/immer-reducer.js", | ||
"author": "", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"files": [ | ||
@@ -25,0 +25,0 @@ "lib" |
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
30281
0
320