@seip/blue-bird 0.2.2 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,17 +10,16 @@
10
10
 
11
11
  ## 🌟 Introduction / Introducción
12
12
 
13
- **Blue Bird** is a powerful, opinionated structure based on **Express** and **React**. It's designed to help developers build fast, scalable applications with hydrated components (Islands or Full views) and everything pre-configured.
13
+ **Blue Bird** is a powerful, opinionated structure based on **Express** and **React**. It's designed to help developers build fast, scalable applications,apis and everything pre-configured.
14
14
 
15
- **Blue Bird** es una estructura potente basada en **Express** y **React**. Está diseñada para ayudar a los desarrolladores a construir aplicaciones rápidas y escalables con componentes hidratados (Islas o vistas completas) y todo pre-configurado.
15
+ **Blue Bird** es una estructura potente basada en **Express** y **React**. Está diseñada para ayudar a los desarrolladores a construir aplicaciones rápidas ,apis escalables y todo pre-configurado.
16
16
 
17
17
 
18
18
 
19
19
  ## 🚀 Key Features / Características Clave
20
20
 
21
21
  - ⚡ **All-In-One**: Express, React, Vite, JWT Auth, and Validations ready to go.
22
- - 💎 **Flexible**: Extensible via standard Express `.use()` middleware.
23
- - 🏝️ **Island Architecture**: Hydrate only what you need with React.
22
+ - 💎 **Flexible**: Extensible via standard Express `.use()` middleware.
24
23
  - 🔐 **Secure**: Integrated JWT authentication and multi-language validation.
25
24
  - 📁 **Uploads**: Easy file handling with Multer-based helpers.
26
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seip/blue-bird",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Express + React opinionated framework with SPA or API architecture and built-in JWT auth",
5
5
  "type": "module",
6
6
  "bin": {