tezx 1.0.22 → 1.0.23

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/.npmignore +1 -1
  2. package/package.json +1 -1
package/.npmignore CHANGED
@@ -1,5 +1,5 @@
1
1
  # Ignore all .ts files except .d.ts files
2
- # *.ts
2
+ *.ts
3
3
 
4
4
  # Optional: Allow specific .ts files if needed
5
5
  # !/specific-directory/*.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tezx",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "TezX is a high-performance, lightweight JavaScript framework designed for speed, scalability, and flexibility. It enables efficient routing, middleware management, and static file serving with minimal configuration. Fully compatible with Node.js, Deno, and Bun.",
5
5
  "main": "cjs/index.js",
6
6
  "module": "index.js",