Skip to content

Reference

Generated from package metadata by bun run docs:sync. Re-run the command to refresh this page.

  • Package: @lastshotlabs/slingshot-orchestration-temporal
  • Version: 0.2.2
  • Kind: Workspace package
  • Role: feature package
  • Description: Temporal-backed orchestration adapter and worker supervisor for Slingshot
  • Workspace path: packages/slingshot-orchestration-temporal
  • Entry point: packages/slingshot-orchestration-temporal/src/index.ts
Terminal window
bun add @lastshotlabs/slingshot-orchestration-temporal
  • .
  • ./errors
  • ./testing
  • build: tsc -p tsconfig.build.json
  • coverage: bun test --coverage
  • lint: eslint src/ --cache
  • test: bun test
  • test:integration: bun test tests/integration
  • test:unit: bun test tests/unit
  • typecheck: tsc --noEmit
  • @lastshotlabs/slingshot-core: workspace:*
  • @lastshotlabs/slingshot-orchestration-engine: workspace:*
  • @temporalio/activity: ^1.16.0
  • @temporalio/client: ^1.16.0
  • @temporalio/common: ^1.16.0
  • @temporalio/worker: ^1.16.0
  • @temporalio/workflow: ^1.16.0
  • zod: >=4.0 <5