xypriss 4.4.0 → 4.4.1
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/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4112,7 +4112,8 @@ declare global {
|
|
|
4112
4112
|
}) => BunSubprocess;
|
|
4113
4113
|
};
|
|
4114
4114
|
/**
|
|
4115
|
-
*
|
|
4115
|
+
* Provides centralized access to system variables, configuration management, and environment utilities for XyPriss applications.
|
|
4116
|
+
* This module serves as a type-safe wrapper around system configuration with built-in helpers for common operations.
|
|
4116
4117
|
*/
|
|
4117
4118
|
var __sys__: XyPrissSys;
|
|
4118
4119
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xypriss",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
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. It features built-in security middleware, a robust routing system, and performance optimizations to build scalable, secure web applications effortlessly. Join our community and contribute on GitHub!",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|