Skip to content

Commit

Permalink
fix: some functional inference, some unions with closed objects (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad authored Jan 26, 2025
1 parent ff6c075 commit 631cc61
Show file tree
Hide file tree
Showing 21 changed files with 271 additions and 1,288 deletions.
343 changes: 0 additions & 343 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
1 change: 1 addition & 0 deletions ark/README.md
2 changes: 1 addition & 1 deletion ark/attest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark/attest",
"version": "0.41.0",
"version": "0.41.1",
"license": "MIT",
"author": {
"name": "David Blass",
Expand Down
2 changes: 1 addition & 1 deletion ark/docs/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Hero = () => (
<div className="relative w-full flex flex-col md:items-start text-center md:text-left">
<h1 className="mb-4 text-3xl md:text-8xl">ArkType</h1>
<p className="text-fd-muted-foreground text-2xl leading-relaxed">
Optimized runtime validation from familiar, type-safe syntax.
Optimized runtime validation from familiar, type-safe syntax
</p>

{/* This wrapper grows to fill remaining vertical space, placing the link in the centered area */}
Expand Down
2 changes: 1 addition & 1 deletion ark/fast-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark/fast-check",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",
"author": {
"name": "David Blass",
Expand Down
2 changes: 1 addition & 1 deletion ark/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark/fs",
"version": "0.37.0",
"version": "0.38.0",
"license": "MIT",
"author": {
"name": "David Blass",
Expand Down
Loading

0 comments on commit 631cc61

Please sign in to comment.