@orkestrel/worker 0.0.6 → 0.0.7

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkestrel/worker",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A typed, resource-backed job worker for the @orkestrel line — a Queue paired with a Pool over an execution seam, plus a node:worker_threads server surface for CPU-parallel jobs. Part of the @orkestrel line.",
5
5
  "keywords": [
6
6
  "async",
@@ -77,16 +77,16 @@
77
77
  "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test"
78
78
  },
79
79
  "dependencies": {
80
- "@orkestrel/contract": "^0.0.9",
81
- "@orkestrel/database": "^0.0.7",
82
- "@orkestrel/emitter": "^0.0.5",
83
- "@orkestrel/pool": "^0.0.6",
84
- "@orkestrel/queue": "^0.0.7"
80
+ "@orkestrel/contract": "^0.0.11",
81
+ "@orkestrel/database": "^0.0.8",
82
+ "@orkestrel/emitter": "^0.0.6",
83
+ "@orkestrel/pool": "^0.0.7",
84
+ "@orkestrel/queue": "^0.0.8"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@microsoft/api-extractor": "^7.58.12",
88
- "@orkestrel/guide": "^0.0.8",
89
- "@orkestrel/scaffold": "^0.0.18",
88
+ "@orkestrel/guide": "^0.0.10",
89
+ "@orkestrel/scaffold": "^0.0.26",
90
90
  "@types/node": "^26.1.2",
91
91
  "@vitest/browser-playwright": "^4.1.10",
92
92
  "oxfmt": "^0.62.0",