duckfactory
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -33,5 +33,6 @@ "use strict"; | ||
if (takenActionNames.has(actionName)) { | ||
throw Error("Action name " + (0, _stringify2.default)(actionName) + " is already taken. Action names must be unique. " + "Existing names are: " + (0, _stringify2.default)(takenActionNames)); | ||
console.warn("Action name " + (0, _stringify2.default)(actionName) + " is already taken. " + "Action names must be unique (this may just be a case of a double initialization of Duckfactory). " + "Existing names are: " + (0, _stringify2.default)(takenActionNames)); | ||
} else { | ||
takenActionNames.add(actionName); | ||
} | ||
takenActionNames.add(actionName); | ||
}; | ||
@@ -38,0 +39,0 @@ |
{ | ||
"name": "duckfactory", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Factory for creating redux ducks", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
22005
241