@12-apps/jobs 1.2.1 → 1.3.1

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": "@12-apps/jobs",
3
- "version": "1.2.1",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
5
  "description": "Generic background-job library: a typed job registry with retries, exponential backoff and cron schedules, behind a swappable driver port (BullMQ/Redis in production, inline execution in tests). Framework-free; knows nothing about the host app's domain, ORM or transport.",
6
6
  "exports": {
@@ -20,8 +20,8 @@
20
20
  "bullmq": "^5.81.2"
21
21
  },
22
22
  "devDependencies": {
23
- "@12-apps/eslint-config": "^1.3.1",
24
- "@12-apps/typescript-config": "^1.3.1",
23
+ "@12-apps/eslint-config": "^1.4.1",
24
+ "@12-apps/typescript-config": "^1.4.1",
25
25
  "eslint": "^9.39.1",
26
26
  "eslint-plugin-test-flakiness": "^1.4.0",
27
27
  "typescript": "^5.9.2",