auth0-ext-compilers
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -26,7 +26,8 @@ 'use strict'; | ||
statusCode: error.statusCode, | ||
} | ||
}; | ||
['code', 'errno', 'error', 'error_description', 'data'] | ||
.forEach(key => { | ||
if (error[key]) payload[key] = error[key]; | ||
console.log(key); | ||
// if (error[key]) payload[key] = error[key]; | ||
}); | ||
@@ -33,0 +34,0 @@ |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Webtask compilers for Auth0 platform extensibility points", | ||
@@ -11,0 +11,0 @@ "engines": { |
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
31570
519