@veloxts/queue 0.6.59 → 0.6.60

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @veloxts/queue
2
2
 
3
- > **Early Preview (v0.6.x)** - APIs are stabilizing but may still change. Use with caution in production.
3
+ > **Early Preview (v0.6.x)** - APIs are stabilizing but may still change. Do not use in production yet.
4
4
 
5
5
  Background job processing for VeloxTS Framework - provides sync and BullMQ drivers with type-safe job definitions and reliable execution. Learn more at [@veloxts/velox](https://www.npmjs.com/package/@veloxts/velox).
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/queue",
3
- "version": "0.6.59",
3
+ "version": "0.6.60",
4
4
  "description": "Background job processing for VeloxTS framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "ioredis": "5.6.1",
28
28
  "superjson": "2.2.2",
29
29
  "zod": "3.24.4",
30
- "@veloxts/core": "0.6.59"
30
+ "@veloxts/core": "0.6.60"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@biomejs/biome": "2.0.0",
@@ -36,7 +36,7 @@
36
36
  "fastify": "5.6.2",
37
37
  "typescript": "5.8.3",
38
38
  "vitest": "4.0.16",
39
- "@veloxts/testing": "0.6.59"
39
+ "@veloxts/testing": "0.6.60"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "fastify": "^5.0.0"
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "repository": {
48
48
  "type": "git",
49
- "url": "https://github.com/veloxts/veloxts.git",
49
+ "url": "https://github.com/veloxts/velox-ts-framework.git",
50
50
  "directory": "packages/queue"
51
51
  },
52
52
  "keywords": [