vortez 4.1.1 → 4.1.3

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 CHANGED
@@ -1,13 +1,5 @@
1
- # Build setting
2
- **/node_modules/
3
- **/build/
4
- **/.**
1
+ node_modules/
2
+ build/
3
+ .**/*
5
4
  **/*.log
6
- **/*.env
7
-
8
- # Work space setting
9
- !.vscode
10
-
11
- # Git and GitHub setting
12
- !.github
13
- !.gitignore
5
+ **/*.env
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vortez",
3
- "version": "4.1.1",
3
+ "version": "4.1.3",
4
4
  "description": "a module for http/s and ws/s servers",
5
5
  "type": "module",
6
6
  "main": "build/Vortez.js",
package/tests/test.env ADDED
File without changes