redis-smq 9.0.0-next.16 → 9.0.0-next.18

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.0-next.18](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.17...v9.0.0-next.18) (2025-11-07)
7
+
8
+ ### 📝 Documentation
9
+
10
+ - convert relative paths to absolute URLs in package READMEs ([ad5da5f](https://github.com/weyoss/redis-smq/commit/ad5da5f14aeb01822e560e7e15473dc27518e80a))
11
+
12
+ ## [9.0.0-next.17](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.16...v9.0.0-next.17) (2025-11-07)
13
+
14
+ ### 📝 Documentation
15
+
16
+ - **redis-smq:** improve classes/interfaces formatting ([f76936a](https://github.com/weyoss/redis-smq/commit/f76936a13b57887b40b3ac15f6756b6a5f8e87eb))
17
+
6
18
  ## [9.0.0-next.16](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.15...v9.0.0-next.16) (2025-11-05)
7
19
 
8
20
  ### 🐛 Bug Fixes
package/README.md CHANGED
@@ -20,8 +20,8 @@ producers/consumers APIs, and integrates with a REST API and Web UI for monitori
20
20
  - Works with ioredis or the official @redis/client
21
21
  - Optional REST API and Web UI for management and observability
22
22
 
23
- The source code and documentation for RedisSMQ are in the main [redis-smq](/README.md) repository.
23
+ The source code and documentation for RedisSMQ are in the main [redis-smq](https://github.com/weyoss/redis-smq/tree/next/README.md) repository.
24
24
 
25
25
  ## License
26
26
 
27
- RedisSMQ is released under the [MIT License](/LICENSE).
27
+ RedisSMQ is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/next/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq",
3
- "version": "9.0.0-next.16",
3
+ "version": "9.0.0-next.18",
4
4
  "description": "A high-performance, reliable, and scalable message queue for Node.js.",
5
5
  "author": "Weyoss <weyoss@protonmail.com>",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "peerDependencies": {
53
53
  "@redis/client": "^5",
54
54
  "ioredis": "^5",
55
- "redis-smq-common": "^9.0.0-next.16"
55
+ "redis-smq-common": "^9.0.0-next.18"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "@redis/client": {