envlys 1.0.2 → 1.0.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/package.json +7 -7
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "envlys",
|
|
3
3
|
"description": "📦️ A lightweight, type-safe environment variable validator for TypeScript and Bun, powered by Zod. Features auto-loading, variable expansion, and automatic .env.example generation",
|
|
4
4
|
"author": "Luis Monsalve",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"homepage": "https://github.com/TheElegantCoding/envlys#readme",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"dotenv": "^17.4.2",
|
|
48
|
-
"dotenv-expand": "^13.0.0"
|
|
48
|
+
"dotenv-expand": "^13.0.0",
|
|
49
|
+
"logginlys": "^4.0.2",
|
|
50
|
+
"zod": "^4.3.6"
|
|
49
51
|
},
|
|
50
52
|
"devDependencies": {
|
|
51
53
|
"@types/node": "^25.6.0",
|
|
52
|
-
"eslint-config-universal-code": "^1.0.
|
|
53
|
-
"gitlys": "^2.
|
|
54
|
-
"logginlys": "^4.0.2",
|
|
54
|
+
"eslint-config-universal-code": "^1.0.19",
|
|
55
|
+
"gitlys": "^2.2.0",
|
|
55
56
|
"tsup": "^8.5.1",
|
|
56
|
-
"typescript": "^5.9.3"
|
|
57
|
-
"zod": "^4.3.6"
|
|
57
|
+
"typescript": "^5.9.3"
|
|
58
58
|
}
|
|
59
59
|
}
|
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<img src="./.github/asset/illustration/wave_header.svg" width="100%" />
|
|
2
2
|
|
|
3
3
|
<h1 id="top" align="center">
|
|
4
|
-
<img src="./.github/asset/icon/setting.svg" width="
|
|
4
|
+
<img src="./.github/asset/icon/setting.svg" width="32px" align="center" />
|
|
5
5
|
Envlys
|
|
6
6
|
</h1>
|
|
7
7
|
|