@hazeljs/core 0.2.0-beta.48 → 0.2.0-beta.49
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @hazeljs/core
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**The foundation of HazelJS — DI, routing, and decorators that feel right.**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Stop wiring boilerplate. Build APIs with dependency injection, decorator-based routing, and middleware that just works. TypeScript-first, production-ready, zero Express dependency.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@hazeljs/core)
|
|
8
8
|
[](https://www.npmjs.com/package/@hazeljs/core)
|
|
@@ -519,5 +519,5 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
|
|
|
519
519
|
|
|
520
520
|
- [Documentation](https://hazeljs.com/docs)
|
|
521
521
|
- [GitHub](https://github.com/hazel-js/hazeljs)
|
|
522
|
-
- [Issues](https://github.com/
|
|
522
|
+
- [Issues](https://github.com/hazel-js/hazeljs/issues)
|
|
523
523
|
- [Discord](https://discord.gg/hazeljs)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/core",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.49",
|
|
4
4
|
"description": "Core HazelJS framework - Dependency injection, routing, decorators, and base functionality",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
64
64
|
},
|
|
65
65
|
"homepage": "https://hazeljs.com",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "263b1f8c87ad9008ae21b6472860eb1b6cf1a6ce"
|
|
67
67
|
}
|