Skip to content

Commit 7b0d9ed

Browse files
committed
feat(picker): bump picker to 1.20.0
1 parent a9f97e7 commit 7b0d9ed

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @private
2020
*/
21-
const PICKER_VERSION = '1.19.1';
21+
const PICKER_VERSION = '1.20.0';
2222

2323
/**
2424
* @private

src/lib/api/transform.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ export enum EVideoAccessMode {
198198
crop = 'crop',
199199
}
200200

201-
202201
/**
203202
* @see https://www.filestack.com/docs/image-transformations
204203
*/

src/lib/filelink.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ describe('Different tasks', () => {
292292

293293
filelink.watermark(params);
294294
expect(filelink.toString()).toBe(
295-
'https://cdn.filestackcontent.com/DEFAULT_API_KEY/watermark=file:http://welcome-swiss.com/wp-content/uploads/2015/12/Swiss-landscape.jpg,size:20,position:top/5aYkEQJSQCmYShsoCnZN'
295+
'https://cdn.filestackcontent.com/DEFAULT_API_KEY/watermark=file:\"http://welcome-swiss.com/wp-content/uploads/2015/12/Swiss-landscape.jpg\",size:20,position:top/5aYkEQJSQCmYShsoCnZN'
296296
);
297297
});
298298

0 commit comments

Comments
 (0)