fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: use minimum Zod version for detecting v4

Lubos f5b1361e 008a72f2

+2 -2
+1 -1
packages/openapi-ts-tests/zod/v3/package.json
··· 17 17 "@config/vite-base": "workspace:*", 18 18 "@hey-api/openapi-ts": "workspace:*", 19 19 "typescript": "5.9.3", 20 - "zod": "^3" 20 + "zod": "^3.25.0" 21 21 } 22 22 }
+1 -1
pnpm-lock.yaml
··· 1503 1503 specifier: 5.9.3 1504 1504 version: 5.9.3 1505 1505 zod: 1506 - specifier: ^3 1506 + specifier: ^3.25.0 1507 1507 version: 3.25.3 1508 1508 1509 1509 packages/openapi-ts-tests/zod/v4: