@trigger.dev/core 0.0.0-v3-prerelease-20241101212227 → 0.0.0-v3-prerelease-20241105122139

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.
@@ -742,7 +742,6 @@ export declare const BackgroundWorkerMetadata: z.ZodObject<{
742
742
  taskIds: string[];
743
743
  }>, "many">>;
744
744
  }, "strip", z.ZodTypeAny, {
745
- contentHash: string;
746
745
  tasks: {
747
746
  id: string;
748
747
  filePath: string;
@@ -803,6 +802,7 @@ export declare const BackgroundWorkerMetadata: z.ZodObject<{
803
802
  } | undefined;
804
803
  maxDuration?: number | undefined;
805
804
  }[];
805
+ contentHash: string;
806
806
  packageVersion: string;
807
807
  cliPackageVersion?: string | undefined;
808
808
  sourceFiles?: {
@@ -812,7 +812,6 @@ export declare const BackgroundWorkerMetadata: z.ZodObject<{
812
812
  taskIds: string[];
813
813
  }[] | undefined;
814
814
  }, {
815
- contentHash: string;
816
815
  tasks: {
817
816
  id: string;
818
817
  filePath: string;
@@ -873,6 +872,7 @@ export declare const BackgroundWorkerMetadata: z.ZodObject<{
873
872
  } | undefined;
874
873
  maxDuration?: number | undefined;
875
874
  }[];
875
+ contentHash: string;
876
876
  packageVersion: string;
877
877
  cliPackageVersion?: string | undefined;
878
878
  sourceFiles?: {
@@ -292,7 +292,6 @@ export declare const TaskRunExecutionPayload: z.ZodObject<{
292
292
  traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
293
293
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
294
294
  }, "strip", z.ZodTypeAny, {
295
- traceContext: Record<string, unknown>;
296
295
  execution: {
297
296
  task: {
298
297
  id: string;
@@ -355,9 +354,9 @@ export declare const TaskRunExecutionPayload: z.ZodObject<{
355
354
  centsPerMs: number;
356
355
  } | undefined;
357
356
  };
357
+ traceContext: Record<string, unknown>;
358
358
  environment?: Record<string, string> | undefined;
359
359
  }, {
360
- traceContext: Record<string, unknown>;
361
360
  execution: {
362
361
  task: {
363
362
  id: string;
@@ -420,6 +419,7 @@ export declare const TaskRunExecutionPayload: z.ZodObject<{
420
419
  centsPerMs: number;
421
420
  } | undefined;
422
421
  };
422
+ traceContext: Record<string, unknown>;
423
423
  environment?: Record<string, string> | undefined;
424
424
  }>;
425
425
  export type TaskRunExecutionPayload = z.infer<typeof TaskRunExecutionPayload>;
@@ -1046,7 +1046,6 @@ export declare const ProdTaskRunExecutionPayload: z.ZodObject<{
1046
1046
  traceContext: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1047
1047
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1048
1048
  }, "strip", z.ZodTypeAny, {
1049
- traceContext: Record<string, unknown>;
1050
1049
  execution: {
1051
1050
  task: {
1052
1051
  id: string;
@@ -1114,9 +1113,9 @@ export declare const ProdTaskRunExecutionPayload: z.ZodObject<{
1114
1113
  id: string;
1115
1114
  } | undefined;
1116
1115
  };
1116
+ traceContext: Record<string, unknown>;
1117
1117
  environment?: Record<string, string> | undefined;
1118
1118
  }, {
1119
- traceContext: Record<string, unknown>;
1120
1119
  execution: {
1121
1120
  task: {
1122
1121
  id: string;
@@ -1184,6 +1183,7 @@ export declare const ProdTaskRunExecutionPayload: z.ZodObject<{
1184
1183
  centsPerMs: number;
1185
1184
  } | undefined;
1186
1185
  };
1186
+ traceContext: Record<string, unknown>;
1187
1187
  environment?: Record<string, string> | undefined;
1188
1188
  }>;
1189
1189
  export type ProdTaskRunExecutionPayload = z.infer<typeof ProdTaskRunExecutionPayload>;
@@ -2617,16 +2617,16 @@ export declare const TaskRunExecutionLazyAttemptPayload: z.ZodObject<{
2617
2617
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2618
2618
  }, "strip", z.ZodTypeAny, {
2619
2619
  isTest: boolean;
2620
+ traceContext: Record<string, unknown>;
2620
2621
  runId: string;
2621
2622
  messageId: string;
2622
- traceContext: Record<string, unknown>;
2623
2623
  attemptCount?: number | undefined;
2624
2624
  environment?: Record<string, string> | undefined;
2625
2625
  }, {
2626
2626
  isTest: boolean;
2627
+ traceContext: Record<string, unknown>;
2627
2628
  runId: string;
2628
2629
  messageId: string;
2629
- traceContext: Record<string, unknown>;
2630
2630
  attemptCount?: number | undefined;
2631
2631
  environment?: Record<string, string> | undefined;
2632
2632
  }>;
@@ -1,2 +1,2 @@
1
- export const VERSION = "0.0.0-v3-prerelease-20241101212227";
1
+ export const VERSION = "0.0.0-v3-prerelease-20241105122139";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trigger.dev/core",
3
- "version": "0.0.0-v3-prerelease-20241101212227",
3
+ "version": "0.0.0-v3-prerelease-20241105122139",
4
4
  "description": "Core code used across the Trigger.dev SDK and platform",
5
5
  "license": "MIT",
6
6
  "publishConfig": {