@elurjs/kit 2.6.0-beta.0 → 2.6.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 +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to Elur Kit are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.6.0]
|
|
9
|
+
|
|
10
|
+
Promoción a estable del canal beta `2.6.0-beta.x`. Compatible con
|
|
11
|
+
`@elurjs/core@^4.0.0` (motor next-2 por defecto) además de la línea 3.x;
|
|
12
|
+
suite completa 575/575 verificada contra el stack estable publicado.
|
|
13
|
+
|
|
8
14
|
## [2.6.0-beta.0]
|
|
9
15
|
|
|
10
16
|
Prerelease del canal beta alineada con `@elurjs/core@3.7.0-beta.0`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elurjs/kit",
|
|
3
|
-
"version": "2.6.0
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "Full-stack framework for Elur — file-based routing, SSG and islands.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Deiver Vasquez",
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"tsx": "^4.23.12"
|
|
275
275
|
},
|
|
276
276
|
"peerDependencies": {
|
|
277
|
-
"@elurjs/core": "^3.6.2 || ^3.7.0-beta.0",
|
|
277
|
+
"@elurjs/core": "^3.6.2 || ^3.7.0-beta.0 || ^4.0.0",
|
|
278
278
|
"@elurjs/vite-plugin-elur": "^2.1.0 || ^2.2.0-beta.0",
|
|
279
279
|
"marked": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
280
280
|
"sharp": "^0.33.0 || ^0.34.0 || ^0.35.0",
|
|
@@ -297,8 +297,8 @@
|
|
|
297
297
|
},
|
|
298
298
|
"devDependencies": {
|
|
299
299
|
"@arethetypeswrong/cli": "^0.18.5",
|
|
300
|
-
"@elurjs/core": "^
|
|
301
|
-
"@elurjs/vite-plugin-elur": "^2.2.0
|
|
300
|
+
"@elurjs/core": "^4.0.0",
|
|
301
|
+
"@elurjs/vite-plugin-elur": "^2.2.0",
|
|
302
302
|
"@playwright/test": "^1.62.1",
|
|
303
303
|
"@types/node": "^26.5.0",
|
|
304
304
|
"happy-dom": "^20.11.6",
|