@crowdin/app-project-module 0.58.3 → 0.58.4

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.
@@ -273,6 +273,7 @@ function refreshCrowdinCreds({ config, credentials }) {
273
273
  appSecret: credentials.appSecret,
274
274
  domain: credentials.domain,
275
275
  userId: credentials.userId,
276
+ agentId: credentials.agentId,
276
277
  organizationId: credentials.organizationId,
277
278
  baseUrl: credentials.baseUrl,
278
279
  refreshToken: newCredentials.refreshToken,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdin/app-project-module",
3
- "version": "0.58.3",
3
+ "version": "0.58.4",
4
4
  "description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",