Skip to content

Commit 4e17135

Browse files
committed
wip
1 parent 80461a0 commit 4e17135

File tree

9 files changed

+10922
-419
lines changed

9 files changed

+10922
-419
lines changed

diff

Lines changed: 8311 additions & 0 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 1722 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@
6060
"semantic-release-plugin-update-version-in-files": "^1.1.0",
6161
"ts-expect": "^1.3.0",
6262
"ts-jest": "^28.0.3",
63+
"ts-to-zod": "^3.15.0",
6364
"tsd": "^0.31.2",
6465
"type-fest": "^4.32.0",
6566
"typedoc": "^0.22.16",
6667
"typescript": "^4.5.5",
67-
"wait-for-localhost-cli": "^3.0.0"
68+
"wait-for-localhost-cli": "^3.0.0",
69+
"zod": "^4.0.10"
6870
}
6971
}

test/advanced_rpc.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ts-nocheck
12
import { PostgrestClient } from '../src/index'
23
import { Database } from './types.override'
34
import { expectType } from 'tsd'

0 commit comments

Comments
 (0)