From eaa01cee648d0cf2ce9c9815e7dbd9e874931189 Mon Sep 17 00:00:00 2001 From: Adam Cohen Hillel Date: Mon, 14 Apr 2025 01:31:32 +0100 Subject: [PATCH] latest basejump version --- backend/supabase/functions/billing-functions/index.ts | 2 +- backend/supabase/functions/billing-webhooks/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/supabase/functions/billing-functions/index.ts b/backend/supabase/functions/billing-functions/index.ts index e7af5328..3d24fcd5 100644 --- a/backend/supabase/functions/billing-functions/index.ts +++ b/backend/supabase/functions/billing-functions/index.ts @@ -1,5 +1,5 @@ import {serve} from "https://deno.land/std@0.168.0/http/server.ts"; -import {billingFunctionsWrapper, stripeFunctionHandler} from "https://deno.land/x/basejump@v2.0.2/billing-functions/mod.ts"; +import {billingFunctionsWrapper, stripeFunctionHandler} from "https://deno.land/x/basejump@v2.0.3/billing-functions/mod.ts"; import Stripe from "https://esm.sh/stripe@11.1.0?target=deno"; diff --git a/backend/supabase/functions/billing-webhooks/index.ts b/backend/supabase/functions/billing-webhooks/index.ts index 8124aafd..ffc185b7 100644 --- a/backend/supabase/functions/billing-webhooks/index.ts +++ b/backend/supabase/functions/billing-webhooks/index.ts @@ -1,5 +1,5 @@ import {serve} from "https://deno.land/std@0.168.0/http/server.ts"; -import {billingWebhooksWrapper, stripeWebhookHandler} from "https://deno.land/x/basejump@v2.0.2/billing-functions/mod.ts"; +import {billingWebhooksWrapper, stripeWebhookHandler} from "https://deno.land/x/basejump@v2.0.3/billing-functions/mod.ts"; import Stripe from "https://esm.sh/stripe@11.1.0?target=deno";