@trigger.dev/core 3.0.0-beta.36 → 3.0.0-beta.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -355,7 +355,7 @@ function getEnvVar(name) {
355
355
  __name(getEnvVar, "getEnvVar");
356
356
 
357
357
  // package.json
358
- var version = "3.0.0-beta.36";
358
+ var version = "3.0.0-beta.37";
359
359
 
360
360
  // src/v3/otel/tracingSDK.ts
361
361
  var _a;
@@ -992,7 +992,8 @@ z.object({
992
992
  var DeploymentErrorData = z.object({
993
993
  name: z.string(),
994
994
  message: z.string(),
995
- stack: z.string().optional()
995
+ stack: z.string().optional(),
996
+ stderr: z.string().optional()
996
997
  });
997
998
  z.object({
998
999
  id: z.string(),