@structure-ai/jobs 0.0.11 → 0.0.12

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@structure-ai/jobs",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Delayed and recurring jobs on PostgreSQL: named schema-typed handlers, SKIP LOCKED dispatch with heartbeat leases, cron scheduling with timezones, at-least-once delivery, dead letters, graceful drain, per-job metrics.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,9 +24,9 @@
24
24
  "test": "bun test"
25
25
  },
26
26
  "dependencies": {
27
- "@structure-ai/config": "0.0.11",
28
- "@structure-ai/observability": "0.0.11",
29
- "@structure-ai/runtime": "0.0.11",
27
+ "@structure-ai/config": "0.0.12",
28
+ "@structure-ai/observability": "0.0.12",
29
+ "@structure-ai/runtime": "0.0.12",
30
30
  "@effect/sql": "^0.52.1",
31
31
  "@effect/sql-pg": "^0.53.0",
32
32
  "effect": "^3.22.1"