@workerdeck/queue 0.15.0 → 0.17.0

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workerdeck/queue",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "type": "module",
5
5
  "description": "Job queue over the WorkerDeck session runner: remote services schedule one-shot runs; the queue executes them as sessions with bounded concurrency and token budgets, delivering progress and completion via webhooks. Pluggable adapter interface (in-memory bundled; redis/bullmq/pubsub adapters can implement the same contract).",
6
6
  "license": "MIT",
@@ -17,8 +17,8 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@workerdeck/core": "0.15.0",
21
- "@workerdeck/protocol": "0.15.0"
20
+ "@workerdeck/core": "0.17.0",
21
+ "@workerdeck/protocol": "0.17.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@anthropic-ai/claude-agent-sdk": "^0.3.221",