redux-saga-monitor
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -1,2 +0,5 @@ | ||
## [0.1.5] - 14-Jun-2019 | ||
## [0.1.7] - 14-Jun-2019 | ||
* Fixed name of global hook flag. | ||
## [0.1.6] - 14-Jun-2019 | ||
* Add a global hook to flag when there has a monitor been created. |
@@ -293,3 +293,3 @@ 'use strict'; | ||
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK = true; | ||
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK__ = true; | ||
return { | ||
@@ -296,0 +296,0 @@ get store() { |
@@ -71,3 +71,3 @@ import { createStore } from "redux"; | ||
// TODO: THIS SHOULD BE TYPED OUT PROPERLY | ||
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK = true; | ||
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK__ = true; | ||
return { | ||
@@ -74,0 +74,0 @@ get store() { return store; }, |
@@ -305,3 +305,3 @@ import { combineReducers, createStore } from 'redux'; | ||
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK = true; | ||
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK__ = true; | ||
return { | ||
@@ -308,0 +308,0 @@ get store() { |
{ | ||
"name": "redux-saga-monitor", | ||
"description": "A saga middleware for redux-saga to create a saga control flow graph", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
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
39019