@lokalise/tm-sdk 9.0.0 → 9.1.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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ import { TranslationMemoryClient } from '@lokalise/tm-sdk'
|
|
|
19
19
|
|
|
20
20
|
const client = new TranslationMemoryClient({
|
|
21
21
|
isEnabled: true,
|
|
22
|
-
baseUrl: 'https://<
|
|
22
|
+
baseUrl: 'https://<translation-memory-server-url>',
|
|
23
23
|
jwtToken: '<JWT auth token provided by the TM service>',
|
|
24
24
|
// Undici retry config (see RetryConfig in https://github.com/kibertoad/undici-retry)
|
|
25
25
|
retryConfig: {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lokalise/tm-sdk",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Lokalise",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "git://github.com/lokalise/
|
|
16
|
+
"url": "git://github.com/lokalise/translation-memory.git"
|
|
17
17
|
},
|
|
18
18
|
"main": "dist/index.js",
|
|
19
19
|
"exports": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"undici-retry": "^6.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@biomejs/biome": "^2.
|
|
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",
|