From d2931559ec943ffe5a2237773652239bea48e730 Mon Sep 17 00:00:00 2001 From: Nazar Lysyi Date: Mon, 4 Nov 2024 14:18:20 +0200 Subject: [PATCH] Bump @crowdin/crowdin-api-client (#61) --- package-lock.json | 15 ++++++++------- package.json | 2 +- tests/crowdin.spec.ts | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7996587..c984290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.9.0", "license": "MIT", "dependencies": { - "@crowdin/crowdin-api-client": "^1.34.0", + "@crowdin/crowdin-api-client": "^1.39.0", "axios": "^1.4.0", "jimp": "^0.22.12", "jsonwebtoken": "^9.0.0" @@ -722,9 +722,10 @@ } }, "node_modules/@crowdin/crowdin-api-client": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/@crowdin/crowdin-api-client/-/crowdin-api-client-1.34.0.tgz", - "integrity": "sha512-yNTNWi+DPkfb3pnotQySlHU2xDHZfV5QKsA6gBzESfY4ckL6LAfg5VdDZ/VRZ6CyYXfGNAfRl94OayIcZLdLEw==", + "version": "1.39.0", + "resolved": "https://registry.npmjs.org/@crowdin/crowdin-api-client/-/crowdin-api-client-1.39.0.tgz", + "integrity": "sha512-wu+Kgxu4N5So1pAJNq+Pj2L8ODcBABvGk0bF8bWaq/wZruroAZp/fRKgpgE2QgGv6EVsYEpUfgNqyyM9Yb3apA==", + "license": "MIT", "dependencies": { "axios": "^1" }, @@ -12342,9 +12343,9 @@ "dev": true }, "@crowdin/crowdin-api-client": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/@crowdin/crowdin-api-client/-/crowdin-api-client-1.34.0.tgz", - "integrity": "sha512-yNTNWi+DPkfb3pnotQySlHU2xDHZfV5QKsA6gBzESfY4ckL6LAfg5VdDZ/VRZ6CyYXfGNAfRl94OayIcZLdLEw==", + "version": "1.39.0", + "resolved": "https://registry.npmjs.org/@crowdin/crowdin-api-client/-/crowdin-api-client-1.39.0.tgz", + "integrity": "sha512-wu+Kgxu4N5So1pAJNq+Pj2L8ODcBABvGk0bF8bWaq/wZruroAZp/fRKgpgE2QgGv6EVsYEpUfgNqyyM9Yb3apA==", "requires": { "axios": "^1" } diff --git a/package.json b/package.json index 0fcd6f1..7606e06 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "typescript": "^4.8.4" }, "dependencies": { - "@crowdin/crowdin-api-client": "^1.34.0", + "@crowdin/crowdin-api-client": "^1.39.0", "axios": "^1.4.0", "jimp": "^0.22.12", "jsonwebtoken": "^9.0.0" diff --git a/tests/crowdin.spec.ts b/tests/crowdin.spec.ts index c7a44ed..805c0ce 100644 --- a/tests/crowdin.spec.ts +++ b/tests/crowdin.spec.ts @@ -512,7 +512,7 @@ describe('generateReport function', () => { }); it('should generate report', async () => { - const res = await generateReport({ client, projectId, request: { name: 'costs-estimation', schema: {} } }); + const res = await generateReport({ client, projectId, request: { name: 'costs-estimation-pe', schema: {} } }); expect(res).toBe(reportBlob); }); });