ellipsis-box
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -19,3 +19,6 @@ "use strict"; | ||
client.files.update(fileId, {shared_link: client.accessLevels.DEFAULT}).then(file => { | ||
resolve(file.shared_link.url); | ||
resolve({ | ||
url: file.shared_link.url, | ||
downloadUrl: file.shared_link.download_url | ||
}); | ||
}); | ||
@@ -22,0 +25,0 @@ } else { |
{ | ||
"name": "ellipsis-box", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Support for accessing the Box.com API from Ellipsis.", | ||
@@ -5,0 +5,0 @@ "main": "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
3247
41