xypriss 9.6.40 → 9.6.41
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ app.start();
|
|
|
144
144
|
- [XFPM Guide](https://xypriss.nehonix.com/docs/xfpm) - Using the XyPriss Fast Package Manager
|
|
145
145
|
- [Examples](https://xypriss.nehonix.com/docs/EXAMPLES) - Practical code examples
|
|
146
146
|
- [Features Overview](https://xypriss.nehonix.com/docs/FEATURES_OVERVIEW) - Comprehensive feature list
|
|
147
|
-
- [Router Engine V2](./docs/
|
|
147
|
+
- [Router Engine V2](./docs/routing/README.md) - Rich modular routing
|
|
148
148
|
|
|
149
149
|
### Security
|
|
150
150
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xypriss",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.41",
|
|
4
4
|
"description": "XyPriss is a lightweight, TypeScript-first, open-source Node.js web framework crafted for developers seeking a familiar Express-like API without Express dependencies.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Nehonix",
|