Skip to content

Commit 89352b8

Browse files
committed
fix: broken util
1 parent 705d63e commit 89352b8

File tree

3 files changed

+52
-431
lines changed

3 files changed

+52
-431
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,15 @@
7272
"ufo": "^1.5.4",
7373
"unified": "^11.0.5",
7474
"unist-util-stringify-position": "^4.0.0",
75+
"unist-util-visit": "^5.0.0",
7576
"ws": "^8.18.0",
7677
"zod": "^3.23.8",
7778
"zod-to-json-schema": "^3.23.5",
7879
"zod-to-ts": "^1.2.0"
7980
},
8081
"peerDependencies": {
81-
"pg": "*",
82-
"@libsql/client": "*"
82+
"@libsql/client": "*",
83+
"pg": "*"
8384
},
8485
"devDependencies": {
8586
"@cloudflare/workers-types": "^4.20241106.0",

0 commit comments

Comments
 (0)