lore-actions
Advanced tools
Comparing version 0.13.0-rc.2 to 0.13.0
{ | ||
"name": "lore-actions", | ||
"version": "0.13.0-rc.2", | ||
"version": "0.13.0", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "description": "Blueprints to reduce boilerplate for Redux actions", | ||
"lodash": "^4.0.0", | ||
"lore-utils": "^0.13.0-rc.2" | ||
"lore-utils": "^0.13.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "devDependencies": { | ||
"chai": "^3.4.1", | ||
"lore-models": "^0.13.0-rc.2", | ||
"lore-models": "^0.13.0", | ||
"mocha": "^2.3.4", | ||
@@ -37,0 +37,0 @@ "nock": "^3.3.2", |
@@ -57,2 +57,2 @@ const defaultOptions = { | ||
validatePartialPairs | ||
} | ||
}; |
@@ -56,3 +56,3 @@ var expect = require('chai').expect; | ||
where: {}, | ||
pagination: undefined | ||
pagination: {} | ||
}, | ||
@@ -64,3 +64,3 @@ payload: { | ||
where: {}, | ||
pagination: undefined | ||
pagination: {} | ||
}, | ||
@@ -101,3 +101,3 @@ meta: undefined, | ||
where: {}, | ||
pagination: undefined | ||
pagination: {} | ||
}, | ||
@@ -120,3 +120,3 @@ payload: { | ||
where: {}, | ||
pagination: undefined | ||
pagination: {} | ||
}, | ||
@@ -157,3 +157,3 @@ meta: undefined, | ||
where: {}, | ||
pagination: undefined | ||
pagination: {} | ||
}, | ||
@@ -165,3 +165,3 @@ payload: { | ||
where: {}, | ||
pagination: undefined | ||
pagination: {} | ||
}, | ||
@@ -168,0 +168,0 @@ meta: undefined, |
74869
Updatedlore-utils@^0.13.0