redis-smq-rest-api 9.0.0-next.11 → 9.0.0-next.12

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.12](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.11...v9.0.0-next.12) (2025-10-27)
7
+
8
+ ### 📝 Documentation
9
+
10
+ - fix license section formatting and standardize project names ([abbdbda](https://github.com/weyoss/redis-smq/commit/abbdbdae6fc42f0a9353b7cd786386a98e6e850d))
11
+
6
12
  ## [9.0.0-next.11](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.10...v9.0.0-next.11) (2025-10-27)
7
13
 
8
14
  ### 🐛 Bug Fixes
package/README.md CHANGED
@@ -198,4 +198,4 @@ For detailed endpoint documentation, refer to the Swagger UI.
198
198
 
199
199
  ## License
200
200
 
201
- This project is licensed under is released under the [MIT License](/LICENSE).
201
+ RedisSMQ REST API is released under the [MIT License](/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq-rest-api",
3
- "version": "9.0.0-next.11",
3
+ "version": "9.0.0-next.12",
4
4
  "description": "REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.",
5
5
  "author": "Weyoss <weyoss@protonmail.com>",
6
6
  "license": "MIT",
@@ -68,8 +68,8 @@
68
68
  "peerDependencies": {
69
69
  "@redis/client": "^5",
70
70
  "ioredis": "^5",
71
- "redis-smq": "^9.0.0-next.11",
72
- "redis-smq-common": "^9.0.0-next.11"
71
+ "redis-smq": "^9.0.0-next.12",
72
+ "redis-smq-common": "^9.0.0-next.12"
73
73
  },
74
74
  "peerDependenciesMeta": {
75
75
  "@redis/client": {