From a732727f3a359618d839d703072bbed2cabf4a7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:03:24 +0000 Subject: [PATCH] Update Homebrew formula for 0.6.3 --- Formula/email-sdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/email-sdk.rb b/Formula/email-sdk.rb index bc47059..56e9bb2 100644 --- a/Formula/email-sdk.rb +++ b/Formula/email-sdk.rb @@ -1,8 +1,8 @@ class EmailSdk < Formula desc "Lightweight TypeScript SDK and CLI for unified email sending" homepage "https://github.com/opencoredev/email-sdk" - url "https://registry.npmjs.org/@opencoredev/email-sdk/-/email-sdk-0.6.2.tgz" - sha256 "a87e9442ea314959eacea04b9301cd894c217c4553116919e8b876cd01cf2438" + url "https://registry.npmjs.org/@opencoredev/email-sdk/-/email-sdk-0.6.3.tgz" + sha256 "c005331a4d896f0f6327c529eaa740ab207d5e8a77cbd0995e978567cb0c4e0f" license "AGPL-3.0-only" depends_on "bun"