brookjs-eddy
Advanced tools
Comparing version 1.0.0-alpha.32 to 1.0.0-beta.0
@@ -25,3 +25,3 @@ import { StoreCreator as ReduxStoreCreator, Reducer, StoreEnhancer, Store, Action, DeepPartial } from 'redux'; | ||
export declare const combineReducers: <S, A extends Action<any>>(reducerMap: ReducerMapObject<S, A>) => LiftedLoopReducer<S, A>; | ||
export declare const createStore: <S, A extends Action<string>>(reducer: EddyReducer<S, A>, initialState: S, delta: Delta<A, S>) => Store<S, A>; | ||
export declare const createStore: <S, A extends Action<string>>(reducer: EddyReducer<S, A>, initialState: S | undefined, delta: Delta<A, S>) => Store<S, A>; | ||
export {}; |
{ | ||
"name": "brookjs-eddy", | ||
"version": "1.0.0-alpha.32", | ||
"version": "1.0.0-beta.0", | ||
"description": "reactive programming tools for well-structured, testable applications", | ||
@@ -16,3 +16,3 @@ "main": "dist/brookjs-eddy.cjs.js", | ||
"format": "beaver format", | ||
"clean": "rimraf dist coverage", | ||
"clean": "rimraf dist coverage *.tgz", | ||
"build": "tsc --emitDeclarationOnly && rollup -c ../../rollup.config.ts", | ||
@@ -24,3 +24,3 @@ "prepublishOnly": "yarn clean && yarn build" | ||
"dependencies": { | ||
"brookjs-types": "^1.0.0-alpha.32", | ||
"brookjs-types": "^1.0.0-beta.0", | ||
"redux": "^4.0.0", | ||
@@ -32,3 +32,3 @@ "redux-devtools-extension": "^2.13.8" | ||
}, | ||
"gitHead": "14619440667f59edb3365520c6d51a1739b4cf24" | ||
"gitHead": "8ce4d20fe18beb6bab5ee900584c4e58b2bae550" | ||
} |
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
37383
Updatedbrookjs-types@^1.0.0-beta.0