redis-smq-common 9.0.2-next.0 → 9.0.2-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 +10 -0
- package/README.md +1 -1
- package/package.json +4 -4
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.2-next.1](https://github.com/weyoss/redis-smq/compare/v9.0.2-next.0...v9.0.2-next.1) (2025-11-08)
|
|
7
|
+
|
|
8
|
+
### 🐛 Bug Fixes
|
|
9
|
+
|
|
10
|
+
- update deps to resolve security vulnerabilities ([390d488](https://github.com/weyoss/redis-smq/commit/390d4880241c6bc3cf37e94d1b09f34197a7fa7b))
|
|
11
|
+
|
|
12
|
+
### 📝 Documentation
|
|
13
|
+
|
|
14
|
+
- update npm badge links to point to GitHub releases ([1eaee9e](https://github.com/weyoss/redis-smq/commit/1eaee9e1734b4e78ac56ca9853baac1d58dd2ec9))
|
|
15
|
+
|
|
6
16
|
## [9.0.2-next.0](https://github.com/weyoss/redis-smq/compare/v9.0.1...v9.0.2-next.0) (2025-11-08)
|
|
7
17
|
|
|
8
18
|
### ✅ Tests
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
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
|
-
[](https://
|
|
11
|
+
[](https://github.com/weyoss/redis-smq/releases)
|
|
12
12
|
[](https://app.codecov.io/github/weyoss/redis-smq/tree/next/packages/redis-smq-common)
|
|
13
13
|
|
|
14
14
|
A shared foundation for the RedisSMQ ecosystem.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redis-smq-common",
|
|
3
|
-
"version": "9.0.2-next.
|
|
3
|
+
"version": "9.0.2-next.1",
|
|
4
4
|
"description": "Provides essential components and utilities shared across RedisSMQ packages.",
|
|
5
5
|
"author": "Weyoss <weyoss@protonmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"axios": "1.
|
|
69
|
+
"axios": "1.13.2",
|
|
70
70
|
"bluebird": "3.7.2",
|
|
71
|
-
"commander": "14.0.
|
|
71
|
+
"commander": "14.0.2",
|
|
72
72
|
"lodash": "4.17.21",
|
|
73
|
-
"tar": "7.5.
|
|
73
|
+
"tar": "7.5.2",
|
|
74
74
|
"uuid": "13.0.0"
|
|
75
75
|
},
|
|
76
76
|
"bin": {
|