@hazeljs/core 0.2.0 → 0.2.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 +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -235,7 +235,7 @@ getProfile(@CurrentUser user: User) {
|
|
|
235
235
|
}
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
Use the custom param decorator **without** parentheses: `@CurrentUser`. See the [full API reference](https://hazeljs.
|
|
238
|
+
Use the custom param decorator **without** parentheses: `@CurrentUser`. See the [full API reference](https://hazeljs.ai/docs/api-reference) for `ParamDecoratorContext` and `CUSTOM_METADATA_PREFIX`.
|
|
239
239
|
|
|
240
240
|
## Middleware
|
|
241
241
|
|
|
@@ -550,11 +550,11 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
|
|
|
550
550
|
|
|
551
551
|
## License
|
|
552
552
|
|
|
553
|
-
Apache 2.0 © [HazelJS](https://hazeljs.
|
|
553
|
+
Apache 2.0 © [HazelJS](https://hazeljs.ai)
|
|
554
554
|
|
|
555
555
|
## Links
|
|
556
556
|
|
|
557
|
-
- [Documentation](https://hazeljs.
|
|
557
|
+
- [Documentation](https://hazeljs.ai/docs)
|
|
558
558
|
- [GitHub](https://github.com/hazel-js/hazeljs)
|
|
559
559
|
- [Issues](https://github.com/hazel-js/hazeljs/issues)
|
|
560
|
-
- [Discord](https://discord.
|
|
560
|
+
- [Discord](https://discord.gg/rnxaDcXx)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
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",
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"bugs": {
|
|
63
63
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
64
64
|
},
|
|
65
|
-
"homepage": "https://hazeljs.
|
|
66
|
-
"gitHead": "
|
|
65
|
+
"homepage": "https://hazeljs.ai",
|
|
66
|
+
"gitHead": "b43901feaa561a191242c34acabefa531dd1d21d"
|
|
67
67
|
}
|