filestack-js
Advanced tools
Comparing version 1.7.5 to 1.7.6
@@ -14,3 +14,3 @@ import { SecurityOptions, getSecurity } from './lib/api/security'; | ||
*/ | ||
export declare const version = "1.7.5"; | ||
export declare const version = "1.7.6"; | ||
export { TransformOptions, EStyleType, EShapeType, ENoiseType, EFitOptions, EColorspaceType, EBlurMode, EAlignOptions, EAlignFacesOptions, ECropfacesType, SecurityOptions, getSecurity }; |
@@ -44,2 +44,2 @@ "use strict"; | ||
*/ | ||
exports.version = '1.7.5'; | ||
exports.version = '1.7.6'; |
@@ -28,3 +28,3 @@ "use strict"; | ||
var newReq = agent; | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.5'); | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.6'); | ||
}; | ||
@@ -31,0 +31,0 @@ exports.requestWithSource = requestWithSource; |
@@ -165,3 +165,3 @@ "use strict"; | ||
var fields = tslib_1.__assign({ apikey: config.apikey, size: file.size, filename: utils_1.getName(file, config), mimetype: config.mimetype || file.type || 'application/octet-stream', parts: formatETags(etags) }, params); | ||
if (config.store.workflow && config.store.workflow.length) { | ||
if (config.store.workflows && config.store.workflows.length) { | ||
fields['workflows'] = JSON.stringify(config.store.workflows); | ||
@@ -168,0 +168,0 @@ delete config.store.workflows; |
@@ -14,3 +14,3 @@ import { SecurityOptions, getSecurity } from './lib/api/security'; | ||
*/ | ||
export declare const version = "1.7.5"; | ||
export declare const version = "1.7.6"; | ||
export { TransformOptions, EStyleType, EShapeType, ENoiseType, EFitOptions, EColorspaceType, EBlurMode, EAlignOptions, EAlignFacesOptions, ECropfacesType, SecurityOptions, getSecurity }; |
@@ -32,3 +32,3 @@ /* | ||
*/ | ||
export var version = '1.7.5'; | ||
export var version = '1.7.6'; | ||
export { EStyleType, EShapeType, ENoiseType, EFitOptions, EColorspaceType, EBlurMode, EAlignOptions, EAlignFacesOptions, ECropfacesType, getSecurity }; |
@@ -26,3 +26,3 @@ /* | ||
var newReq = agent; | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.5'); | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.6'); | ||
}; | ||
@@ -29,0 +29,0 @@ /** |
@@ -163,3 +163,3 @@ /* | ||
var fields = tslib_1.__assign({ apikey: config.apikey, size: file.size, filename: getName(file, config), mimetype: config.mimetype || file.type || 'application/octet-stream', parts: formatETags(etags) }, params); | ||
if (config.store.workflow && config.store.workflow.length) { | ||
if (config.store.workflows && config.store.workflows.length) { | ||
fields['workflows'] = JSON.stringify(config.store.workflows); | ||
@@ -166,0 +166,0 @@ delete config.store.workflows; |
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.7.6"></a> | ||
## [1.7.6](https://github.com/filestack/filestack-js/compare/v1.7.5...v1.7.6) (2018-10-25) | ||
### Bug Fixes | ||
* **workflows:** fix condition in workflows ([03738ba](https://github.com/filestack/filestack-js/commit/03738ba)) | ||
<a name="1.7.5"></a> | ||
@@ -7,0 +17,0 @@ ## [1.7.5](https://github.com/filestack/filestack-js/compare/v1.7.4...v1.7.5) (2018-10-25) |
{ | ||
"name": "filestack-js", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "Official JavaScript library for Filestack", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2691242