bunqueue 2.8.58 → 2.8.59

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,6 +67,10 @@ docker run -d -p 6789:6789 -p 6790:6790 \
67
67
  ghcr.io/egeominotti/bunqueue:latest
68
68
  ```
69
69
 
70
+ Release images also carry the exact package version. For reproducible
71
+ deployments, pin `ghcr.io/egeominotti/bunqueue:2.8.59`; `latest` points to the
72
+ same multi-arch image at release time.
73
+
70
74
  Then produce and process from the language you already use:
71
75
 
72
76
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunqueue",
3
- "version": "2.8.58",
3
+ "version": "2.8.59",
4
4
  "description": "High-performance job queue for Bun & AI agents. SQLite persistence, cron scheduling, priorities, retries, DLQ, webhooks, native MCP server. Zero external infrastructure.",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",