bridge-compile
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -108,3 +108,3 @@ "use strict"; | ||
}; | ||
const errorsFormated = {}; | ||
let errorsFormated = {}; | ||
jsonHandler.returnBridgeType.error.union.forEach((error) => { | ||
@@ -131,2 +131,3 @@ const statusCode = (error.object.status.value || 500).toString(); | ||
} | ||
errorsFormated = {}; | ||
if (jsonHandler.body) | ||
@@ -133,0 +134,0 @@ operationObject.requestBody = { |
{ | ||
"name": "bridge-compile", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Compile the sdk of your Bridge project with one command locally", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
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
52839
1218