vortez 5.0.0-dev.14 → 5.0.0-dev.15
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/.gitignore +0 -0
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/build/Template.d.ts +0 -0
- package/build/Template.js +0 -0
- package/build/Template.js.map +0 -0
- package/build/Vortez.d.ts +0 -0
- package/build/Vortez.js +0 -0
- package/build/Vortez.js.map +0 -0
- package/build/beta/Beta.d.ts +0 -0
- package/build/beta/Beta.js +0 -0
- package/build/beta/Beta.js.map +0 -0
- package/build/beta/JwtManager.d.ts +0 -0
- package/build/beta/JwtManager.js +0 -0
- package/build/beta/JwtManager.js.map +0 -0
- package/build/beta/Mail.d.ts +0 -0
- package/build/beta/Mail.js +0 -0
- package/build/beta/Mail.js.map +0 -0
- package/build/logger/Debug.d.ts +0 -0
- package/build/logger/Debug.js +0 -0
- package/build/logger/Debug.js.map +0 -0
- package/build/logger/Logger.d.ts +0 -0
- package/build/logger/Logger.js +0 -0
- package/build/logger/Logger.js.map +0 -0
- package/build/server/BodyParser.d.ts +0 -0
- package/build/server/BodyParser.js +0 -0
- package/build/server/BodyParser.js.map +0 -0
- package/build/server/Cookie.d.ts +0 -0
- package/build/server/Cookie.js +0 -0
- package/build/server/Cookie.js.map +0 -0
- package/build/server/LoggerManager.d.ts +0 -0
- package/build/server/LoggerManager.js +0 -0
- package/build/server/LoggerManager.js.map +0 -0
- package/build/server/Request.d.ts +0 -0
- package/build/server/Request.js +0 -0
- package/build/server/Request.js.map +0 -0
- package/build/server/Response.d.ts +0 -0
- package/build/server/Response.js +0 -0
- package/build/server/Response.js.map +0 -0
- package/build/server/Server.d.ts +0 -0
- package/build/server/Server.js +0 -0
- package/build/server/Server.js.map +0 -0
- package/build/server/ServerDebug.d.ts +0 -0
- package/build/server/ServerDebug.js +0 -0
- package/build/server/ServerDebug.js.map +0 -0
- package/build/server/ServerError.d.ts +0 -0
- package/build/server/ServerError.js +0 -0
- package/build/server/ServerError.js.map +0 -0
- package/build/server/Session.d.ts +0 -0
- package/build/server/Session.js +0 -0
- package/build/server/Session.js.map +0 -0
- package/build/server/config/Config.d.ts +0 -0
- package/build/server/config/Config.js +0 -0
- package/build/server/config/Config.js.map +0 -0
- package/build/server/config/ConfigLoader.d.ts +0 -0
- package/build/server/config/ConfigLoader.js +0 -0
- package/build/server/config/ConfigLoader.js.map +0 -0
- package/build/server/config/ConfigValidator.d.ts +0 -0
- package/build/server/config/ConfigValidator.js +0 -0
- package/build/server/config/ConfigValidator.js.map +0 -0
- package/build/server/router/HttpRule.d.ts +0 -0
- package/build/server/router/HttpRule.js +0 -0
- package/build/server/router/HttpRule.js.map +0 -0
- package/build/server/router/Router.d.ts +0 -0
- package/build/server/router/Router.js +0 -0
- package/build/server/router/Router.js.map +0 -0
- package/build/server/router/Rule.d.ts +0 -0
- package/build/server/router/Rule.js +0 -0
- package/build/server/router/Rule.js.map +0 -0
- package/build/server/router/WsRule.d.ts +0 -0
- package/build/server/router/WsRule.js +0 -0
- package/build/server/router/WsRule.js.map +0 -0
- package/build/server/router/middleware/HttpMiddleware.d.ts +0 -0
- package/build/server/router/middleware/HttpMiddleware.js +0 -0
- package/build/server/router/middleware/HttpMiddleware.js.map +0 -0
- package/build/server/router/middleware/Middleware.d.ts +0 -0
- package/build/server/router/middleware/Middleware.js +0 -0
- package/build/server/router/middleware/Middleware.js.map +0 -0
- package/build/server/router/middleware/WsMiddleware.d.ts +0 -0
- package/build/server/router/middleware/WsMiddleware.js +0 -0
- package/build/server/router/middleware/WsMiddleware.js.map +0 -0
- package/build/server/websocket/Chunk.d.ts +0 -0
- package/build/server/websocket/Chunk.js +0 -0
- package/build/server/websocket/Chunk.js.map +0 -0
- package/build/server/websocket/Websocket.d.ts +0 -0
- package/build/server/websocket/Websocket.js +0 -0
- package/build/server/websocket/Websocket.js.map +0 -0
- package/build/utilities/ConsoleUI.d.ts +0 -0
- package/build/utilities/ConsoleUI.js +0 -0
- package/build/utilities/ConsoleUI.js.map +0 -0
- package/build/utilities/DebugUI.d.ts +0 -0
- package/build/utilities/DebugUI.js +0 -0
- package/build/utilities/DebugUI.js.map +0 -0
- package/build/utilities/Env.d.ts +0 -0
- package/build/utilities/Env.js +0 -0
- package/build/utilities/Env.js.map +0 -0
- package/build/utilities/Path.d.ts +0 -0
- package/build/utilities/Path.js +0 -0
- package/build/utilities/Path.js.map +0 -0
- package/build/utilities/Utilities.d.ts +0 -0
- package/build/utilities/Utilities.js +0 -0
- package/build/utilities/Utilities.js.map +0 -0
- package/changes.md +0 -0
- package/examples/in-docs.js +0 -0
- package/global/Source/Logo_960.png +0 -0
- package/global/Source/Logo_SM_960.png +0 -0
- package/global/Style/Template/Error.css +0 -0
- package/global/Style/Template/Folder.css +0 -0
- package/global/Style/Template/Template.css +0 -0
- package/global/Template/Error.vhtml +0 -0
- package/global/Template/Folder.vhtml +0 -0
- package/package.json +2 -2
- package/tests/Template/template.js +0 -0
- package/tests/Template/template.txt +0 -0
- package/tests/Template/template.vhtml +0 -0
- package/tests/debug.js +0 -0
- package/tests/jwtManager/jwtManager.js +0 -0
- package/tests/test.env +0 -0
- package/tests/test.js +0 -0
- package/tests/test.vhtml +0 -0
- package/tests/utilities.js +0 -0
- package/tests/websocket.vhtml +0 -0
package/.gitignore
CHANGED
|
File without changes
|
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/build/Template.d.ts
CHANGED
|
File without changes
|
package/build/Template.js
CHANGED
|
File without changes
|
package/build/Template.js.map
CHANGED
|
File without changes
|
package/build/Vortez.d.ts
CHANGED
|
File without changes
|
package/build/Vortez.js
CHANGED
|
File without changes
|
package/build/Vortez.js.map
CHANGED
|
File without changes
|
package/build/beta/Beta.d.ts
CHANGED
|
File without changes
|
package/build/beta/Beta.js
CHANGED
|
File without changes
|
package/build/beta/Beta.js.map
CHANGED
|
File without changes
|
|
File without changes
|
package/build/beta/JwtManager.js
CHANGED
|
File without changes
|
|
File without changes
|
package/build/beta/Mail.d.ts
CHANGED
|
File without changes
|
package/build/beta/Mail.js
CHANGED
|
File without changes
|
package/build/beta/Mail.js.map
CHANGED
|
File without changes
|
package/build/logger/Debug.d.ts
CHANGED
|
File without changes
|
package/build/logger/Debug.js
CHANGED
|
File without changes
|
|
File without changes
|
package/build/logger/Logger.d.ts
CHANGED
|
File without changes
|
package/build/logger/Logger.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/server/Cookie.d.ts
CHANGED
|
File without changes
|
package/build/server/Cookie.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/server/Request.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/server/Response.js
CHANGED
|
File without changes
|
|
File without changes
|
package/build/server/Server.d.ts
CHANGED
|
File without changes
|
package/build/server/Server.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/server/Session.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/utilities/Env.d.ts
CHANGED
|
File without changes
|
package/build/utilities/Env.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/utilities/Path.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/changes.md
CHANGED
|
File without changes
|
package/examples/in-docs.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vortez",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.15",
|
|
4
4
|
"description": "a module for web server creation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/Vortez.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"test": "bash scripts/test.sh",
|
|
10
10
|
"publish": "bash scripts/publish.sh",
|
|
11
11
|
"dev": "bash scripts/dev.sh",
|
|
12
|
-
"dev.publish": "bash scripts/publish.sh
|
|
12
|
+
"dev.publish": "bash scripts/publish.sh"
|
|
13
13
|
},
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "NetFeez",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/tests/debug.js
CHANGED
|
File without changes
|
|
File without changes
|
package/tests/test.env
ADDED
|
File without changes
|
package/tests/test.js
CHANGED
|
File without changes
|
package/tests/test.vhtml
CHANGED
|
File without changes
|
package/tests/utilities.js
CHANGED
|
File without changes
|
package/tests/websocket.vhtml
CHANGED
|
File without changes
|