ac-backblaze-uploader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,12 @@ | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/mmpro/ac-backblaze-uploader/compare/v1.0.0...v1.0.1) (2019-09-20 14:03) | ||
### Bug Fixes | ||
* **Uploader:** Minor typo fix | MP ([48bc971](https://github.com/mmpro/ac-backblaze-uploader/commit/48bc971)) | ||
Minor typo fix | ||
<a name="1.0.0"></a> | ||
@@ -2,0 +13,0 @@ # 1.0.0 (2019-09-20 12:30) |
@@ -61,3 +61,3 @@ const _ = require('lodash') | ||
mime: contentType, | ||
data: response.body | ||
data: response.data | ||
}) | ||
@@ -64,0 +64,0 @@ .then(done) |
@@ -6,3 +6,3 @@ { | ||
"repository": "mmpro/ac-backblaze-uploader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"dependencies": { | ||
@@ -9,0 +9,0 @@ "async": "^3.1.0", |
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
8337