Skip to content

Commit 46b89a2

Browse files
Remove roundCorners from unsupported in config (#551)
* Remove roundCorners from unsupported in config * yarn.lock * Increase size limits
1 parent 5e48ac1 commit 46b89a2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.code-generation/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
}
6363
},
6464
unsupportedTxParams: ['fl_waveform', 'e_theme', 'af_'],
65-
unsupportedSyntaxList: ['.stroke(', '.textFit(', 'Animated.edit', '.RoundCorners(', 'getVideoFrame'],
65+
unsupportedSyntaxList: ['.stroke(', '.textFit(', 'Animated.edit', 'getVideoFrame'],
6666
importStatementsTemplate: {
6767
action: `import { <NAME> } from "@cloudinary/url-gen/actions/<GROUP>";`,
6868
qualifier: `import { <NAME> } from "@cloudinary/url-gen/qualifiers/<GROUP>";`,

__TESTS_BUNDLE_SIZE__/bundleSizeTestCases.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const bundleSizeTestCases:ITestCase[] = [
3434
},
3535
{
3636
name: 'Tests CloudinaryImage with Resize, Adjust and Border',
37-
sizeLimitInKB: 30,
37+
sizeLimitInKB: 32,
3838
importsArray: [
3939
importFromDist('assets/CloudinaryImage', 'CloudinaryImage'),
4040
importFromDist('instance/Cloudinary', 'Cloudinary'),
@@ -74,7 +74,7 @@ const bundleSizeTestCases:ITestCase[] = [
7474
},
7575
{
7676
name: 'Import all of the SDK',
77-
sizeLimitInKB: 130,
77+
sizeLimitInKB: 132,
7878
importsArray: [
7979
importFromPackage('* as CloudinaryURLGEN')
8080
]
@@ -88,7 +88,7 @@ const bundleSizeTestCases:ITestCase[] = [
8888
},
8989
{
9090
name: 'Import All Actions',
91-
sizeLimitInKB: 56,
91+
sizeLimitInKB: 64,
9292
importsArray: [
9393
importFromPackage('Actions')
9494
]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@
150150
}
151151
},
152152
"dependencies": {
153-
"@cloudinary/transformation-builder-sdk": "^1.2.0"
153+
"@cloudinary/transformation-builder-sdk": "^1.2.4"
154154
}
155-
}
155+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -950,10 +950,10 @@
950950
dependencies:
951951
"@cloudinary/url-gen" "^1.7.0"
952952

953-
"@cloudinary/transformation-builder-sdk@^1.2.0":
954-
version "1.2.0"
955-
resolved "https://registry.yarnpkg.com/@cloudinary/transformation-builder-sdk/-/transformation-builder-sdk-1.2.0.tgz#1016865a180d061a72b4048c55cfd448478e7c19"
956-
integrity sha512-QhCZf8Lad90za9cEXMDZtF4G9Bdan6X0RlrtZBx3sAmuAYQz0yIwgcV8Ov63lef4tGwIdpGGXPjeopondw9P4A==
953+
"@cloudinary/transformation-builder-sdk@^1.2.4":
954+
version "1.2.4"
955+
resolved "https://registry.yarnpkg.com/@cloudinary/transformation-builder-sdk/-/transformation-builder-sdk-1.2.4.tgz#85994d739a778b3c61cb759bbe3ae7272897e09c"
956+
integrity sha512-mwjEBT+JQshbXFoR3p7UvZC7yR+C3GpGTtvRYhiqjGZCKXCfvq3k5zCddFsuOsxsU7K9pvNwLDtLNcWWwslrbQ==
957957
dependencies:
958958
"@cloudinary/url-gen" "^1.7.0"
959959

0 commit comments

Comments
 (0)