ultimate-jekyll-manager 0.0.46 → 0.0.47

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.
@@ -39,7 +39,7 @@ const RECHECK_DAYS = 0;
39
39
  const AI_MODEL = 'gpt-4.1-mini';
40
40
  const TRANSLATION_BRANCH = 'uj-translations';
41
41
  // const LOUD = false;
42
- const LOUD = process.env.UJ_LOUD_LOGS === 'true';
42
+ const LOUD = Manager.isServer() || process.env.UJ_LOUD_LOGS === 'true';
43
43
  const CONTROL = 'UJ-TRANSLATION-CONTROL';
44
44
 
45
45
  const TRANSLATION_DELAY_MS = 500; // wait between each translation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {