Comparing version 0.2.32 to 0.2.33
@@ -12,4 +12,6 @@ "use strict"; | ||
var throwable = t; | ||
return throwable && | ||
throwable.getMessage() !== undefined | ||
return throwable | ||
&& typeof throwable.getMessage === 'function' | ||
&& typeof throwable.getCause === 'function' | ||
&& throwable.getMessage() !== undefined | ||
&& throwable.getCause() !== undefined; | ||
@@ -16,0 +18,0 @@ } |
{ | ||
"name": "enonic-fp", | ||
"version": "0.2.32", | ||
"version": "0.2.33", | ||
"description": "Functional programming helpers for Enonic XP", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"enonic-types": "^0.0.41", | ||
"fp-ts": "^2.5.2" | ||
"fp-ts": "^2.5.3" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
47337
763
Updatedfp-ts@^2.5.3