@crowdin/app-project-module 0.12.3 → 0.12.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.
package/out/util/index.js CHANGED
@@ -203,6 +203,11 @@ function applyDefaults(config, integration) {
203
203
  ];
204
204
  });
205
205
  }
206
+ if (!integration.checkConnection) {
207
+ integration.checkConnection = (apiCredentials) => __awaiter(this, void 0, void 0, function* () {
208
+ yield integration.getIntegrationFiles(apiCredentials);
209
+ });
210
+ }
206
211
  }
207
212
  exports.applyDefaults = applyDefaults;
208
213
  function prepareCrowdinClient(config, credentials) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdin/app-project-module",
3
- "version": "0.12.3",
3
+ "version": "0.12.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",