redis-smq-web-server 9.0.0-next.17 → 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,12 @@
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
+
6
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)
7
13
 
8
14
  ### ⚠ BREAKING CHANGES
package/README.md CHANGED
@@ -40,19 +40,19 @@ npm install ioredis --save
40
40
 
41
41
  ## Version Compatibility
42
42
 
43
- Always install matching versions of RedisSMQ packages to ensure compatibility. See [version compatibility](/packages/redis-smq/docs/version-compatibility.md) for details.
43
+ 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.
44
44
 
45
45
  ## Documentation
46
46
 
47
- For in-depth guides and API references, see [the documentation page](docs/README.md).
47
+ For in-depth guides and API references, see [the documentation page](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-web-server/docs/README.md).
48
48
 
49
49
  ## Related packages
50
50
 
51
- - [redis-smq](../redis-smq/README.md): Core message queue
52
- - [redis-smq-common](../redis-smq-common/README.md): Shared components/utilities
53
- - [redis-smq-rest-api](../redis-smq-rest-api/README.md): REST API with OpenAPI v3 and Swagger UI
54
- - [redis-smq-web-ui](../redis-smq-web-ui/README.md): SPA for monitoring and managing RedisSMQ
51
+ - [redis-smq](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq/README.md): Core message queue
52
+ - [redis-smq-common](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-common/README.md): Shared components/utilities
53
+ - [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
54
+ - [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
55
55
 
56
56
  ## License
57
57
 
58
- RedisSMQ Web Server is released under the [MIT License](/LICENSE).
58
+ RedisSMQ Web Server 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-web-server",
3
- "version": "9.0.0-next.17",
3
+ "version": "9.0.0-next.18",
4
4
  "description": "Web server for RedisSMQ Web UI: serves the SPA and hosts or proxies the RedisSMQ REST API.",
5
5
  "author": "Weyoss <weyoss@protonmail.com>",
6
6
  "license": "MIT",
@@ -46,10 +46,10 @@
46
46
  "peerDependencies": {
47
47
  "@redis/client": "^5",
48
48
  "ioredis": "^5",
49
- "redis-smq-rest-api": "^9.0.0-next.17",
50
- "redis-smq-common": "^9.0.0-next.17",
51
- "redis-smq": "^9.0.0-next.17",
52
- "redis-smq-web-ui": "^9.0.0-next.17"
49
+ "redis-smq-common": "^9.0.0-next.18",
50
+ "redis-smq-rest-api": "^9.0.0-next.18",
51
+ "redis-smq": "^9.0.0-next.18",
52
+ "redis-smq-web-ui": "^9.0.0-next.18"
53
53
  },
54
54
  "peerDependenciesMeta": {
55
55
  "@redis/client": {