cs-redux-devtool
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -1,5 +0,3 @@ | ||
import { Module } from 'clean-state' | ||
declare function install(modules: Record<string, any>, on: any): any | ||
declare function install(modules: Record<string, Module>, on: any): any | ||
export default typeof install |
import { createStore, combineReducers } from 'redux' | ||
import bootstrap from 'clean-state' | ||
var { DISPATCH_TYPE } = bootstrap | ||
var reduxStore = null; | ||
@@ -50,3 +48,3 @@ var actionLen = 0 | ||
injectReduxDevTool(reducers) | ||
pluginEmitter.on(DISPATCH_TYPE, (action)=> { | ||
pluginEmitter.on('CS_DISPATCH_TYPE', (action)=> { | ||
dispatchAction(action) | ||
@@ -53,0 +51,0 @@ }) |
{ | ||
"name": "cs-redux-devtool", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "clean-state debugging tool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1927
44