Skip to content

Commit 631cc61

Browse files
authored
fix: some functional inference, some unions with closed objects (#1275)
1 parent ff6c075 commit 631cc61

21 files changed

+271
-1288
lines changed

README.md

-343
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./ark/type/README.md

ark/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./type/README.md

ark/attest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark/attest",
3-
"version": "0.41.0",
3+
"version": "0.41.1",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/docs/components/Hero.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const Hero = () => (
2121
<div className="relative w-full flex flex-col md:items-start text-center md:text-left">
2222
<h1 className="mb-4 text-3xl md:text-8xl">ArkType</h1>
2323
<p className="text-fd-muted-foreground text-2xl leading-relaxed">
24-
Optimized runtime validation from familiar, type-safe syntax.
24+
Optimized runtime validation from familiar, type-safe syntax
2525
</p>
2626

2727
{/* This wrapper grows to fill remaining vertical space, placing the link in the centered area */}

ark/fast-check/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark/fast-check",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/fs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark/fs",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

0 commit comments

Comments
 (0)