redis-smq-web-server 9.0.5-next.0 → 9.0.5-next.1
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 +4 -0
- package/LICENSE +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.5-next.1](https://github.com/weyoss/redis-smq/compare/v9.0.5-next.0...v9.0.5-next.1) (2025-12-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package redis-smq-web-server
|
|
9
|
+
|
|
6
10
|
## [9.0.5-next.0](https://github.com/weyoss/redis-smq/compare/v9.0.4...v9.0.5-next.0) (2025-12-04)
|
|
7
11
|
|
|
8
12
|
### 🚀 Chore
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) Weyoss <weyoss@
|
|
3
|
+
Copyright (c) Weyoss <weyoss@outlook.com>, https://github.com/weyoss
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
6
|
a copy of this software and associated documentation files (the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redis-smq-web-server",
|
|
3
|
-
"version": "9.0.5-next.
|
|
3
|
+
"version": "9.0.5-next.1",
|
|
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",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@redis/client": "^5",
|
|
47
47
|
"ioredis": "^5",
|
|
48
|
-
"redis-smq
|
|
49
|
-
"redis-smq-rest-api": "^9.0.5-next.
|
|
50
|
-
"redis-smq-web-ui": "^9.0.5-next.
|
|
51
|
-
"redis-smq": "^9.0.5-next.
|
|
48
|
+
"redis-smq": "^9.0.5-next.1",
|
|
49
|
+
"redis-smq-rest-api": "^9.0.5-next.1",
|
|
50
|
+
"redis-smq-web-ui": "^9.0.5-next.1",
|
|
51
|
+
"redis-smq-common": "^9.0.5-next.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependenciesMeta": {
|
|
54
54
|
"@redis/client": {
|