trigger.dev 0.0.0-v3-pnpm-fix-20240404122439 → 0.0.0-v3-pnpm-fix-20240404124258

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
@@ -801,7 +801,7 @@ import invariant from "tiny-invariant";
801
801
  import { z as z4 } from "zod";
802
802
 
803
803
  // package.json
804
- var version = "0.0.0-v3-pnpm-fix-20240404122439";
804
+ var version = "0.0.0-v3-pnpm-fix-20240404124258";
805
805
  var dependencies = {
806
806
  "@clack/prompts": "^0.7.0",
807
807
  "@depot/cli": "0.0.1-cli.2.55.0",
@@ -817,7 +817,7 @@ var dependencies = {
817
817
  "@opentelemetry/sdk-trace-base": "^1.22.0",
818
818
  "@opentelemetry/sdk-trace-node": "^1.22.0",
819
819
  "@opentelemetry/semantic-conventions": "^1.22.0",
820
- "@trigger.dev/core": "workspace:0.0.0-v3-pnpm-fix-20240404122439",
820
+ "@trigger.dev/core": "workspace:0.0.0-v3-pnpm-fix-20240404124258",
821
821
  "@types/degit": "^2.8.3",
822
822
  chalk: "^5.2.0",
823
823
  chokidar: "^3.5.3",
@@ -851,7 +851,6 @@ var dependencies = {
851
851
  "simple-git": "^3.19.0",
852
852
  "socket.io-client": "^4.7.4",
853
853
  "source-map-support": "^0.5.21",
854
- "supports-color": "^9.4.0",
855
854
  "terminal-link": "^3.0.0",
856
855
  "tiny-invariant": "^1.2.0",
857
856
  "tsconfig-paths": "^4.2.0",
@@ -1694,7 +1693,6 @@ async function normalizeConfig(config) {
1694
1693
  // src/utilities/initialBanner.ts
1695
1694
  import { spinner } from "@clack/prompts";
1696
1695
  import chalk3 from "chalk";
1697
- import supportsColor from "supports-color";
1698
1696
  import checkForUpdate from "update-check";
1699
1697
 
1700
1698
  // src/utilities/getVersion.ts
@@ -1743,7 +1741,7 @@ ${logo()} ${chalkGrey("(v3 Developer Preview)")}`;
1743
1741
  text3 = `${text3} (update available ${chalk3.green(maybeNewVersion)})`;
1744
1742
  }
1745
1743
  }
1746
- logger.log(text3 + "\n" + (supportsColor.stdout ? chalkGrey("-".repeat(54)) : "-".repeat(54)));
1744
+ logger.log(text3 + "\n" + chalkGrey("-".repeat(54)));
1747
1745
  }
1748
1746
  function printDevBanner() {
1749
1747
  logger.log(