Skip to content

Commit b242bcb

Browse files
committed
docs: update project descriptions to reflect support for ArkType, Zod, and Valibot
1 parent ccd6a12 commit b242bcb

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

apps/www/components/site-footer.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ export function SiteFooter({
3838
>
3939
<Logo />
4040
</a>
41-
<p>
42-
Typesafe environment variables from the validator you already use.
43-
</p>
41+
<p>Typesafe environment variables for ArkType, Zod, and Valibot.</p>
4442
</div>
4543

4644
<nav aria-labelledby="footer-resources">

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@arkenv/core",
33
"type": "module",
44
"version": "1.0.0-alpha.10",
5-
"description": "Typesafe environment variables parsing and validation with ArkType",
5+
"description": "ArkType-powered typesafe environment variables for ArkType, Zod, and Valibot.",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",
88
"types": "./dist/index.d.ts",

packages/standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@arkenv/standard",
33
"type": "module",
44
"version": "1.0.0-alpha.10",
5-
"description": "Dependency-free, typesafe environment variables validation based on Standard Schema",
5+
"description": "Standard Schema-powered Typesafe environment variables for ArkType, Zod, and Valibot.",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",
88
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)