@voltro/env 0.33.0 → 0.35.0

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 +1968 -0
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/env",
3
- "version": "0.33.0",
3
+ "version": "0.35.0",
4
4
  "description": "Typed, schema-validated environment variables with a structural public/secret boundary. Declare once in app.config.ts; read public vars in the browser, secrets only on the server.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -43,7 +43,7 @@
43
43
  "node": ">=24.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@voltro/runtime": "0.33.0"
46
+ "@voltro/runtime": "0.35.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "effect": "^3.22.0"