@romaintaillandier1978/dotenv-never-lies 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # dotenv-never-lies
2
2
 
3
+ > [!CAUTION]
4
+ > Experimental — not yet ready to use.
5
+
3
6
  > Because environment variables lie all the time.
4
7
 
5
8
  **dotenv-never-lies** validates, types, and documents your environment variables from a TypeScript / Zod schema.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@romaintaillandier1978/dotenv-never-lies",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Typed, validated, and explicit environment variables — powered by Zod.",
5
5
  "license": "MIT",
6
6
  "author": "Romain TAILLANDIER",