trigger.dev 0.0.0-v3-prerelease-20240730135037 → 0.0.0-v3-prerelease-20240801102736

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
@@ -798,7 +798,7 @@ import invariant from "tiny-invariant";
798
798
  import { z as z4 } from "zod";
799
799
 
800
800
  // package.json
801
- var version = "0.0.0-v3-prerelease-20240730135037";
801
+ var version = "0.0.0-v3-prerelease-20240801102736";
802
802
  var dependencies = {
803
803
  "@anatine/esbuild-decorators": "^0.2.19",
804
804
  "@clack/prompts": "^0.7.0",
@@ -815,7 +815,7 @@ var dependencies = {
815
815
  "@opentelemetry/sdk-trace-base": "^1.22.0",
816
816
  "@opentelemetry/sdk-trace-node": "^1.22.0",
817
817
  "@opentelemetry/semantic-conventions": "^1.22.0",
818
- "@trigger.dev/core": "workspace:0.0.0-v3-prerelease-20240730135037",
818
+ "@trigger.dev/core": "workspace:0.0.0-v3-prerelease-20240801102736",
819
819
  "@types/degit": "^2.8.3",
820
820
  chalk: "^5.2.0",
821
821
  chokidar: "^3.5.3",
@@ -2825,9 +2825,7 @@ async function login(options) {
2825
2825
  ${chalkLink(authorizationCodeResult.url)}`
2826
2826
  );
2827
2827
  if (await isLinuxServer()) {
2828
- logger.debug(
2829
- "Will not open login URL automatically, please install `xdg-utils` to change this behavior."
2830
- );
2828
+ log3.message("Please install `xdg-utils` to automatically open the login URL.");
2831
2829
  } else {
2832
2830
  await open_default(authorizationCodeResult.url);
2833
2831
  }