@tasker-systems/tasker 0.1.1 → 0.1.3

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.
@@ -691,4 +691,4 @@ declare abstract class BaseTaskerRuntime implements TaskerRuntime {
691
691
  protected toJson(value: unknown): string;
692
692
  }
693
693
 
694
- export { BaseTaskerRuntime as B, type ClientHealthResponse as C, type DependencyResult as D, type FfiDomainEvent as F, type HandlerDefinitionDto as H, type LogFields as L, type OrchestrationMetadata as O, type RetryConfiguration as R, type StepDefinition as S, type TaskerRuntime as T, type WorkerStatus as W, type BootstrapConfig as a, type BootstrapResult as b, type ClientPaginationInfo as c, type ClientResult as d, type ClientStepAuditResponse as e, type ClientStepReadiness as f, type ClientStepResponse as g, type ClientTaskListResponse as h, type ClientTaskRequest as i, type ClientTaskResponse as j, type FfiDispatchMetrics as k, type FfiStepEvent as l, type HandlerDefinition as m, type StepExecutionError as n, type StepExecutionMetadata as o, type StepExecutionResult as p, type StopResult as q, type Task as r, type WorkflowStep as s, type CheckpointYieldData as t, type FfiDomainEventMetadata as u };
694
+ export { BaseTaskerRuntime as B, type ClientTaskResponse as C, type DependencyResult as D, type FfiDomainEvent as F, type HandlerDefinitionDto as H, type LogFields as L, type OrchestrationMetadata as O, type RetryConfiguration as R, type StepDefinition as S, type TaskerRuntime as T, type WorkerStatus as W, type ClientTaskListResponse as a, type ClientStepResponse as b, type ClientStepAuditResponse as c, type ClientHealthResponse as d, type BootstrapConfig as e, type BootstrapResult as f, type ClientPaginationInfo as g, type ClientResult as h, type ClientStepReadiness as i, type ClientTaskRequest as j, type FfiDispatchMetrics as k, type FfiStepEvent as l, type HandlerDefinition as m, type StepExecutionError as n, type StepExecutionMetadata as o, type StepExecutionResult as p, type StopResult as q, type Task as r, type WorkflowStep as s, type CheckpointYieldData as t, type FfiDomainEventMetadata as u };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tasker-systems/tasker",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "TypeScript worker for tasker-core workflow orchestration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,6 +22,7 @@
22
22
  },
23
23
  "files": [
24
24
  "dist",
25
+ "native",
25
26
  "README.md"
26
27
  ],
27
28
  "scripts": {