@lokalise/tm-sdk 10.2.0 → 10.4.0

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.
package/README.md CHANGED
@@ -81,3 +81,4 @@ const matches = client.findMatches(requestContext, ownerId, searchRequest)
81
81
 
82
82
  You can also use `bulkFindMatches()` and `bulkFindMatchesIterative()` APIs to perform the same kind of lookup for
83
83
  multiple separate search requests.
84
+
@@ -4,7 +4,7 @@ import { getTranslationMemoryMatchesContract, getTranslationMemoryRecordsContrac
4
4
  import { chunk, transformToKebabCase } from '@lokalise/universal-ts-utils/node';
5
5
  import { TranslationMemoryClientError } from "./errors/TranslationMemoryClientError.js";
6
6
  export class TranslationMemoryClient {
7
- maxFindMatchesRequestSize = 20;
7
+ maxFindMatchesRequestSize = 25;
8
8
  isEnabled;
9
9
  errorReporter;
10
10
  httpClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/tm-sdk",
3
- "version": "10.2.0",
3
+ "version": "10.4.0",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Lokalise",
@@ -36,21 +36,21 @@
36
36
  "postversion": "biome check --write package.json"
37
37
  },
38
38
  "dependencies": {
39
- "@lokalise/api-common": "^6.1.0",
40
- "@lokalise/backend-http-client": "^7.3.1",
39
+ "@lokalise/api-common": "^6.1.1",
40
+ "@lokalise/backend-http-client": "^10.1.0",
41
41
  "@lokalise/id-utils": "^3.0.1",
42
- "@lokalise/node-core": "^14.4.1",
42
+ "@lokalise/node-core": "^14.7.4",
43
43
  "@lokalise/tm-api-schemas": "*",
44
- "@lokalise/universal-ts-utils": "^4.8.0",
45
- "undici": "^7.16.0",
46
- "undici-retry": "^6.1.0"
44
+ "@lokalise/universal-ts-utils": "^4.9.0",
45
+ "undici": "^7.22.0",
46
+ "undici-retry": "^6.2.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@biomejs/biome": "^2.3.1",
50
50
  "@lokalise/biome-config": "^3.1.0",
51
51
  "@lokalise/fastify-extras": "^30.2.1",
52
52
  "@lokalise/tsconfig": "^3.0.0",
53
- "@types/node": "24.8.1",
53
+ "@types/node": "24.10.8",
54
54
  "@vitest/coverage-v8": "^3.2.4",
55
55
  "mockttp": "^4.2.0",
56
56
  "rimraf": "^6.0.1",