@ezetgalaxy/titan 25.12.1 → 25.12.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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,12 @@ rustc -V
34
34
 
35
35
  ---
36
36
 
37
+ ## New Features
38
+ To get new features:
39
+ ```bash
40
+ tit update
41
+ ```
42
+
37
43
  ## ✨ Features
38
44
 
39
45
  - Write your backend in **pure JavaScript**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezetgalaxy/titan",
3
- "version": "25.12.1",
3
+ "version": "25.12.2",
4
4
  "description": "JavaScript backend framework that compiles your JS into a Rust + Axum server.",
5
5
  "license": "ISC",
6
6
  "author": "ezetgalaxy",