From e7ed3a6630403b3b49fbc4220d941d0b6ab56fa7 Mon Sep 17 00:00:00 2001 From: Alex Risch Date: Wed, 1 May 2024 12:53:27 -0600 Subject: [PATCH 1/2] fix: image ratio type Updated image ratio type --- packages/types/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index 18341b7..61ad60c 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -5,7 +5,7 @@ export type PostRedirectResponse = { export type OpenFrameImage = { content: string; - aspectRatio?: '1.91.1' | '1:1'; + aspectRatio?: '1.91:1' | '1:1'; alt?: string; }; From b99946872146b1ef333dfbc1e8f85e88a5f6a503 Mon Sep 17 00:00:00 2001 From: Alex Risch Date: Wed, 1 May 2024 13:01:49 -0600 Subject: [PATCH 2/2] docs(changeset): Fixed return type for image ratio --- .changeset/rich-scissors-taste.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rich-scissors-taste.md diff --git a/.changeset/rich-scissors-taste.md b/.changeset/rich-scissors-taste.md new file mode 100644 index 0000000..754f44e --- /dev/null +++ b/.changeset/rich-scissors-taste.md @@ -0,0 +1,5 @@ +--- +"@open-frames/proxy-types": patch +--- + +Fixed return type for image ratio