jeasx 2.5.2 → 2.5.3
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026-04-24 - Jeasx 2.5.3 released
|
|
4
|
+
|
|
5
|
+
🎉 Just dependency updates...
|
|
6
|
+
|
|
7
|
+
Dependency updates: `@fastify/static@9.1.3`
|
|
8
|
+
|
|
3
9
|
## 2026-04-20 - Jeasx 2.5.2 released
|
|
4
10
|
|
|
5
11
|
🎉 This release resolves an issue where existing routes failed to load if a JavaScript error occurred during initialization (for example, when setting up a global scoped variable). Previously, this error was masked by returning a 404 route, causing the route to never be re-evaluated.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jeasx",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.3",
|
|
4
4
|
"description": "Jeasx - the ease of JSX with the power of SSR",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"async",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@fastify/cookie": "11.0.2",
|
|
33
33
|
"@fastify/formbody": "8.0.2",
|
|
34
34
|
"@fastify/multipart": "10.0.0",
|
|
35
|
-
"@fastify/static": "9.1.
|
|
35
|
+
"@fastify/static": "9.1.3",
|
|
36
36
|
"@types/node": "25.6.0",
|
|
37
37
|
"esbuild": "0.28.0",
|
|
38
38
|
"fastify": "5.8.5",
|