trigger.dev 0.0.0-v3-canary-20240322145829 → 0.0.0-v3-canary-20240322151917

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-20240322145829";
803
+ var version = "0.0.0-v3-canary-20240322151917";
804
804
  var dependencies = {
805
805
  "@baselime/node-opentelemetry": "^0.4.6",
806
806
  "@clack/prompts": "^0.7.0",
@@ -821,7 +821,7 @@ var dependencies = {
821
821
  "@opentelemetry/sdk-trace-node": "^1.21.0",
822
822
  "@opentelemetry/semantic-conventions": "^1.21.0",
823
823
  "@traceloop/instrumentation-openai": "^0.3.9",
824
- "@trigger.dev/core": "workspace:0.0.0-v3-canary-20240322145829",
824
+ "@trigger.dev/core": "workspace:0.0.0-v3-canary-20240322151917",
825
825
  "@types/degit": "^2.8.3",
826
826
  chalk: "^5.2.0",
827
827
  chokidar: "^3.5.3",
@@ -3506,7 +3506,7 @@ async function resolveDependencies(projectDir, packageJsonContents, config, opti
3506
3506
  });
3507
3507
  logger.debug(`No cached package-lock.json found for ${digest}`);
3508
3508
  try {
3509
- await execa2("npm", ["install", "--package-lock-only"], {
3509
+ await execa2("npm", ["install", "--package-lock-only", "--ignore-scripts", "--no-audit"], {
3510
3510
  cwd: projectDir,
3511
3511
  stdio: logger.loggerLevel === "debug" ? "inherit" : "pipe"
3512
3512
  });