@ezetgalaxy/titan 26.7.1 → 26.7.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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -276,7 +276,7 @@ No exports wiring. No globals. No boilerplate.
276
276
 
277
277
  # 📦 Version
278
278
 
279
- **Titan v25 — Stable**
279
+ **Titan v26 — Stable**
280
280
 
281
281
  * Production-ready runtime
282
282
  * Safe JS execution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezetgalaxy/titan",
3
- "version": "26.7.1",
3
+ "version": "26.7.2",
4
4
  "description": "Titan Planet is a JavaScript-first backend framework that embeds JS actions into a Rust + Axum server and ships as a single native binary. Routes are compiled to static metadata; only actions run in the embedded JS runtime. No Node.js. No event loop in production.",
5
5
  "license": "ISC",
6
6
  "author": "ezetgalaxy",