Skip to content

Commit 0417fc0

Browse files
author
Nazar Lysyi
committed
Bump @crowdin/crowdin-api-client
1 parent 369727f commit 0417fc0

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"typescript": "^4.8.4"
5252
},
5353
"dependencies": {
54-
"@crowdin/crowdin-api-client": "^1.34.0",
54+
"@crowdin/crowdin-api-client": "^1.39.0",
5555
"axios": "^1.4.0",
5656
"jimp": "^0.22.12",
5757
"jsonwebtoken": "^9.0.0"

tests/crowdin.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ describe('generateReport function', () => {
512512
});
513513

514514
it('should generate report', async () => {
515-
const res = await generateReport({ client, projectId, request: { name: 'costs-estimation', schema: {} } });
515+
const res = await generateReport({ client, projectId, request: { name: 'costs-estimation-pe', schema: {} } });
516516
expect(res).toBe(reportBlob);
517517
});
518518
});

0 commit comments

Comments
 (0)