mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Replace unsafe 'JSON.parse(content) as Type' patterns with proper Zod schema validation. This fixes type-aware lint errors and provides runtime safety. - pid-lock.ts: Add pidLockInfoSchema and parsePidLockInfo helper - package-version.ts: Add packageJsonSchema and parsePackageJson helper - relay-transport.ts: Add isRecord type guard to avoid unsafe type assertion