@arkenv/standard 1.0.0-alpha.6 → 1.0.0-alpha.8

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.
@@ -12596,10 +12596,10 @@ type StandardEnvOutput<T extends Record<string, StandardSchemaV1$2>> = { [K in k
12596
12596
  * @example
12597
12597
  * ```ts
12598
12598
  * import arkenv from "@arkenv/standard";
12599
- * import { z } from "zod";
12599
+ * import * as z from "zod";
12600
12600
  *
12601
12601
  * const env = arkenv({
12602
- * PORT: z.coerce.number(),
12602
+ * PORT: z.number(),
12603
12603
  * HOST: z.string(),
12604
12604
  * });
12605
12605
  * ```
@@ -12609,4 +12609,4 @@ declare function arkenv<const T extends Record<string, StandardSchemaV1$2>, cons
12609
12609
  }): [Safe] extends [true] ? SafeArkEnvResult<StandardEnvOutput<T>> : StandardEnvOutput<T>;
12610
12610
  //#endregion
12611
12611
  export { SafeArkEnvResult as a, EnvIssue as i, arkenv as n, formatIssues as o, ArkEnvError as r, getSchemaKeys as s, StandardEnvConfig as t };
12612
- //# sourceMappingURL=index-Bg1-O9yz.d.ts.map
12612
+ //# sourceMappingURL=index-UzYejXGp.d.cts.map