Comparing version 4.0.25 to 4.0.26
@@ -158,3 +158,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
console.log('subAction', subAction); | ||
console.log('subAction', subAction, action); | ||
var callback = lookbook.actions[name][toCamelCase(mainAction)]; | ||
@@ -161,0 +161,0 @@ var callbackType = callback ? 'action' : false; |
@@ -180,3 +180,3 @@ "use strict"; | ||
console.log('subAction', subAction); | ||
console.log('subAction', subAction, action); | ||
var callback = lookbook.actions[name][toCamelCase(mainAction)]; | ||
@@ -183,0 +183,0 @@ var callbackType = callback ? 'action' : false; |
{ | ||
"name": "badburger", | ||
"version": "4.0.25", | ||
"version": "4.0.26", | ||
"description": "An opinionated state management library based on Redux.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
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
419228