azurajs 2.5.1 → 2.5.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 +5 -5
  2. package/package.json +4 -4
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/0xviny/azurajs/blob/main/LICENSE)
6
+ [![License](https://img.shields.io/npm/l/azurajs)](https://github.com/azurajs/azura/blob/main/LICENSE)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue)](https://www.typescriptlang.org/)
8
8
 
9
9
  ## Features
@@ -817,13 +817,13 @@ MIT License - see LICENSE file for details
817
817
 
818
818
  ## Links
819
819
 
820
- - [GitHub Repository](https://github.com/0xviny/azurajs)
820
+ - [GitHub Repository](https://github.com/azurajs/azura)
821
821
  - [NPM Package](https://www.npmjs.com/package/azurajs)
822
822
  - [Documentation](https://azura.js.org/docs/en)
823
- - [Examples](https://github.com/0xviny/azurajs/tree/main/examples)
823
+ - [Examples](https://github.com/azurajs/azura/tree/main/examples)
824
824
 
825
825
  ## Support
826
826
 
827
- - 🐛 [Issue Tracker](https://github.com/0xviny/azurajs/issues)
828
- - 💬 [Discussions](https://github.com/0xviny/azurajs/discussions)
827
+ - 🐛 [Issue Tracker](https://github.com/azurajs/azura/issues)
828
+ - 💬 [Discussions](https://github.com/azurajs/azura/discussions)
829
829
  - 📧 Email: 0xviny.dev@gmail.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azurajs",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Modern TypeScript-first web framework with decorator-based routing, zero dependencies, and built for performance",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -187,12 +187,12 @@
187
187
  "license": "MIT",
188
188
  "repository": {
189
189
  "type": "git",
190
- "url": "git+https://github.com/0xviny/azurajs.git"
190
+ "url": "git+https://github.com/azurajs/azura.git"
191
191
  },
192
192
  "bugs": {
193
- "url": "https://github.com/0xviny/azurajs/issues"
193
+ "url": "https://github.com/azurajs/azura/issues"
194
194
  },
195
- "homepage": "https://github.com/0xviny/azurajs#readme",
195
+ "homepage": "https://github.com/azurajs/azura#readme",
196
196
  "engines": {
197
197
  "node": ">=18.0.0",
198
198
  "bun": ">=1.0.0"