core-maugli 1.2.47 → 1.2.48

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "core-maugli",
3
3
  "description": "Astro & Tailwind CSS blog theme for Maugli.",
4
4
  "type": "module",
5
- "version": "1.2.47",
5
+ "version": "1.2.48",
6
6
  "license": "GPL-3.0-or-later OR Commercial",
7
7
  "repository": {
8
8
  "type": "git",
@@ -333,10 +333,6 @@ async function main() {
333
333
  console.log(colorize('\n✅ Proceeding with build...\n', 'green'));
334
334
  }
335
335
 
336
- function colorize(text, color) {
337
- return `${colors[color]}${text}${colors.reset}`;
338
- }
339
-
340
336
  main().catch(error => {
341
337
  console.error(colorize('❌ Version check failed:', 'red'), error.message);
342
338
  console.log(colorize('⚠️ Continuing with build...', 'yellow'));
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env nconst CURRENT_VERSION = '1.2.47';onst CURRENT_VERSION = '1.2.46';de
1
+ #!/usr/bin/env nconst CURRENT_VERSION = '1.2.48';onst CURRENT_VERSION = '1.2.46';de
2
2
 
3
3
  /**
4
4
  * Скрипт для централизованного обновления всех блогов до последней версии core-maugli