@highlight-run/sourcemap-uploader
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -103,8 +103,7 @@ #!/usr/bin/env node | ||
// Setting up S3 upload parameters | ||
var bucketPath; | ||
if (version === null || version === undefined || version === "") { | ||
bucketPath = `${organizationId}/${fileName}`; | ||
} else { | ||
bucketPath = `${organizationId}/${version}/${fileName}`; | ||
version = "unversioned"; | ||
} | ||
const bucketPath = `${organizationId}/${version}/${fileName}`; | ||
const params = { | ||
@@ -111,0 +110,0 @@ Bucket: BUCKET_NAME, |
{ | ||
"name": "@highlight-run/sourcemap-uploader", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Command line tool to upload source maps to Highlight", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3900
103