trigger.dev 3.0.0-beta.32 → 3.0.0-beta.33

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.32";
802
+ var version = "3.0.0-beta.33";
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.32",
819
+ "@trigger.dev/core": "workspace:3.0.0-beta.33",
820
820
  "@types/degit": "^2.8.3",
821
821
  chalk: "^5.2.0",
822
822
  chokidar: "^3.5.3",
@@ -2846,7 +2846,7 @@ async function createAuthorizationCode(apiClient2) {
2846
2846
  return await tracer.startActiveSpan("createAuthorizationCode", async (span) => {
2847
2847
  try {
2848
2848
  const createAuthCodeSpinner = spinner();
2849
- createAuthCodeSpinner.start("Creating authorition code");
2849
+ createAuthCodeSpinner.start("Creating authorization code");
2850
2850
  const authorizationCodeResult = await apiClient2.createAuthorizationCode();
2851
2851
  if (!authorizationCodeResult.success) {
2852
2852
  createAuthCodeSpinner.stop(