@trigger.dev/core 3.0.0-beta.38 → 3.0.0-beta.39

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.
@@ -366,7 +366,7 @@ function getEnvVar(name) {
366
366
  __name(getEnvVar, "getEnvVar");
367
367
 
368
368
  // package.json
369
- var version = "3.0.0-beta.38";
369
+ var version = "3.0.0-beta.39";
370
370
 
371
371
  // src/v3/otel/tracingSDK.ts
372
372
  var _a;
@@ -735,7 +735,12 @@ var ProdTaskRunExecution = TaskRunExecution.extend({
735
735
  contentHash: z.string(),
736
736
  version: z.string()
737
737
  }),
738
- machine: MachinePreset
738
+ machine: MachinePreset.default({
739
+ name: "small-1x",
740
+ cpu: 1,
741
+ memory: 1,
742
+ centsPerMs: 0
743
+ })
739
744
  });
740
745
  z.object({
741
746
  execution: ProdTaskRunExecution,