@raclettejs/core 0.1.25 → 0.1.26
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 +11 -0
- package/dist/cli.js +99 -98
- package/dist/cli.js.map +4 -4
- package/package.json +2 -2
- package/services/backend/src/core/config/configService.ts +1 -1
- package/services/backend/src/modules/hooks/rate-limiter.ts +1 -12
- package/services/frontend/.yarn/install-state.gz +0 -0
- package/services/frontend/src/core/lib/data/dataApi.ts +2 -2
- package/services/frontend/src/core/lib/data/queryApi.ts +1 -2
- package/services/frontend/src/core/store/state.ts +6 -41
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.26] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.25...v0.1.26" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
11
|
+
|
|
12
|
+
### Updated
|
|
13
|
+
|
|
14
|
+
- Frontend/Backend: sanitized rateLimit defaults, removed custom notFound handler
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Frontend/Core: fixed error return via dataApi.
|
|
19
|
+
- Frontend/Orchestrator: added vuetify back to dependencyOptimization and buildOpts.
|
|
20
|
+
|
|
10
21
|
## [0.1.25] - 2026-04-17 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.23...v0.1.25" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
11
22
|
|
|
12
23
|
### Fixed
|