@arkenv/standard 1.0.0-alpha.6 → 1.0.0-alpha.7
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.
- package/dist/{index-Bg1-O9yz.d.ts → index-DLnvC3Za.d.ts} +2 -2
- package/dist/{index-Bg1-O9yz.d.ts.map → index-DLnvC3Za.d.ts.map} +1 -1
- package/dist/{index-rF5YpE9o.d.cts → index-Dn1RAoiV.d.cts} +2 -2
- package/dist/{index-rF5YpE9o.d.cts.map → index-Dn1RAoiV.d.cts.map} +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/src-BxruqAr0.js.map +1 -1
- package/dist/valibot.d.cts +1 -1
- package/dist/valibot.d.ts +1 -1
- package/dist/zod-mini.d.cts +1 -1
- package/dist/zod-mini.d.ts +1 -1
- package/package.json +3 -3
|
@@ -12599,7 +12599,7 @@ type StandardEnvOutput<T extends Record<string, StandardSchemaV1$2>> = { [K in k
|
|
|
12599
12599
|
* import { z } from "zod";
|
|
12600
12600
|
*
|
|
12601
12601
|
* const env = arkenv({
|
|
12602
|
-
* PORT: z.
|
|
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-
|
|
12612
|
+
//# sourceMappingURL=index-DLnvC3Za.d.ts.map
|