filestack-js
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -22,3 +22,3 @@ "use strict"; | ||
*/ | ||
var PICKER_VERSION = '1.2.2'; | ||
var PICKER_VERSION = '1.2.3'; | ||
/* istanbul ignore next */ | ||
@@ -25,0 +25,0 @@ if (process.env.NODE_ENV === 'production') { |
@@ -14,3 +14,3 @@ import { SecurityOptions, getSecurity } from './lib/api/security'; | ||
*/ | ||
export declare const version = "1.7.1"; | ||
export declare const version = "1.7.2"; | ||
export { TransformOptions, EStyleType, EShapeType, ENoiseType, EFitOptions, EColorspaceType, EBlurMode, EAlignOptions, EAlignFacesOptions, ECropfacesType, SecurityOptions, getSecurity }; |
@@ -44,2 +44,2 @@ "use strict"; | ||
*/ | ||
exports.version = '1.7.1'; | ||
exports.version = '1.7.2'; |
@@ -28,3 +28,3 @@ "use strict"; | ||
var newReq = agent; | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.1'); | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.2'); | ||
}; | ||
@@ -31,0 +31,0 @@ exports.requestWithSource = requestWithSource; |
@@ -43,2 +43,3 @@ "use strict"; | ||
{ name: 'access', type: t.enums.of('public private') }, | ||
{ name: 'workflowIds', type: t.list(t.String) }, | ||
]; | ||
@@ -45,0 +46,0 @@ utils_1.checkOptions('storeURL', allowed, opts); |
@@ -20,3 +20,3 @@ /* | ||
*/ | ||
var PICKER_VERSION = '1.2.2'; | ||
var PICKER_VERSION = '1.2.3'; | ||
/** | ||
@@ -23,0 +23,0 @@ * @private |
@@ -14,3 +14,3 @@ import { SecurityOptions, getSecurity } from './lib/api/security'; | ||
*/ | ||
export declare const version = "1.7.1"; | ||
export declare const version = "1.7.2"; | ||
export { TransformOptions, EStyleType, EShapeType, ENoiseType, EFitOptions, EColorspaceType, EBlurMode, EAlignOptions, EAlignFacesOptions, ECropfacesType, SecurityOptions, getSecurity }; |
@@ -32,3 +32,3 @@ /* | ||
*/ | ||
export var version = '1.7.1'; | ||
export var version = '1.7.2'; | ||
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.1'); | ||
return newReq[method](url).set('Filestack-Source', 'JS-1.7.2'); | ||
}; | ||
@@ -29,0 +29,0 @@ /** |
@@ -41,2 +41,3 @@ /* | ||
{ name: 'access', type: t.enums.of('public private') }, | ||
{ name: 'workflowIds', type: t.list(t.String) }, | ||
]; | ||
@@ -43,0 +44,0 @@ checkOptions('storeURL', allowed, opts); |
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.7.2"></a> | ||
## [1.7.2](https://github.com/filestack/filestack-js/compare/v1.7.1...v1.7.2) (2018-10-11) | ||
<a name="1.7.1"></a> | ||
@@ -7,0 +12,0 @@ ## [1.7.1](https://github.com/filestack/filestack-js/compare/v1.7.0...v1.7.1) (2018-10-10) |
{ | ||
"name": "filestack-js", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Official JavaScript library for Filestack", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
@@ -21,3 +21,3 @@ /* | ||
*/ | ||
const PICKER_VERSION = '1.2.2'; | ||
const PICKER_VERSION = '1.2.3'; | ||
@@ -24,0 +24,0 @@ /** |
@@ -49,2 +49,3 @@ /* | ||
{ name: 'access', type: t.enums.of('public private') }, | ||
{ name: 'workflowIds', type: t.list(t.String) }, | ||
]; | ||
@@ -51,0 +52,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
2682110
34731