siesa-agents 2.1.55 → 2.1.56

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/README.md CHANGED
@@ -11,7 +11,7 @@ Paquete para instalar y configurar el ecosistema **BMAD v6** con los agentes esp
11
11
  Esta versión está diseñada y optimizada para el siguiente stack tecnológico empresarial:
12
12
 
13
13
  **Frontend:**
14
- - Vite 6+ como bundler (builds rápidos, HMR instantáneo)
14
+ - Vite 7+ como bundler (builds rápidos, HMR instantáneo)
15
15
  - TanStack Router 1+ (file-based routing, type-safe)
16
16
  - React 18+ con TypeScript (strict mode)
17
17
  - TanStack Query 5+ para server state
@@ -4,7 +4,7 @@
4
4
  Based on Frontend Development Standards and Clean Architecture Implementation
5
5
 
6
6
  ### Technology Stack
7
- - **Framework**: Vite 6+ with TanStack Router
7
+ - **Framework**: Vite 7+ with TanStack Router
8
8
  - **Language**: TypeScript (strict mode)
9
9
  - **Styling**: TailwindCSS + Shadcn/ui + Radix UI
10
10
  - **State Management**: Zustand + TanStack Query
@@ -3,7 +3,7 @@
3
3
  ## Frontend Stack
4
4
 
5
5
  ### Bundler & Dev Server
6
- - **Vite 6+** with TypeScript
6
+ - **Vite 7+** with TypeScript
7
7
  - Default bundler for all frontend projects
8
8
  - Native ES modules for fast development
9
9
  - Optimized for Module Federation (microfrontends)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siesa-agents",
3
- "version": "2.1.55",
3
+ "version": "2.1.56",
4
4
  "description": "Paquete para instalar y configurar agentes SIESA en tu proyecto",
5
5
  "main": "index.js",
6
6
  "bin": {