@vechain/sdk-errors
Advanced tools
Comparing version 1.0.0-beta.14 to 1.0.0-beta.15
@@ -584,4 +584,3 @@ "use strict"; | ||
); | ||
if (!condition && typeof error === "object") | ||
throw error; | ||
if (!condition && typeof error === "object") throw error; | ||
} | ||
@@ -588,0 +587,0 @@ function assertInnerError(error) { |
{ | ||
"name": "@vechain/sdk-errors", | ||
"version": "1.0.0-beta.14", | ||
"version": "1.0.0-beta.15", | ||
"description": "This module is dedicated to managing and customizing errors within the SDK", | ||
@@ -5,0 +5,0 @@ "author": "vechain Foundation", |
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
175984
3405