@hestia-earth/schema-convert
Advanced tools
Comparing version 14.2.0 to 14.3.0
@@ -375,3 +375,5 @@ "use strict"; | ||
} | ||
catch (e2) { } | ||
catch (e2) { | ||
return throwError('Unable to parse GeoJSON value. Please make sure the formatting is correct.'); | ||
} | ||
} | ||
@@ -378,0 +380,0 @@ return result ? validateGeoJSONFormat(result) : value; |
{ | ||
"name": "@hestia-earth/schema-convert", | ||
"version": "14.2.0", | ||
"version": "14.3.0", | ||
"description": "Hestia Schema Converters", | ||
@@ -5,0 +5,0 @@ "main": "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
61549
1288