Comparing version 2.8.2 to 2.9.0
@@ -11,2 +11,3 @@ export { default as rootStore } from './rootStore'; | ||
export { default as select, SelectorFunction } from './select'; | ||
export { default as createUndo, UndoResult, CreateUndoReturnValue } from './createUndo'; | ||
export { initializeTestMode, resetTestMode } from './testMode'; |
@@ -14,2 +14,4 @@ "use strict"; | ||
exports.select = select_1.default; | ||
var createUndo_1 = require("./createUndo"); | ||
exports.createUndo = createUndo_1.default; | ||
var testMode_1 = require("./testMode"); | ||
@@ -16,0 +18,0 @@ exports.initializeTestMode = testMode_1.initializeTestMode; |
{ | ||
"name": "satcheljs", | ||
"version": "2.8.2", | ||
"version": "2.9.0", | ||
"description": "Store implementation for functional reactive flux.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
42870
52
502