tinny-backend 1.0.2 → 1.0.3

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
@@ -1,4 +1,4 @@
1
- # TinnyBackend
1
+ # tinny-backend
2
2
 
3
3
  A lightweight routing system for Node.js with built-in file serving, JWT authentication, and monitoring capabilities.
4
4
 
@@ -17,13 +17,13 @@ A lightweight routing system for Node.js with built-in file serving, JWT authent
17
17
  ## Installation
18
18
 
19
19
  ```bash
20
- npm install tinnybackend
20
+ npm install tinny-backend
21
21
  ```
22
22
 
23
23
  ## Quick Start
24
24
 
25
25
  ```typescript
26
- import Server from 'tinnybackend';
26
+ import Server from 'tinny-backend';
27
27
 
28
28
  const server = new Server({
29
29
  port: 3000,
@@ -203,5 +203,5 @@ Yassine Ajagrou
203
203
 
204
204
  ## Links
205
205
 
206
- - [GitHub Repository](https://github.com/iaceene/TinnyBackend)
207
- - [npm Package](https://www.npmjs.com/package/tinnybackend)
206
+ - [GitHub Repository](https://github.com/iaceene/tinny-backend)
207
+ - [npm Package](https://www.npmjs.com/package/tinny-backend)
@@ -1 +1 @@
1
- export declare const VERSION = "1.0.2";
1
+ export declare const VERSION = "1.0.3";
@@ -1 +1 @@
1
- export const VERSION = "1.0.2";
1
+ export const VERSION = "1.0.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinny-backend",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A lightweight and flexible backend framework built on Node.js.",
5
5
  "license": "MIT",
6
6
  "author": {