@bymax-one/nest-core 1.2.2 → 1.3.0
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 +16 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,20 @@ heading here.
|
|
|
11
11
|
|
|
12
12
|
## [Unreleased]
|
|
13
13
|
|
|
14
|
+
## [1.3.0] - 2026-08-11
|
|
15
|
+
|
|
16
|
+
Coordinated ecosystem release aligning every `@bymax-one/*` package after the ioredis 6 /
|
|
17
|
+
bullmq 6 migration. **No source, runtime, or public-API change in this package** — the
|
|
18
|
+
published `dist/` is byte-identical to `1.2.2`; the changes below are development
|
|
19
|
+
and CI tooling only.
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Bumped the `dev-dependencies` group with 3 updates. None of these reaches the published bundle.
|
|
24
|
+
- Bumped the pinned `pnpm/action-setup` CI action from 6.0.9 to 6.0.10.
|
|
25
|
+
- Bumped the pinned `github/codeql-action/upload-sarif` CI action from 4.37.4 to 4.37.6 in the
|
|
26
|
+
codeql group.
|
|
27
|
+
|
|
14
28
|
## [1.2.2] - 2026-08-10
|
|
15
29
|
|
|
16
30
|
Remediation of a local audit's metrics-auth and pagination-bound findings (merged in #62). No
|
|
@@ -341,7 +355,8 @@ have regressed from. They are kept because the reasoning is worth having.
|
|
|
341
355
|
[1.0.1]: https://github.com/bymaxone/nest-core/compare/v1.0.0...v1.0.1
|
|
342
356
|
[1.0.0]: https://github.com/bymaxone/nest-core/releases/tag/v1.0.0
|
|
343
357
|
[1.1.1]: https://github.com/bymaxone/nest-core/compare/v1.1.0...v1.1.1
|
|
358
|
+
[1.3.0]: https://github.com/bymaxone/nest-core/compare/v1.2.2...v1.3.0
|
|
344
359
|
[1.2.2]: https://github.com/bymaxone/nest-core/compare/v1.2.1...v1.2.2
|
|
345
360
|
[1.2.1]: https://github.com/bymaxone/nest-core/compare/v1.2.0...v1.2.1
|
|
346
361
|
[1.2.0]: https://github.com/bymaxone/nest-core/compare/v1.1.1...v1.2.0
|
|
347
|
-
[Unreleased]: https://github.com/bymaxone/nest-core/compare/v1.
|
|
362
|
+
[Unreleased]: https://github.com/bymaxone/nest-core/compare/v1.3.0...HEAD
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bymax-one/nest-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Zero-dependency NestJS 11 application foundation kit: error-envelope exception filter, request-timing interceptor, pagination helpers, health endpoints with indicator discovery, an optional Prometheus metrics endpoint with a contribution contract, OpenAPI documents in development, and OpenTelemetry trace correlation.",
|
|
5
5
|
"author": "Bymax One <support@bymax.one>",
|
|
6
6
|
"license": "MIT",
|