envapt 2.1.0 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  </p>
4
4
 
5
5
  <p align="center">
6
- A TypeScript environment configuration library that eliminates the boilerplate of parsing <code>.env</code> files.<br/>
6
+ A TypeScript environment configuration library that eliminates the boilerplate of transforming parsed <code>.env</code><br/>
7
7
  Get environment variables with correct runtime typing and fallbacks, template support, and automatic, built-in, & custom transformations.<br/>
8
8
  <strong>No more <code>process.env.PORT || '3000'</code> everywhere!</strong>
9
9
  </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "envapt",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "description": "The apt way to handle env",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",