@seip/blue-bird 0.1.3 → 0.1.7

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
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.
16
16
 
17
- <hr />
17
+
18
18
 
19
19
  ## 🚀 Key Features / Características Clave
20
20
 
@@ -24,7 +24,7 @@
24
24
  - 🔐 **Secure**: Integrated JWT authentication and multi-language validation.
25
25
  - 📁 **Uploads**: Easy file handling with Multer-based helpers.
26
26
 
27
- <hr />
27
+
28
28
 
29
29
  ## 🛠️ Quick Start / Inicio Rápido
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seip/blue-bird",
3
- "version": "0.1.3",
3
+ "version": "0.1.7",
4
4
  "description": "Express + React opinionated framework with island architecture and built-in JWT auth",
5
5
  "type": "module",
6
6
  "bin": {
@@ -39,4 +39,4 @@
39
39
  "jsonwebtoken": "^9.0.2",
40
40
  "multer": "^2.0.2"
41
41
  }
42
- }
42
+ }