envapt 7.0.0-next.2 → 7.0.0-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # envapt
2
2
 
3
+ ## 7.0.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 54c8ecc: Bump dev dependencies.
8
+
3
9
  ## 7.0.0-next.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "envapt",
3
3
  "type": "module",
4
- "version": "7.0.0-next.2",
4
+ "version": "7.0.0-next.3",
5
5
  "description": "Type-safe config for TypeScript. Read typed values from any source, process.env, .env files, Cloudflare Workers bindings, browser bundles, or any object you supply. Zero runtime dependencies, one API across Node, Bun, Deno, Workers, and the browser. TC39 accessor decorators (legacy decorators at envapt/legacy), converters, and Standard Schema (zod/valibot/arktype) validation.",
6
6
  "types": "./dist/types/index.d.mts",
7
7
  "exports": {
@@ -141,13 +141,13 @@
141
141
  "provenance": true
142
142
  },
143
143
  "devDependencies": {
144
- "@cloudflare/vitest-pool-workers": "0.16.14",
145
- "@cloudflare/workers-types": "^4.20260613.1",
144
+ "@cloudflare/vitest-pool-workers": "0.16.19",
145
+ "@cloudflare/workers-types": "^4.20260623.1",
146
146
  "@vitest/browser": "4.1.9",
147
147
  "@vitest/browser-playwright": "4.1.9",
148
- "arktype": "^2.2.0",
148
+ "arktype": "^2.2.1",
149
149
  "esbuild": "^0.28.1",
150
- "playwright": "1.60.0",
150
+ "playwright": "1.61.0",
151
151
  "valibot": "^1.4.1",
152
152
  "zod": "4.4.3"
153
153
  },