@ultimat3/core
Advanced tools
+1
-1
| { | ||
| "name": "@ultimat3/core", | ||
| "version": "11.2.0", | ||
| "version": "11.3.0", | ||
| "description": "Ultimate's foundation: errors, context, env, config, clock, ids, logging, telemetry, lifecycle", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -21,3 +21,3 @@ // Single responsibility: `.env.example` is a PROJECTION of the `defineEnv()` schema, never a | ||
| /** | ||
| * What Bun loads by itself, lowest precedence first — measured against Bun 1.3, not assumed. | ||
| * What Bun loads by itself, lowest precedence first — measured against Bun 1.4, not assumed. | ||
| * | ||
@@ -24,0 +24,0 @@ * The mode is NOT `ULTIMATE_ENV` and not even `NODE_ENV` verbatim: Bun reads `.env.production` |