Commit Graph

4726 Commits

Author SHA1 Message Date
Abhimanyu Yadav ff4ff869ab feat(logger): accepting Error objects as parameters in io.logger.error() (#797)
* feat(logger): accepting Error objects as parameters in io.logger.error()

* Allow errors for any log level

* Create silent-ties-vanish.md

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-15 14:02:41 +00:00
Matt Aitken 1dcee2b338 Changed docs analytics to PostHog EU 2024-01-15 13:51:02 +00:00
Aditya Tripathi 0a798446c8 feat: managed cloud check for search indexing (#825)
* feat: managed cloud check for search indexing

* fix: vice versa on the robots meta tag

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-15 09:35:43 +00:00
Kritik Jiyaviya 209942a63d fix: integrations list scrollbar (#829) 2024-01-15 09:29:42 +00:00
Manthan Mallikarjun 57a9b35870 Fix typo in deployment-automatic docs (#842)
Env var is wrong
2024-01-15 09:28:37 +00:00
Fabian B a16b65f666 docs: fix syntax error (#839) 2024-01-14 16:55:01 +00:00
Matt Aitken 5871745a92 Latest lockfile @trigger.dev/airtable@2.3.11 @trigger.dev/astro@2.3.11 @trigger.dev/cli@2.3.11 @trigger.dev/core-backend@2.3.11 @trigger.dev/core@2.3.11 @trigger.dev/eslint-plugin@2.3.11 @trigger.dev/express@2.3.11 @trigger.dev/github@2.3.11 @trigger.dev/hono@2.3.11 @trigger.dev/integration-kit@2.3.11 @trigger.dev/linear@2.3.11 @trigger.dev/nestjs@2.3.11 @trigger.dev/nextjs@2.3.11 @trigger.dev/openai@2.3.11 @trigger.dev/plain@2.3.11 @trigger.dev/react@2.3.11 @trigger.dev/remix@2.3.11 @trigger.dev/replicate@2.3.11 @trigger.dev/resend@2.3.11 @trigger.dev/sdk@2.3.11 @trigger.dev/sendgrid@2.3.11 @trigger.dev/shopify@2.3.11 @trigger.dev/slack@2.3.11 @trigger.dev/stripe@2.3.11 @trigger.dev/supabase@2.3.11 @trigger.dev/sveltekit@2.3.11 @trigger.dev/testing@2.3.11 @trigger.dev/typeform@2.3.11 @trigger.dev/yalt@2.3.11 2024-01-12 14:13:32 +00:00
github-actions[bot] 87b5dfbf11 chore: Update version for release (#837)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-12 14:10:42 +00:00
Michelle Rosenberger 5af2003516 Fix Stripe integration webhook validation (#836)
The SubtleCryptoProvider cannot be used in a synchronous context. This
is a problem for non-node environments where the Stripe client falls
back to SubtleCryptoProvider.

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-12 14:05:33 +00:00
Matt Aitken 85ce729bf2 Latest lockfile 2024-01-12 13:55:03 +00:00
Matt Aitken 5701d1da42 Reference the —https flag in the instructions if your endpoint isn’t found 2024-01-12 13:54:36 +00:00
Chigala bc61d83764 feat: updates CLI to use https flag (#814)
* feat: updates CLI to use https flag

* added changeset

* Added yalt to the changeset

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-12 13:53:43 +00:00
nicktrn 5bf125be0d Fix: helm chart and docs (#827)
* Improve helm chart and docs

* Minor docs changes

* Add alternative commands to specify values
2024-01-11 13:54:22 +00:00
Eric Allam babe1c0e54 Fix pnpm lock file @trigger.dev/airtable@2.3.10 @trigger.dev/astro@2.3.10 @trigger.dev/cli@2.3.10 @trigger.dev/core-backend@2.3.10 @trigger.dev/core@2.3.10 @trigger.dev/eslint-plugin@2.3.10 @trigger.dev/express@2.3.10 @trigger.dev/github@2.3.10 @trigger.dev/hono@2.3.10 @trigger.dev/linear@2.3.10 @trigger.dev/nestjs@2.3.10 @trigger.dev/nextjs@2.3.10 @trigger.dev/openai@2.3.10 @trigger.dev/plain@2.3.10 @trigger.dev/react@2.3.10 @trigger.dev/remix@2.3.10 @trigger.dev/replicate@2.3.10 @trigger.dev/resend@2.3.10 @trigger.dev/sdk@2.3.10 @trigger.dev/sendgrid@2.3.10 @trigger.dev/shopify@2.3.10 @trigger.dev/slack@2.3.10 @trigger.dev/stripe@2.3.10 @trigger.dev/supabase@2.3.10 @trigger.dev/sveltekit@2.3.10 @trigger.dev/testing@2.3.10 @trigger.dev/typeform@2.3.10 @trigger.dev/yalt@2.3.10 @trigger.dev/integration-kit@2.3.10 2024-01-10 10:58:07 +00:00
github-actions[bot] 1224fceb18 chore: Update version for release (#831)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-10 10:57:32 +00:00
Eric Allam 8277f4d249 Use correct overload param when invoking a job outside of a run (fixes #802) 2024-01-10 10:50:12 +00:00
Eric Allam 73cb8839a5 Fixed invoke inferred payload types (fix #830) 2024-01-10 10:44:35 +00:00
Matt Aitken 5d0a731cf6 Event page tweaks (#826)
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 1s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 3s
🚀 Publish Trigger.dev Docker / units (push) Failing after 10s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
* Don’t show internal events

* Show the cancelled time

* Made the Pagination component accept any compatible list type

* Changed some wording on the event detail page
v.docker.2.2.28
2024-01-05 12:39:27 +00:00
Kritik Jiyaviya 25a152517e feat: Events list page (#824)
* feat: add events list

* Changed the Events icon in the sidemenu

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-05 12:04:31 +00:00
Matt Aitken d1092fcd2c Run filtering now works on the job runs page too (#823)
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 3s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 3s
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
* Run filtering is now shared: runs page and job runs page

* Use optimistic location

* Improved the type in the run status filter dropdown

* Organize imports
v.docker.2.2.27
2024-01-03 15:50:45 +00:00
Matt Aitken 61d33ed1b8 Latest lockfile @trigger.dev/airtable@2.3.9 @trigger.dev/astro@2.3.9 @trigger.dev/cli@2.3.9 @trigger.dev/core-backend@2.3.9 @trigger.dev/core@2.3.9 @trigger.dev/eslint-plugin@2.3.9 @trigger.dev/express@2.3.9 @trigger.dev/github@2.3.9 @trigger.dev/hono@2.3.9 @trigger.dev/linear@2.3.9 @trigger.dev/nestjs@2.3.9 @trigger.dev/nextjs@2.3.9 @trigger.dev/openai@2.3.9 @trigger.dev/plain@2.3.9 @trigger.dev/react@2.3.9 @trigger.dev/remix@2.3.9 @trigger.dev/replicate@2.3.9 @trigger.dev/resend@2.3.9 @trigger.dev/sdk@2.3.9 @trigger.dev/sendgrid@2.3.9 @trigger.dev/shopify@2.3.9 @trigger.dev/slack@2.3.9 @trigger.dev/stripe@2.3.9 @trigger.dev/supabase@2.3.9 @trigger.dev/sveltekit@2.3.9 @trigger.dev/testing@2.3.9 @trigger.dev/typeform@2.3.9 @trigger.dev/yalt@2.3.9 @trigger.dev/integration-kit@2.3.9 2024-01-03 14:23:21 +00:00
github-actions[bot] 7a51612fc8 chore: Update version for release (#822)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-03 13:48:31 +00:00
Abhimanyu Yadav 4d380173c8 feat:runs filtering by status and environment (#800)
* feat: view teammates' job runs on dev env

* fix typechecks

* feat: add filter functionality on task run page

* feat:adding filter functionality on run task page

* changes filter from csr to ssr

* changing filter functionality from csr to ssr

* adding url.string() for navigation purpose

* improving state management in filtering

* When setting a filter, delete the cursor and direction

* Some design improvements for the "All" options

---------

Co-authored-by: hmacr <hmac.devo@gmail.com>
Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-03 13:37:50 +00:00
Hemachandar 8880d8afe2 feat: view teammates' dev env job runs (#708)
* feat: view teammates' job runs on dev env

* fix typechecks

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-03 13:11:22 +00:00
Jan Henning ef037af457 Add a comment explaining that JSON parse middlewares need to come after the Trigger middleware (#773)
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 3s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 20s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.26
2024-01-03 11:19:34 +00:00
Dan 390ac6101e Added new http-endpoint examples, changed examples links in the docs (#775)
* updated companyicons package

* Changed custom help so it doesn’t show code examples

* Added Asana / Instagram / Salesforce / Segment / Square / Svix / Snyk / Todoist & Zapier http endpoint examples to the integration page

* Commented out some of the apis we dont have code examples for

* Uncommented raycast and reddit

* Updated the blank state copy

* Changed the copy so it works better on examples with and without code

* Added Brex / Discoed / Google Sheets, Docs, Drive / Gmail / PagerDuty / YouTube endpoint examples

* Added more examples

* Change the top tab to ‘Examples’ and updated /examples links to point to trigger.dev/apis

* Update package.json

* Updated pnpm-lock file

* Updated pnpm-lock file

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-03 11:18:44 +00:00
Dan aa97bf4a52 Changed posthog to eu (#772)
* Updated posthog url and key

* Create clean-plums-happen.md

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-03 10:43:14 +00:00
Matt Aitken 86d6e102a4 Added documentation for cancelRunsForJob 2024-01-03 10:38:23 +00:00
Matt Aitken adf497bc3e Example in the job-catalog of canceling all runs for a Job 2024-01-03 10:31:56 +00:00
Kritik Jiyaviya f7bf25f03f feat: Add ability to cancel all runs for job from SDK (#819)
* feat: Add ability to cancel all runs for job from SDK

* Create nine-trainers-vanish.md

* Cancel runs that are executing and waiting

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-03 10:30:19 +00:00
GuyBorderless f8cab96fa2 use --env cli flag for deno (#820)
* --env cli flag

* Update hono.mdx

* Update hono.mdx
2024-01-03 10:27:39 +00:00
nicktrn 225614fea3 Feature: ARM builds (#821)
* Add native ARM runner

* Switch to arch-agnostic manifest digest

* Set correct latest tag
2024-01-02 15:48:53 +00:00
Yash Khokhaneshiya 740b7b2385 feat: Add $not to eventFilters (#815)
* feat: Add  to eventFilters

* not filter test case added for false evaluation

* Added a patch changeset for @trigger.dev/core

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-02 15:43:02 +00:00
Matt Aitken 26d223ab36 Latest lockfile @trigger.dev/airtable@2.3.8 @trigger.dev/astro@2.3.8 @trigger.dev/cli@2.3.8 @trigger.dev/core-backend@2.3.8 @trigger.dev/core@2.3.8 @trigger.dev/express@2.3.8 @trigger.dev/github@2.3.8 @trigger.dev/integration-kit@2.3.8 @trigger.dev/linear@2.3.8 @trigger.dev/nestjs@2.3.8 @trigger.dev/nextjs@2.3.8 @trigger.dev/openai@2.3.8 @trigger.dev/plain@2.3.8 @trigger.dev/react@2.3.8 @trigger.dev/remix@2.3.8 @trigger.dev/replicate@2.3.8 @trigger.dev/resend@2.3.8 @trigger.dev/sdk@2.3.8 @trigger.dev/sendgrid@2.3.8 @trigger.dev/shopify@2.3.8 @trigger.dev/stripe@2.3.8 @trigger.dev/supabase@2.3.8 @trigger.dev/sveltekit@2.3.8 @trigger.dev/testing@2.3.8 @trigger.dev/typeform@2.3.8 @trigger.dev/yalt@2.3.8 @trigger.dev/eslint-plugin@2.3.8 @trigger.dev/slack@2.3.8 @trigger.dev/hono@2.3.8 2023-12-22 15:50:13 +00:00
github-actions[bot] 0c4fd9a631 chore: Update version for release (#813)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-22 15:43:15 +00:00
Matt Aitken 5060eec01b Update Octokit to account for CVE-2023-50728 (#812) 2023-12-22 15:35:47 +00:00
Matt Aitken aaea064208 Added “graphile” to the logs when they zodWorker starts, to make it easier for self hosters to debug 2023-12-22 10:46:05 +00:00
Matt Aitken 9346e4358d Latest lockfile @trigger.dev/airtable@2.3.7 @trigger.dev/astro@2.3.7 @trigger.dev/cli@2.3.7 @trigger.dev/core-backend@2.3.7 @trigger.dev/core@2.3.7 @trigger.dev/eslint-plugin@2.3.7 @trigger.dev/express@2.3.7 @trigger.dev/github@2.3.7 @trigger.dev/hono@2.3.7 @trigger.dev/integration-kit@2.3.7 @trigger.dev/linear@2.3.7 @trigger.dev/nestjs@2.3.7 @trigger.dev/nextjs@2.3.7 @trigger.dev/openai@2.3.7 @trigger.dev/plain@2.3.7 @trigger.dev/react@2.3.7 @trigger.dev/remix@2.3.7 @trigger.dev/replicate@2.3.7 @trigger.dev/resend@2.3.7 @trigger.dev/sdk@2.3.7 @trigger.dev/sendgrid@2.3.7 @trigger.dev/shopify@2.3.7 @trigger.dev/slack@2.3.7 @trigger.dev/stripe@2.3.7 @trigger.dev/supabase@2.3.7 @trigger.dev/sveltekit@2.3.7 @trigger.dev/testing@2.3.7 @trigger.dev/typeform@2.3.7 @trigger.dev/yalt@2.3.7 2023-12-22 10:43:33 +00:00
github-actions[bot] 3aafd0480b chore: Update version for release (#798)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-22 10:40:55 +00:00
Matt Aitken 771feb5395 Awaiting completion with threads/runs now works with the "requires_action" status 2023-12-22 10:13:44 +00:00
Matt Aitken 03703af682 Only append a search param if the value is defined 2023-12-20 11:06:40 +00:00
Eric Allam 5359af1242 Add logpush true to yalt wrangler 2023-12-18 10:58:30 +00:00
Eric Allam dfa47b6201 Don't proxy certain headers across the Yalt boundary as it can mess-up proxied local requests 2023-12-18 10:52:31 +00:00
Eric Allam c01138b56e Fix pnpm lock file for release @trigger.dev/airtable@2.3.6 @trigger.dev/astro@2.3.6 @trigger.dev/cli@2.3.6 @trigger.dev/core-backend@2.3.6 @trigger.dev/core@2.3.6 @trigger.dev/eslint-plugin@2.3.6 @trigger.dev/express@2.3.6 @trigger.dev/github@2.3.6 @trigger.dev/integration-kit@2.3.6 @trigger.dev/linear@2.3.6 @trigger.dev/nestjs@2.3.6 @trigger.dev/nextjs@2.3.6 @trigger.dev/openai@2.3.6 @trigger.dev/plain@2.3.6 @trigger.dev/react@2.3.6 @trigger.dev/remix@2.3.6 @trigger.dev/replicate@2.3.6 @trigger.dev/resend@2.3.6 @trigger.dev/sdk@2.3.6 @trigger.dev/sendgrid@2.3.6 @trigger.dev/shopify@2.3.6 @trigger.dev/slack@2.3.6 @trigger.dev/stripe@2.3.6 @trigger.dev/supabase@2.3.6 @trigger.dev/sveltekit@2.3.6 @trigger.dev/testing@2.3.6 @trigger.dev/typeform@2.3.6 @trigger.dev/yalt@2.3.6 @trigger.dev/hono@2.3.6 2023-12-14 17:27:45 +00:00
github-actions[bot] 70fdedcea5 chore: Update version for release (#796)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-14 17:27:08 +00:00
Matt Aitken 49ca4c4430 Fix for #731, integrations getting stuck if OAuth then moved to API key (#732)
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 1s
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.25
2023-12-14 15:58:50 +00:00
Eric Allam 812b5afe6f Add support for the built-in Trigger.dev tunnel for local development (#795)
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 3s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 13s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
* Add support for the built-in Trigger.dev tunnel for local development

* Remove the test script from yalt

* Add to the README

* Improve the outdated packages warning
v.docker.2.2.24
2023-12-14 15:33:56 +00:00
Matt Aitken 922520cefb Fix for the overage estimation on the usage page always being zero
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 4s
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 4s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.23
2023-12-13 18:57:14 +00:00
Matt Aitken 4bd1786ae5 Billing (#789)
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 5s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
* Initial commit - started work on new billing components

* Added a slider component

* Added features to the pricing tiers

* Small pricing tier margin tweaks

* WIP on a concurrecy chart

* Reworked the pricing tiers to include a segmented controller and tooltips

* Renamed the charts storybook page

* Made the way data is added more flexible and added some definition tool tips

* Term definitions are used properly in the tiers

* Callouts can now have an optional CTA on the right hand side

* Alignment fix for the callouts

* organize imports

* Definition tooltip now its own component

* renamed the storybook story

* WIP new volume discount table and usage sliders

* Added pricing calculator sliders

* Fixed alignment of the legend

* Breadcrumb now has an upgrade prompt and button

* New Join our Slack button in the side menu

* New progress meter in the side menu

* Use the highest of 2 values to show progress

* An attempt to fix the step count in the calculator slider

* WIP usage progress bar

* Added the 4 progress bars

* More examples of the usage bar

* Better way to include the percentage in the free plan progress meter

* The usage bar now works with the extra runs over the free limit

* Pricing calculator has better slider logic

* Moved the free plan usage bar into it’s own component and added it to storybook

* Usage bar chart now supports a paying customer option and optional billing limit. Also added more usage examples to storybook

* Added more examples of usage to storybook

* tooltip takes classname

* Format numbers nicely

* Added a tooltip to show the precise numbers in the chart

* small improvements to the billing calculator

* New onboarding choose plan page

* pricing tiers better fill the size of their container

* Removed unused code

* Usage bars animate

* Wording tweak

* Callouts fit the button size better

* Added new routes for the 2 new billing pages

* import cleanup

* Added meta info in the header for bill price, plan type and billing period

* made free a noun

* Added pricing calculator to the plans page

* Fixed some illegal markup when using tooltips

* Added container query support

* Added new concurrency chart to the usage page

* billing now has a green theme

* Simplified the plan summary info int the header

* Fixed padding alignment

* Use a custom lable for the concurrent runs chart

* Removed the Job runs table

* Latest lockfile

* Show a message if you haven’t done runs yet

* Added a layoutId to the pageTabs

* Show a message callout if you’ve exceeeded 10k runs on the free plan

* Added a callout on the plans page if you’re over the runs limit

* Fixed button inside button bug

* Removed the background gradients from the app

* The billing package is importing properly

* Getting the curent plan for an org

* Reading the current plan and usage

* Hooked up the free plan bar

* Render basic billing details

* vol discount table has optional values

* Added a new page to show new subscribers

* Created a new hook for confetti on the subscribed page

* Toast styling updated

* The Invoice and Manage card details links are working

* Meta appEnv data optional

* Data for the plans page

* Format the billing period duration in days

* Switch to 20 icons

* URL for the subscribed page now includes the org path

* New pathBuilder path for the subscribed page

* Plans are upgraded/downgraded successfully

* Fixed badly named paths

* Improved some of the display

* Deal with when the user has canceled so they can re-upgrade

* Subscribing from Stripe is working, and canceling

* Tidied up some bits, latest billing package

* The tiers are now rendering using the real data

* The onboarding screen is hooked up, but not linked to yet

* Onboarding price selection working

* Pricing slider working

* Price estimation working

* Pricing calculator working on the select a plan page

* Button copy change

* Improved the layout of the run calculator marker

* Fix for the period end when you’ve canceled

* Improved the formatting in the calculator

* Pricing table tooltip uses the vol discount pricing table

* Remove the vertical lines from the calculator

* Contact us button in Enterprise tier opens the contact us form

* Added composite index to triggerdotdev_events.run_executions for event_time and organization_id

* Concurrent run chart data

* Improves styling, fix for React error with Enterprise contact button

* Show warning box when you’ve hit the concurrency in the past 30 days

* Lots of work o the usage page

* Improvements to the usage page

* Show 31 days of data, fix for not showing the current date…

* Stripe portal links are generated when the user clicks through

* Better alignment of the reference line and x-axis label

* Readme update

* Fixed pricing button loading buttons

* Show warnings about concurrency and runs on the plans page

* Removed some storybook stories

* Join Slack channel shows if you’re subscribed with instructions

* Added a gap between the runs charts

* Improved the definitions

* Added some margin to the page loading spinner

* A wider, cleaner feedback panel

* Modal backgrounds match the Sheet style

* Fixed menu item text being clipped

* Improved icons for execution time and exclusion count

* Concurrency chart now renders the dates nicely

* Fix for plans data on the plans page

* The healthcheck doesn’t need to do a HEAD request to /

* Better disabled states and fixed the disabled hover state issue

* Improved the segmented controller style

* loading spinner now centered inside the button

* Redirect to the project page when selecting the free plan

* Fix for “Runs” and added real date to upgrade warning

* DeCAPITALIZED some things

---------

Co-authored-by: James Ritchie <james@jamesritchie.co.uk>
v.docker.2.2.22
2023-12-13 12:48:26 +00:00
github-actions[bot] daae6df428 chore: Update version for release (#794)
* chore: Update version for release

* Update lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com>
@trigger.dev/airtable@2.3.5 @trigger.dev/astro@2.3.5 @trigger.dev/cli@2.3.5 @trigger.dev/core-backend@2.3.5 @trigger.dev/core@2.3.5 @trigger.dev/eslint-plugin@2.3.5 @trigger.dev/express@2.3.5 @trigger.dev/github@2.3.5 @trigger.dev/hono@2.3.5 @trigger.dev/integration-kit@2.3.5 @trigger.dev/linear@2.3.5 @trigger.dev/nestjs@2.3.5 @trigger.dev/nextjs@2.3.5 @trigger.dev/openai@2.3.5 @trigger.dev/plain@2.3.5 @trigger.dev/react@2.3.5 @trigger.dev/remix@2.3.5 @trigger.dev/replicate@2.3.5 @trigger.dev/resend@2.3.5 @trigger.dev/sdk@2.3.5 @trigger.dev/sendgrid@2.3.5 @trigger.dev/shopify@2.3.5 @trigger.dev/slack@2.3.5 @trigger.dev/stripe@2.3.5 @trigger.dev/supabase@2.3.5 @trigger.dev/testing@2.3.5 @trigger.dev/typeform@2.3.5 @trigger.dev/sveltekit@2.3.5
2023-12-13 10:23:36 +00:00