filestack-js
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -14,3 +14,3 @@ import { SecurityOptions, getSecurity } from './lib/api/security'; | ||
*/ | ||
export declare const version = "1.7.0"; | ||
export declare const version = "1.7.1"; | ||
export { TransformOptions, EStyleType, EShapeType, ENoiseType, EFitOptions, EColorspaceType, EBlurMode, EAlignOptions, EAlignFacesOptions, ECropfacesType, SecurityOptions, getSecurity }; |
@@ -44,2 +44,2 @@ "use strict"; | ||
*/ | ||
exports.version = '1.7.0'; | ||
exports.version = '1.7.1'; |
@@ -28,3 +28,3 @@ "use strict"; | ||
var newReq = agent; | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.0'); | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.1'); | ||
}; | ||
@@ -31,0 +31,0 @@ exports.requestWithSource = requestWithSource; |
@@ -216,3 +216,3 @@ import { Client } from './client'; | ||
*/ | ||
workflowsIds?: string[]; | ||
workflowIds?: string[]; | ||
} | ||
@@ -219,0 +219,0 @@ export interface PickerCustomText { |
@@ -14,3 +14,3 @@ import { SecurityOptions, getSecurity } from './lib/api/security'; | ||
*/ | ||
export declare const version = "1.7.0"; | ||
export declare const version = "1.7.1"; | ||
export { TransformOptions, EStyleType, EShapeType, ENoiseType, EFitOptions, EColorspaceType, EBlurMode, EAlignOptions, EAlignFacesOptions, ECropfacesType, SecurityOptions, getSecurity }; |
@@ -32,3 +32,3 @@ /* | ||
*/ | ||
export var version = '1.7.0'; | ||
export var version = '1.7.1'; | ||
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.0'); | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.1'); | ||
}; | ||
@@ -29,0 +29,0 @@ /** |
@@ -216,3 +216,3 @@ import { Client } from './client'; | ||
*/ | ||
workflowsIds?: string[]; | ||
workflowIds?: string[]; | ||
} | ||
@@ -219,0 +219,0 @@ export interface PickerCustomText { |
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.7.1"></a> | ||
## [1.7.1](https://github.com/filestack/filestack-js/compare/v1.7.0...v1.7.1) (2018-10-10) | ||
### Bug Fixes | ||
* **pickerOptions/workflows:** Fix workflowIds name in options ([#160](https://github.com/filestack/filestack-js/issues/160)) ([b53af12](https://github.com/filestack/filestack-js/commit/b53af12)) | ||
<a name="1.7.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.7.0](https://github.com/filestack/filestack-js/compare/v1.6.1...v1.7.0) (2018-10-10) |
{ | ||
"name": "filestack-js", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Official JavaScript library for Filestack", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
@@ -252,3 +252,3 @@ /* | ||
*/ | ||
workflowsIds?: string[]; | ||
workflowIds?: string[]; | ||
} | ||
@@ -255,0 +255,0 @@ |
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
2681290