azurajs 1.0.1 → 1.0.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 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ⚡ Modern, fast, and TypeScript-first web framework for Node.js and Bun with decorator-based routing.
4
4
 
5
5
  [![NPM Version](https://img.shields.io/npm/v/azurajs)](https://www.npmjs.com/package/azurajs)
6
- [![License](https://img.shields.io/npm/l/azurajs)](https://github.com/yourusername/azurajs/blob/main/LICENSE)
6
+ [![License](https://img.shields.io/npm/l/azurajs)](https://github.com/0xviny/azurajs/blob/main/LICENSE)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue)](https://www.typescriptlang.org/)
8
8
 
9
9
  ## Features
@@ -489,13 +489,13 @@ MIT License - see LICENSE file for details
489
489
 
490
490
  ## Links
491
491
 
492
- - [GitHub Repository](https://github.com/yourusername/azurajs)
492
+ - [GitHub Repository](https://github.com/0xviny/azurajs)
493
493
  - [NPM Package](https://www.npmjs.com/package/azurajs)
494
494
  - [Documentation](https://azurajs.dev)
495
- - [Examples](https://github.com/yourusername/azurajs/tree/main/examples)
495
+ - [Examples](https://github.com/0xviny/azurajs/tree/main/examples)
496
496
 
497
497
  ## Support
498
498
 
499
- - 🐛 [Issue Tracker](https://github.com/yourusername/azurajs/issues)
500
- - 💬 [Discussions](https://github.com/yourusername/azurajs/discussions)
501
- - 📧 Email: support@azurajs.dev
499
+ - 🐛 [Issue Tracker](https://github.com/0xviny/azurajs/issues)
500
+ - 💬 [Discussions](https://github.com/0xviny/azurajs/discussions)
501
+ - 📧 Email: 0xviny.dev@gmail.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azurajs",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Modern TypeScript-first web framework with decorator-based routing, zero dependencies, and built for performance",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",