@feardread/feature-factory 4.0.7 → 4.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feardread/feature-factory",
3
- "version": "4.0.7",
3
+ "version": "4.0.8",
4
4
  "description": "Library to interact with redux toolkit and reduce boilerplate / repeated code",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -171,7 +171,7 @@ export const ThunkFactory = {
171
171
 
172
172
  const operation = STANDARD_OPERATIONS[prefix];
173
173
  if (operation) {
174
- return createGenericThunk(entity, prefix, options);
174
+ return createGenericThunk(entity, prefix);
175
175
  }
176
176
 
177
177
  // Fallback to original behavior for custom prefixes