arvo-event-handler 3.0.27 → 3.0.28

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.
@@ -108,7 +108,7 @@ var executeWithOrchestrationWrapper = function (_a, coreExecutionFn_1) { return
108
108
  level: 'INFO',
109
109
  message: "Starting execution for ".concat(event.type, " on subject ").concat(event.subject),
110
110
  }, span);
111
- otelHeaders = (0, arvo_core_1.currentOpenTelemetryHeaders)();
111
+ otelHeaders = (0, arvo_core_1.getOtelHeaderFromSpan)(span);
112
112
  orchestrationParentSubject = null;
113
113
  initEventId = null;
114
114
  acquiredLock = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-event-handler",
3
- "version": "3.0.27",
3
+ "version": "3.0.28",
4
4
  "description": "A complete set of orthogonal event handler and orchestration primitives for Arvo based applications, featuring declarative state machines (XState), imperative resumables for agentic workflows, contract-based routing, OpenTelemetry observability, and in-memory event broker for building composable event-driven architectures.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@opentelemetry/api": "1.9.0",
69
- "arvo-core": "3.0.27",
69
+ "arvo-core": "3.0.28",
70
70
  "uuid": "11.1.0",
71
71
  "xstate": "5.25.0",
72
72
  "zod": "3.25.76",