@marinade.finance/ts-common
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "@marinade.finance/ts-common", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "TS common utilities", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -9,5 +9,7 @@ "use strict"; | ||
typeof e.message === 'string' && | ||
e.message.includes(message.toString())); | ||
e.message | ||
.toLocaleLowerCase() | ||
.includes(message.toString().toLocaleLowerCase())); | ||
} | ||
exports.checkErrorMessage = checkErrorMessage; | ||
//# sourceMappingURL=error.js.map |
Sorry, the diff of this file is not supported yet
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
33127
487