@ezetgalaxy/titan 25.15.1 → 25.15.2

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 +1 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  ✅ **Production mode is ready**
14
14
  💙 **Enjoy development mode `tit dev`**
15
15
  ✅ **No more `globalThis` required**
16
- 💟 **Website for titan docs coming soon**
16
+ 💟 **Website for titan docs: https://titan-docs-ez.vercel.app/docs**
17
17
 
18
18
 
19
19
  ---
@@ -261,14 +261,3 @@ No exports wiring. No globals. No boilerplate.
261
261
  * Designed for cloud & AI workloads
262
262
 
263
263
  ---
264
-
265
- # 🧠 Final Note
266
-
267
- What you built today is **not a wrapper**, **not a toy**, and **not a clone**.
268
-
269
- You now have:
270
-
271
- * A real JS runtime
272
- * A real routing engine
273
- * A real compiler pipeline
274
- * A real production server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezetgalaxy/titan",
3
- "version": "25.15.1",
3
+ "version": "25.15.2",
4
4
  "description": "JavaScript backend framework that compiles your JS into a Rust + Axum server.",
5
5
  "license": "ISC",
6
6
  "author": "ezetgalaxy",