@lingo.dev/_spec@0.49.2

lingodotdev/lingo.dev@lingo.dev/_spec@0.49.2Jun 30, 2026by github-actions[bot]

AI Summary

This patch update aligns the specification package with the updated `zod` version to fix dependency resolution issues.

Key Highlights

  • Bumped `zod` to version `4.4.3`.
  • Resolved dependency conflicts for `@openrouter/ai-sdk-provider`.

Full Release Notes

### Patch Changes

- [#2156](https://github.com/lingodotdev/lingo.dev/pull/2156) [`38e01c4`](https://github.com/lingodotdev/lingo.dev/commit/38e01c4532d6e2118002a608e1bc16809880121d) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Bump `zod` to `4.4.3` so it satisfies the `zod@^4.3.5` peer requirement of `@openrouter/ai-sdk-provider`. The previously pinned `4.1.12` caused `npm install` to fail with `ERESOLVE` when `strict-peer-deps` was enabled.