redis-smq-common 9.0.9-next.4 → 9.0.9

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 (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +14 -14
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.9](https://github.com/weyoss/redis-smq/compare/v9.0.9-next.5...v9.0.9) (2026-01-09)
7
+
8
+ ### 🚀 Chore
9
+
10
+ - update READMEs after merging 'origin/next' into 'master' ([ebe66cc](https://github.com/weyoss/redis-smq/commit/ebe66cceb3c6e8067b0324c3e4076dfb496d49be))
11
+
12
+ ## [9.0.9-next.5](https://github.com/weyoss/redis-smq/compare/v9.0.9-next.4...v9.0.9-next.5) (2026-01-09)
13
+
14
+ **Note:** Version bump only for package redis-smq-common
15
+
6
16
  ## [9.0.9-next.4](https://github.com/weyoss/redis-smq/compare/v9.0.9-next.3...v9.0.9-next.4) (2026-01-09)
7
17
 
8
18
  **Note:** Version bump only for package redis-smq-common
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # RedisSMQ Common Library
2
2
 
3
3
  > [!NOTE]
4
- > You are viewing the documentation for the "next" branch. These docs describe unreleased changes published under the npm "next" dist-tag.
5
- > For the latest stable documentation, see:
4
+ > You are viewing the documentation for the "master" branch. These docs describe the latest stable release.
5
+ > For pre-release documentation, see:
6
6
  >
7
- > - Master (stable) README: https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-common
7
+ > - Next (pre-release) README: https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-common
8
8
  > - Latest release notes/tags: https://github.com/weyoss/redis-smq/releases/latest
9
9
  > - Install stable packages with @latest; pre-release with @next.
10
10
 
11
- [![Pre-release (next)](https://img.shields.io/npm/v/redis-smq-common/next?style=flat-square&label=redis-smq-common%40next)](https://github.com/weyoss/redis-smq/releases)
12
- [![Code Coverage (next)](https://img.shields.io/codecov/c/github/weyoss/redis-smq/next?flag=redis-smq-common&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/next/packages/redis-smq-common)
11
+ [![Stable](https://img.shields.io/npm/v/redis-smq-common/latest?style=flat-square&label=redis-smq-common%40latest)](https://github.com/weyoss/redis-smq/releases/latest)
12
+ [![Code Coverage (master)](https://img.shields.io/codecov/c/github/weyoss/redis-smq/master?flag=redis-smq-common&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/master/packages/redis-smq-common)
13
13
 
14
14
  A shared foundation for the RedisSMQ ecosystem.
15
15
  This package provides essential components and utilities used by RedisSMQ and related packages, helping you configure
@@ -32,9 +32,9 @@ Redis clients, structure logging, and reuse core types across the stack.
32
32
  Install the package:
33
33
 
34
34
  ```bash
35
- npm install redis-smq-common@next
35
+ npm install redis-smq-common
36
36
  # or
37
- pnpm add redis-smq-common@next
37
+ pnpm add redis-smq-common
38
38
  ```
39
39
 
40
40
  This package works with multiple Redis clients. Install one of the supported clients based on your needs:
@@ -55,19 +55,19 @@ Note: Redis clients are optional peer dependencies; pick one and configure it in
55
55
 
56
56
  ## Version compatibility
57
57
 
58
- Always install matching versions of RedisSMQ packages to ensure compatibility. See [version compatibility](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq/docs/version-compatibility.md) for details.
58
+ Always install matching versions of RedisSMQ packages to ensure compatibility. See [version compatibility](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq/docs/version-compatibility.md) for details.
59
59
 
60
60
  ## Documentation
61
61
 
62
- For in-depth guides and API references, see [the documentation page](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-common/docs/README.md).
62
+ For in-depth guides and API references, see [the documentation page](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-common/docs/README.md).
63
63
 
64
64
  ## Related packages
65
65
 
66
- - [redis-smq](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq/README.md): Core message queue for Node.js
67
- - [redis-smq-rest-api](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-rest-api/README.md): REST API with OpenAPI v3 and Swagger UI
68
- - [redis-smq-web-server](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-web-server/README.md): Web server for hosting the UI and proxying/serving the API
69
- - [redis-smq-web-ui](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-web-ui/README.md): SPA for monitoring and managing RedisSMQ
66
+ - [redis-smq](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq/README.md): Core message queue for Node.js
67
+ - [redis-smq-rest-api](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-rest-api/README.md): REST API with OpenAPI v3 and Swagger UI
68
+ - [redis-smq-web-server](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-web-server/README.md): Web server for hosting the UI and proxying/serving the API
69
+ - [redis-smq-web-ui](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-web-ui/README.md): SPA for monitoring and managing RedisSMQ
70
70
 
71
71
  ## License
72
72
 
73
- RedisSMQ Common Library is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/next/LICENSE).
73
+ RedisSMQ Common Library is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/master/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq-common",
3
- "version": "9.0.9-next.4",
3
+ "version": "9.0.9",
4
4
  "description": "Provides essential components and utilities shared across RedisSMQ packages.",
5
5
  "author": "Weyoss <weyoss@outlook.com>",
6
6
  "license": "MIT",