trigger.dev 3.0.0-beta.39 → 3.0.0-beta.40

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.
package/dist/index.js CHANGED
@@ -799,7 +799,7 @@ import invariant from "tiny-invariant";
799
799
  import { z as z4 } from "zod";
800
800
 
801
801
  // package.json
802
- var version = "3.0.0-beta.39";
802
+ var version = "3.0.0-beta.40";
803
803
  var dependencies = {
804
804
  "@anatine/esbuild-decorators": "^0.2.19",
805
805
  "@clack/prompts": "^0.7.0",
@@ -816,7 +816,7 @@ var dependencies = {
816
816
  "@opentelemetry/sdk-trace-base": "^1.22.0",
817
817
  "@opentelemetry/sdk-trace-node": "^1.22.0",
818
818
  "@opentelemetry/semantic-conventions": "^1.22.0",
819
- "@trigger.dev/core": "workspace:3.0.0-beta.39",
819
+ "@trigger.dev/core": "workspace:3.0.0-beta.40",
820
820
  "@types/degit": "^2.8.3",
821
821
  chalk: "^5.2.0",
822
822
  chokidar: "^3.5.3",
@@ -1734,7 +1734,7 @@ async function readConfig(dir, options) {
1734
1734
  write: true,
1735
1735
  format: "cjs",
1736
1736
  platform: "node",
1737
- target: ["es2018", "node18"],
1737
+ target: ["es2020", "node18"],
1738
1738
  outfile: builtConfigFilePath,
1739
1739
  logLevel: "silent",
1740
1740
  plugins: [