redux-dynamic-modules-saga
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -0,0 +0,0 @@ (function webpackUniversalModuleDefinition(root, factory) { |
@@ -0,0 +0,0 @@ import { IModule } from "redux-dynamic-modules"; |
"use strict"; | ||
exports.__esModule = true; |
export * from "./Contracts"; | ||
export * from "./SagaExtension"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { ISagaRegistration } from "./Contracts"; | ||
export declare function sagaEquals(a: ISagaRegistration<any>, b: ISagaRegistration<any>): boolean; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IExtension } from "redux-dynamic-modules"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISagaRegistration } from "./Contracts"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "redux-dynamic-modules-saga", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Saga Extension for redux-dynamic-modules", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
], | ||
"author": "Navneet Gupta (Microsoft), Alex Bettadapur (Microsoft)", | ||
"author": "Navneet Gupta (Microsoft), Alex Bettadapur (Facebook)", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "devDependencies": { | ||
"jest": "^23.5.0", | ||
"redux-dynamic-modules": "^3.5.0", | ||
"redux-dynamic-modules": "^3.5.1", | ||
"redux-saga": "0.16.2", | ||
@@ -42,3 +42,3 @@ "rimraf": "^2.6.2", | ||
"uglifyjs-webpack-plugin": "^1.3.0", | ||
"webpack": "4.28.3", | ||
"webpack": "4.19.1", | ||
"webpack-bundle-analyzer": "^2.13.1", | ||
@@ -68,3 +68,3 @@ "webpack-cli": "^3.1.0" | ||
}, | ||
"gitHead": "b81460b46ad25b21b75f4a563a0f11b64d820ffd" | ||
"gitHead": "89965519f0c15b61e49466977bf547680d37e153" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45321