@trigger.dev/core 3.0.0-beta.43 → 3.0.0-beta.44
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/v3/index.js +1 -1
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/index.mjs +1 -1
- package/dist/v3/index.mjs.map +1 -1
- package/dist/v3/otel/index.js +1 -1
- package/dist/v3/otel/index.js.map +1 -1
- package/dist/v3/otel/index.mjs +1 -1
- package/dist/v3/otel/index.mjs.map +1 -1
- package/dist/v3/workers/index.js +3 -2
- package/dist/v3/workers/index.js.map +1 -1
- package/dist/v3/workers/index.mjs +3 -2
- package/dist/v3/workers/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -364,7 +364,7 @@ function getEnvVar(name) {
|
|
|
364
364
|
__name(getEnvVar, "getEnvVar");
|
|
365
365
|
|
|
366
366
|
// package.json
|
|
367
|
-
var version = "3.0.0-beta.
|
|
367
|
+
var version = "3.0.0-beta.44";
|
|
368
368
|
|
|
369
369
|
// src/v3/otel/tracingSDK.ts
|
|
370
370
|
var _a;
|
|
@@ -2530,7 +2530,8 @@ callRun_fn = /* @__PURE__ */ __name(async function(payload, ctx, init) {
|
|
|
2530
2530
|
}
|
|
2531
2531
|
if (!middlewareFn) {
|
|
2532
2532
|
return runFn(payload, {
|
|
2533
|
-
ctx
|
|
2533
|
+
ctx,
|
|
2534
|
+
init
|
|
2534
2535
|
});
|
|
2535
2536
|
}
|
|
2536
2537
|
return middlewareFn(payload, {
|