@wireapp/copy-config 2.3.4 → 2.3.9-beta.48.a0e2528f5

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/lib/CopyConfig.js CHANGED
@@ -160,7 +160,7 @@ class CopyConfig {
160
160
  await this.removeBasedir();
161
161
  }
162
162
  if (stderrVersion) {
163
- this.logger?.error(`No git installation found: (error: "${stderrVersion}"). Trying to download the zip file ...`);
163
+ this.logger?.error(`No git installation found: (error: "${stderrVersion}"). Trying to download the zip file...`);
164
164
  }
165
165
  if (stderrVersion || this.options.forceDownload) {
166
166
  if (bareUrl.startsWith('git')) {
package/package.json CHANGED
@@ -34,6 +34,6 @@
34
34
  "test": "jest",
35
35
  "test:coverage": "jest --coverage"
36
36
  },
37
- "version": "2.3.4",
38
- "gitHead": "0d407542b36f5092749216ded20daf5a7ad18acd"
37
+ "version": "2.3.9-beta.48.a0e2528f5",
38
+ "gitHead": "a0e2528f55b51cd137b638ec0f15ee64c3d3a25f"
39
39
  }