redux-clerk2 2.0.21 → 2.0.22

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.
@@ -111,7 +111,7 @@ var _initialiseProps = function _initialiseProps() {
111
111
  dispatch(action);
112
112
 
113
113
  if (type === 'success' && actionData.options.normalizeResponse) {
114
- console.log('actionData.options:', actionData.options);
114
+ //console.log(`actionData.options:`, actionData.options)
115
115
  // DISPATCH RELATED ACTIONS IF WE HAVE normalizationSettings
116
116
  if (responseData) {
117
117
  if (actionData.normalizationSettings && Array.isArray(actionData.normalizationSettings)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redux-clerk2",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "description": "Redux Clerk handles the async CRUD in your Redux App.",
5
5
  "main": "lib/index.js",
6
6
  "files": [