File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ 1.15.0 / 2024-01-12
2
+ ==================
3
+
4
+ - Add Resize.Auto action
5
+
1
6
1.14.0 / 2023-12-06
2
7
==================
3
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/url-gen" ,
3
- "version" : " 1.14 .0" ,
3
+ "version" : " 1.15 .0" ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"test" : " npm run build && npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size" ,
150
150
}
151
151
},
152
152
"dependencies" : {
153
- "@cloudinary/transformation-builder-sdk" : " ^1.9 .0"
153
+ "@cloudinary/transformation-builder-sdk" : " ^1.10 .0"
154
154
}
155
155
}
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ import {
13
13
limitFill ,
14
14
minimumFit ,
15
15
limitPad ,
16
- fillPad
16
+ fillPad ,
17
+ auto
17
18
} from "@cloudinary/transformation-builder-sdk/actions/resize" ;
18
19
19
20
export {
@@ -31,5 +32,6 @@ export {
31
32
limitFill ,
32
33
minimumFit ,
33
34
limitPad ,
34
- fillPad
35
+ fillPad ,
36
+ auto
35
37
} ;
You can’t perform that action at this time.
0 commit comments