Skip to content

Commit 889a8d2

Browse files
committed
Add dhi v0.4.3 - WASM-powered validation (3.34x faster than Zod)
1 parent 38a9871 commit 889a8d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cases/dhi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @ts-expect-error - dhi uses package.json exports which require moduleResolution: "bundler" or "node16"
12
import { z } from 'dhi/schema';
23
import { createCase } from '../benchmarks';
34

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"computed-types": "1.11.2",
6060
"csv-stringify": "6.6.0",
6161
"decoders": "1.25.5",
62-
"dhi": "0.3.0",
62+
"dhi": "0.4.3",
6363
"fp-ts": "2.16.11",
6464
"io-ts": "2.2.22",
6565
"jet-schema": "1.4.3",

0 commit comments

Comments
 (0)