chance-generators
Advanced tools
Comparing version 1.14.0 to 1.15.0
@@ -76,3 +76,3 @@ /*global define*/ | ||
lastValue = generator() | ||
lastMappedValue = f(lastValue) | ||
lastMappedValue = unwrap(f(lastValue)) | ||
return lastMappedValue | ||
@@ -79,0 +79,0 @@ }) |
{ | ||
"name": "chance-generators", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "Random generators based on changejs", | ||
@@ -5,0 +5,0 @@ "main": "lib/chance-generators.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
29526