@ezetgalaxy/titan 25.12.5 β†’ 25.12.6

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 +4 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -217,7 +217,7 @@ tit dev
217
217
  Titan’s dev engine:
218
218
 
219
219
  * Rebuilds routes
220
- * Rebundi actions
220
+ * Rebundil actions
221
221
  * Restarts Rust server
222
222
  * Updates instantly
223
223
 
@@ -242,11 +242,6 @@ Output includes:
242
242
 
243
243
  Titan generates an optimized **multi-stage Dockerfile**:
244
244
 
245
- ```bash
246
- docker build -t titan-app .
247
- docker run -p 3000:3000 titan-app
248
- ```
249
-
250
245
  Works on:
251
246
 
252
247
  * Railway
@@ -331,13 +326,14 @@ Updates:
331
326
 
332
327
  # πŸ“¦ Version
333
328
 
334
- **Titan v1 β€” Stable**
329
+ **Titan v25 β€” Stable**
335
330
  Optimized for production, cloud deployment, and AI workloads.
336
331
 
337
332
  ---
338
333
 
339
334
  # 🀝 Contributing
340
335
 
341
- Pull requests welcome.
336
+ Pull requests welcome
337
+ https://github.com/ezet-galaxy/-ezetgalaxy-titan
342
338
 
343
339
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezetgalaxy/titan",
3
- "version": "25.12.5",
3
+ "version": "25.12.6",
4
4
  "description": "JavaScript backend framework that compiles your JS into a Rust + Axum server.",
5
5
  "license": "ISC",
6
6
  "author": "ezetgalaxy",