Skip to content

Commit

Permalink
Bump @crowdin/crowdin-api-client (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
NazarLysyi authored Nov 4, 2024
1 parent 369727f commit d293155
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/crowdin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});

0 comments on commit d293155

Please sign in to comment.