File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const bundleSizeTestCases:ITestCase[] = [
74
74
} ,
75
75
{
76
76
name : 'Import all of the SDK' ,
77
- sizeLimitInKB : 139 ,
77
+ sizeLimitInKB : 140 ,
78
78
importsArray : [
79
79
importFromPackage ( '* as CloudinaryURLGEN' )
80
80
]
@@ -88,7 +88,7 @@ const bundleSizeTestCases:ITestCase[] = [
88
88
} ,
89
89
{
90
90
name : 'Import All Actions' ,
91
- sizeLimitInKB : 64 ,
91
+ sizeLimitInKB : 65 ,
92
92
importsArray : [
93
93
importFromPackage ( 'Actions' )
94
94
]
Original file line number Diff line number Diff line change 150
150
}
151
151
},
152
152
"dependencies" : {
153
- "@cloudinary/transformation-builder-sdk" : " ^1.14.0 "
153
+ "@cloudinary/transformation-builder-sdk" : " ^1.15.1 "
154
154
}
155
155
}
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ import {
42
42
generativeBackgroundReplace ,
43
43
upscale ,
44
44
theme ,
45
- enhance
45
+ enhance ,
46
+ extract
46
47
} from "@cloudinary/transformation-builder-sdk/actions/effect" ;
47
48
48
49
export {
@@ -89,5 +90,6 @@ export {
89
90
generativeBackgroundReplace ,
90
91
upscale ,
91
92
theme ,
92
- enhance
93
+ enhance ,
94
+ extract
93
95
} ;
Original file line number Diff line number Diff line change
1
+ import { Extract } from "@cloudinary/transformation-builder-sdk/actions/effect/Extract" ;
2
+
3
+ export { Extract } ;
You can’t perform that action at this time.
0 commit comments