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.
- package/README.md +5 -5
- 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
|
[](https://www.npmjs.com/package/azurajs)
|
|
6
|
-
[](https://github.com/
|
|
6
|
+
[](https://github.com/azurajs/azura/blob/main/LICENSE)
|
|
7
7
|
[](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/
|
|
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/
|
|
823
|
+
- [Examples](https://github.com/azurajs/azura/tree/main/examples)
|
|
824
824
|
|
|
825
825
|
## Support
|
|
826
826
|
|
|
827
|
-
- 🐛 [Issue Tracker](https://github.com/
|
|
828
|
-
- 💬 [Discussions](https://github.com/
|
|
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.
|
|
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/
|
|
190
|
+
"url": "git+https://github.com/azurajs/azura.git"
|
|
191
191
|
},
|
|
192
192
|
"bugs": {
|
|
193
|
-
"url": "https://github.com/
|
|
193
|
+
"url": "https://github.com/azurajs/azura/issues"
|
|
194
194
|
},
|
|
195
|
-
"homepage": "https://github.com/
|
|
195
|
+
"homepage": "https://github.com/azurajs/azura#readme",
|
|
196
196
|
"engines": {
|
|
197
197
|
"node": ">=18.0.0",
|
|
198
198
|
"bun": ">=1.0.0"
|