@elurjs/kit 2.5.1 → 2.6.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ 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-beta.0]
9
+
10
+ Prerelease del canal beta alineada con `@elurjs/core@3.7.0-beta.0`
11
+ (motor `next-2` por defecto) y `@elurjs/vite-plugin-elur@2.2.0-beta.0`
12
+ (emit gating + writers especializados). Sin cambios funcionales en Kit:
13
+ todas las features de router next-gen y zero-JS ya shippearon en 2.5.x.
14
+
15
+ ### Changed
16
+
17
+ - **Peer ranges ampliados** — `@elurjs/core` acepta
18
+ `^3.6.2 || ^3.7.0-beta.0` y `@elurjs/vite-plugin-elur` acepta
19
+ `^2.1.0 || ^2.2.0-beta.0`, permitiendo instalar el stack beta completo
20
+ sin warnings de peer deps.
21
+ - **Lockfile migrado a `bun.lock`** — `package-lock.json` eliminado del
22
+ repo (el workspace usa bun).
23
+
8
24
  ## [2.5.1]
9
25
 
10
26
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elurjs/kit",
3
- "version": "2.5.1",
3
+ "version": "2.6.0-beta.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,8 +274,8 @@
274
274
  "tsx": "^4.23.12"
275
275
  },
276
276
  "peerDependencies": {
277
- "@elurjs/core": "^3.6.2",
278
- "@elurjs/vite-plugin-elur": "^2.1.0",
277
+ "@elurjs/core": "^3.6.2 || ^3.7.0-beta.0",
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",
281
281
  "vite": "^7.0.0 || ^8.0.0",
@@ -297,8 +297,8 @@
297
297
  },
298
298
  "devDependencies": {
299
299
  "@arethetypeswrong/cli": "^0.18.5",
300
- "@elurjs/core": "^3.6.2",
301
- "@elurjs/vite-plugin-elur": "^2.1.0",
300
+ "@elurjs/core": "^3.7.0-beta.1",
301
+ "@elurjs/vite-plugin-elur": "^2.2.0-beta.0",
302
302
  "@playwright/test": "^1.62.1",
303
303
  "@types/node": "^26.5.0",
304
304
  "happy-dom": "^20.11.6",
@@ -307,4 +307,4 @@
307
307
  "typescript": "~7.0.2",
308
308
  "vite": "^8.2.1"
309
309
  }
310
- }
310
+ }