b68012f81c
* Fixes an issue that was treating v2 trigger directories as v3 * Make msw a normal dependency (for now) to fix Module Not Found error in Next.js. * Extract out all the zod* stuff from core so the SDK does not import it * Add a changeset * Fixing typecheck errors in the webapp * Export the Task and TaskOptions types * Extract additional exports from core/v3 that aren’t used in the SDK * Move to our global system from AsyncLocalStorage for the current task context storage * Update the esbuild core bundling plugin for the new core v3 exports * Fix v3 CLI telemetry * Add support for tasks located in subdirectories inside trigger dirs * Remove the env var check during deploy (too many false negatives)
195 B
195 B
@trigger.dev/sdk, trigger.dev, @trigger.dev/core, @trigger.dev/cli
| @trigger.dev/sdk | trigger.dev | @trigger.dev/core | @trigger.dev/cli |
|---|---|---|---|
| patch | patch | patch | patch |
Move to our global system from AsyncLocalStorage for the current task context storage