Comparing version 1.3.2 to 1.3.3
# CHANGELOG | ||
## v1.3.3 | ||
### Fixes | ||
* 🐛 reject errors instead of printing them only to the console | ||
## v1.3.2 | ||
@@ -4,0 +9,0 @@ |
@@ -53,3 +53,3 @@ const https = require("https"); | ||
} catch (error) { | ||
console.error(responseBody, error); | ||
reject(error); | ||
} | ||
@@ -56,0 +56,0 @@ }); |
{ | ||
"name": "mindee", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Mindee Client Library for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "mindee/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
2201670