bugsnag-sourcemap
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -32,8 +32,6 @@ const fs = require('fs'); | ||
case 'sources': { | ||
const sources = {}; | ||
Object.keys(fieldValue).forEach(sourceUrl => { | ||
const sourcePath = fieldValue[sourceUrl]; | ||
sources[sourceUrl] = fs.createReadStream(sourcePath); | ||
formData[sourceUrl] = fs.createReadStream(sourcePath); | ||
}); | ||
formData[fieldName] = sources; | ||
break; | ||
@@ -40,0 +38,0 @@ } |
{ | ||
"name": "bugsnag-sourcemap", | ||
"description": "A Node.js module to programmatically upload your sourcemap files to Bugsnag", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "bugsnag", |
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
4292
53