trigger.dev 0.0.0-v3-canary-20240321134710 → 0.0.0-v3-canary-20240321162743

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.
@@ -17,7 +17,7 @@ import {
17
17
  } from "@trigger.dev/core/v3";
18
18
 
19
19
  // package.json
20
- var version = "0.0.0-v3-canary-20240321134710";
20
+ var version = "0.0.0-v3-canary-20240321162743";
21
21
 
22
22
  // src/workers/dev/worker-facade.ts
23
23
  __WORKER_SETUP__;
@@ -18,7 +18,7 @@ import {
18
18
  } from "@trigger.dev/core/v3";
19
19
 
20
20
  // package.json
21
- var version = "0.0.0-v3-canary-20240321134710";
21
+ var version = "0.0.0-v3-canary-20240321162743";
22
22
 
23
23
  // src/workers/prod/worker-facade.ts
24
24
  __WORKER_SETUP__;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trigger.dev",
3
- "version": "0.0.0-v3-canary-20240321134710",
3
+ "version": "0.0.0-v3-canary-20240321162743",
4
4
  "description": "A Command-Line Interface for Trigger.dev (v3) projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -54,8 +54,8 @@
54
54
  "typescript": "^5.3.3",
55
55
  "vitest": "^0.34.4",
56
56
  "xdg-app-paths": "^8.3.0",
57
- "@trigger.dev/core-apps": "0.0.0-v3-canary-20240321134710",
58
- "@trigger.dev/tsconfig": "0.0.0"
57
+ "@trigger.dev/tsconfig": "0.0.0",
58
+ "@trigger.dev/core-apps": "0.0.0-v3-canary-20240321162743"
59
59
  },
60
60
  "watch": {
61
61
  "build:prod-containerfile": "src/Containerfile.prod"
@@ -80,7 +80,7 @@
80
80
  "@opentelemetry/sdk-trace-node": "^1.21.0",
81
81
  "@opentelemetry/semantic-conventions": "^1.21.0",
82
82
  "@traceloop/instrumentation-openai": "^0.3.9",
83
- "@trigger.dev/core": "0.0.0-v3-canary-20240321134710",
83
+ "@trigger.dev/core": "0.0.0-v3-canary-20240321162743",
84
84
  "@types/degit": "^2.8.3",
85
85
  "chalk": "^5.2.0",
86
86
  "chokidar": "^3.5.3",