@lokalise/tm-api-schemas 5.5.2 → 5.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ export const TRANSLATION_MEMORY_LOOKUP_OPTIONS_SCHEMA = z
55
55
  maxMatches: z.coerce
56
56
  .number()
57
57
  .min(1)
58
- .max(10)
58
+ .max(30)
59
59
  .default(1)
60
60
  .describe('Maximum amount of matches to return (1 by default)'),
61
61
  fuzzy: z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/tm-api-schemas",
3
- "version": "5.5.2",
3
+ "version": "5.5.3",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Lokalise",