trigger.dev 0.0.0-v3-canary-20240321105132 → 0.0.0-v3-canary-20240321121448

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
@@ -800,7 +800,7 @@ import invariant from "tiny-invariant";
800
800
  import { z as z4 } from "zod";
801
801
 
802
802
  // package.json
803
- var version = "0.0.0-v3-canary-20240321105132";
803
+ var version = "0.0.0-v3-canary-20240321121448";
804
804
  var dependencies = {
805
805
  "@baselime/node-opentelemetry": "^0.4.6",
806
806
  "@clack/prompts": "^0.7.0",
@@ -822,7 +822,6 @@ var dependencies = {
822
822
  "@opentelemetry/semantic-conventions": "^1.21.0",
823
823
  "@traceloop/instrumentation-openai": "^0.3.9",
824
824
  "@trigger.dev/core": "workspace:*",
825
- "@trigger.dev/core-apps": "workspace:*",
826
825
  "@types/degit": "^2.8.3",
827
826
  chalk: "^5.2.0",
828
827
  chokidar: "^3.5.3",
@@ -900,7 +899,7 @@ var package_default = {
900
899
  "trigger.dev": "./dist/index.js"
901
900
  },
902
901
  devDependencies: {
903
- "@trigger.dev/core": "workspace:*",
902
+ "@trigger.dev/core-apps": "workspace:*",
904
903
  "@trigger.dev/tsconfig": "workspace:*",
905
904
  "@types/gradient-string": "^1.1.2",
906
905
  "@types/jsonlines": "^0.1.5",
@@ -4848,7 +4847,7 @@ async function createTriggerDir(dir, options) {
4848
4847
  span.end();
4849
4848
  return;
4850
4849
  }
4851
- const exampleFile = resolveInternalFilePath(`./templates/examples/${example}.js`);
4850
+ const exampleFile = resolveInternalFilePath(`./templates/examples/${example}.ts.template`);
4852
4851
  const outputPath = join6(triggerDir, "example.ts");
4853
4852
  await createFileFromTemplate({
4854
4853
  templatePath: exampleFile,
@@ -4991,7 +4990,7 @@ async function writeConfigFile(dir, project, options) {
4991
4990
  const spnnr = spinner5();
4992
4991
  spnnr.start("Creating config file");
4993
4992
  const projectDir = resolve3(process.cwd(), dir);
4994
- const templatePath = resolveInternalFilePath("./templates/trigger.config.ts");
4993
+ const templatePath = resolveInternalFilePath("./templates/trigger.config.ts.template");
4995
4994
  const outputPath = join6(projectDir, "trigger.config.ts");
4996
4995
  span.setAttributes({
4997
4996
  "cli.projectDir": projectDir,