@@ -24,7 +24,7 @@ const bundleSizeTestCases:ITestCase[] = [
2424 } ,
2525 {
2626 name : 'Tests CloudinaryImage with Resize and Adjust' ,
27- sizeLimitInKB : 33 ,
27+ sizeLimitInKB : 34 ,
2828 importsArray : [
2929 importFromDist ( 'assets/CloudinaryImage' , 'CloudinaryImage' ) ,
3030 importFromDist ( 'instance/Cloudinary' , 'Cloudinary' ) ,
@@ -34,7 +34,7 @@ const bundleSizeTestCases:ITestCase[] = [
3434 } ,
3535 {
3636 name : 'Tests CloudinaryImage with Resize, Adjust and Border' ,
37- sizeLimitInKB : 34 ,
37+ sizeLimitInKB : 35 ,
3838 importsArray : [
3939 importFromDist ( 'assets/CloudinaryImage' , 'CloudinaryImage' ) ,
4040 importFromDist ( 'instance/Cloudinary' , 'Cloudinary' ) ,
@@ -45,7 +45,7 @@ const bundleSizeTestCases:ITestCase[] = [
4545 } ,
4646 {
4747 name : 'Tests CloudinaryImage image with Resize, adjust and delivery' ,
48- sizeLimitInKB : 35 ,
48+ sizeLimitInKB : 36 ,
4949 importsArray : [
5050 importFromDist ( 'assets/CloudinaryImage' , 'CloudinaryImage' ) ,
5151 importFromDist ( 'instance/Cloudinary' , 'Cloudinary' ) ,
@@ -74,7 +74,7 @@ const bundleSizeTestCases:ITestCase[] = [
7474 } ,
7575 {
7676 name : 'Import all of the SDK' ,
77- sizeLimitInKB : 140 ,
77+ sizeLimitInKB : 142 ,
7878 importsArray : [
7979 importFromPackage ( '* as CloudinaryURLGEN' )
8080 ]
@@ -88,7 +88,7 @@ const bundleSizeTestCases:ITestCase[] = [
8888 } ,
8989 {
9090 name : 'Import All Actions' ,
91- sizeLimitInKB : 65 ,
91+ sizeLimitInKB : 67 ,
9292 importsArray : [
9393 importFromPackage ( 'Actions' )
9494 ]
0 commit comments