@ezetgalaxy/titan 25.15.0 → 25.15.1

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.
package/README.md CHANGED
@@ -13,6 +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
17
 
17
18
 
18
19
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezetgalaxy/titan",
3
- "version": "25.15.0",
3
+ "version": "25.15.1",
4
4
  "description": "JavaScript backend framework that compiles your JS into a Rust + Axum server.",
5
5
  "license": "ISC",
6
6
  "author": "ezetgalaxy",
@@ -172,7 +172,7 @@ fn inject_t_runtime(ctx: &mut Context, action_name: &str) {
172
172
  println!(
173
173
  "{} {}",
174
174
  blue("[Titan]"),
175
- white(&format!("log({}): {}", action, parts.join(" ")))
175
+ gray(&format!("\x1b[90mlog({})\x1b[0m\x1b[97m: {}\x1b[0m", action, parts.join(" ")))
176
176
  );
177
177
 
178
178
  Ok(JsValue::undefined())