Skip to content

Commit cd691c8

Browse files
authored
Add transformation-builder package (#527)
1 parent 6cca8d9 commit cd691c8

File tree

271 files changed

+302
-18009
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+302
-18009
lines changed

__TESTS_BUNDLE_SIZE__/bundleSizeTestCases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const bundleSizeTestCases:ITestCase[] = [
8181
},
8282
{
8383
name: 'Import a Transformation Object',
84-
sizeLimitInKB: 5,
84+
sizeLimitInKB: 7,
8585
importsArray: [
8686
importFromPackage('Transformation')
8787
]

__TESTS__/unit/actions/Resize/shared/getImageWithResize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {ResizeSimpleAction} from "../../../../../src/actions/resize/ResizeSimpleAction";
1+
import {ResizeSimpleAction} from "@cloudinary/transformation-builder-sdk/actions/resize/ResizeSimpleAction";
22
import {CloudinaryImage} from "../../../../../src/assets/CloudinaryImage";
33

44

__TESTS__/unit/fromJson/adjust.fromJson.test.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

__TESTS__/unit/fromJson/concatenate.fromJson.test.ts

Lines changed: 0 additions & 93 deletions
This file was deleted.

__TESTS__/unit/fromJson/condition.fromJson.test.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

__TESTS__/unit/fromJson/delivery.fromJson.test.ts

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)