Skip to content

Commit c0522c8

Browse files
committed
Add Region.rectangle qualifier
1 parent e897ce2 commit c0522c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@
150150
}
151151
},
152152
"dependencies": {
153-
"@cloudinary/transformation-builder-sdk": "^1.4.0"
153+
"@cloudinary/transformation-builder-sdk": "^1.5.0"
154154
}
155155
}

src/qualifiers/region.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Region, ocr, faces, custom } from "@cloudinary/transformation-builder-sdk/qualifiers/region";
1+
import { Region, ocr, faces, custom, rectangle } from "@cloudinary/transformation-builder-sdk/qualifiers/region";
22

3-
export {Region, ocr, faces, custom};
3+
export {Region, ocr, faces, custom, rectangle};

0 commit comments

Comments
 (0)