filestack-js
Advanced tools
Comparing version 1.14.0 to 1.14.1
@@ -14,5 +14,5 @@ import { SecurityOptions, getSecurity } from './lib/api/security'; | ||
*/ | ||
export declare const version = "1.14.0"; | ||
export declare const version = "1.14.1"; | ||
export * from './lib/api/transform'; | ||
export * from './lib/filelink'; | ||
export { TransformSchema, SecurityOptions, getSecurity, }; |
@@ -37,4 +37,4 @@ "use strict"; | ||
*/ | ||
exports.version = '1.14.0'; | ||
exports.version = '1.14.1'; | ||
tslib_1.__exportStar(require("./lib/api/transform"), exports); | ||
tslib_1.__exportStar(require("./lib/filelink"), exports); |
@@ -28,4 +28,4 @@ "use strict"; | ||
var requestWithSource = function (method, url) { | ||
return request[method](url).set('Filestack-Source', 'JS-1.14.0'); | ||
return request[method](url).set('Filestack-Source', 'JS-1.14.1'); | ||
}; | ||
exports.requestWithSource = requestWithSource; |
@@ -827,2 +827,5 @@ "use strict"; | ||
for (var i in toTest) { | ||
if (!toTest.hasOwnProperty(i)) { | ||
continue; | ||
} | ||
if (toTest[i].indexOf('src:') === 0 || toTest[i].indexOf('http') === 0) { | ||
@@ -829,0 +832,0 @@ return true; |
@@ -14,5 +14,5 @@ import { SecurityOptions, getSecurity } from './lib/api/security'; | ||
*/ | ||
export declare const version = "1.14.0"; | ||
export declare const version = "1.14.1"; | ||
export * from './lib/api/transform'; | ||
export * from './lib/filelink'; | ||
export { TransformSchema, SecurityOptions, getSecurity, }; |
@@ -32,5 +32,5 @@ /* | ||
*/ | ||
export var version = '1.14.0'; | ||
export var version = '1.14.1'; | ||
export * from './lib/api/transform'; | ||
export * from './lib/filelink'; | ||
export { TransformSchema, getSecurity, }; |
@@ -25,4 +25,4 @@ /* | ||
var requestWithSource = function (method, url) { | ||
return request[method](url).set('Filestack-Source', 'JS-1.14.0'); | ||
return request[method](url).set('Filestack-Source', 'JS-1.14.1'); | ||
}; | ||
export { request, requestWithSource }; |
@@ -825,2 +825,5 @@ /* | ||
for (var i in toTest) { | ||
if (!toTest.hasOwnProperty(i)) { | ||
continue; | ||
} | ||
if (toTest[i].indexOf('src:') === 0 || toTest[i].indexOf('http') === 0) { | ||
@@ -827,0 +830,0 @@ return true; |
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.14.1"></a> | ||
## [1.14.1](https://github.com/filestack/filestack-js/compare/v1.14.0...v1.14.1) (2019-02-12) | ||
### Bug Fixes | ||
* **filelink:** Add check hasOwnProperty to loop ([c3e930f](https://github.com/filestack/filestack-js/commit/c3e930f)) | ||
<a name="1.14.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.14.0](https://github.com/filestack/filestack-js/compare/v1.13.4...v1.14.0) (2019-02-11) |
{ | ||
"name": "filestack-js", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Official JavaScript library for Filestack", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
@@ -1185,2 +1185,6 @@ /* | ||
for (let i in toTest) { | ||
if (!toTest.hasOwnProperty(i)) { | ||
continue; | ||
} | ||
if (toTest[i].indexOf('src:') === 0 || toTest[i].indexOf('http') === 0) { | ||
@@ -1187,0 +1191,0 @@ return true; |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
5357160
67332