envapt 5.2.0-next.1 → 5.2.0-next.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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # envapt
2
2
 
3
+ ## 5.2.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - bad5f6b: update package.json desc and engines/os
8
+
3
9
  ## 5.2.0-next.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "envapt",
3
3
  "type": "module",
4
- "version": "5.2.0-next.1",
5
- "description": "Type-safe environment variables for TypeScript. Zero-dependency typed reader with the same API on Node, Bun, Deno, Cloudflare Workers, and the browser; loads .env files on Node, Bun, and Deno. Decorators, converters, and Standard Schema (zod/valibot/arktype) validation.",
4
+ "version": "5.2.0-next.2",
5
+ "description": "Type-safe environment variables for TypeScript. Zero-dependency .env loader and parser with one API across Node, Bun, Deno, Cloudflare Workers, and the Browser. Decorators, converters, Standard Schema (zod/valibot/arktype) validation, and much more.",
6
6
  "types": "./dist/node/index.d.mts",
7
7
  "exports": {
8
8
  ".": {