@beef-flux/store
Advanced tools
Comparing version 0.2.6 to 0.2.7
import * as React from 'react'; | ||
import { Manager } from './context'; | ||
import Actions from 'actions'; | ||
import Actions from './actions'; | ||
export declare const useStore: <T>(store: Store<T>) => T; | ||
@@ -5,0 +5,0 @@ export interface StateHistory<T> { |
@@ -23,3 +23,2 @@ "use strict"; | ||
var store_manager_1 = require("./store-manager"); | ||
var manager_1 = require("./actions/manager"); | ||
var context_1 = require("./context"); | ||
@@ -176,3 +175,2 @@ exports.useStore = function (store) { | ||
this.flush(); | ||
manager_1.default.dispatch(Store.ACTION_SEED + "_" + this.uuid, [nextState]); | ||
}; | ||
@@ -179,0 +177,0 @@ Store.prototype.dump = function () { |
{ | ||
"name": "@beef-flux/store", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Flux compatible state machine", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "6efd6283e8381e0f0dbc4d5e4384f753a1e58027" | ||
"gitHead": "4a4e74d8b16c540274831718e4d3339acab47c0c" | ||
} |
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
59622
1664