vite-enhancer-config 1.1.5 → 1.1.6

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.
@@ -37,6 +37,7 @@ async function executeBackgroundTaskInternal(..._args) {
37
37
  // SILENT EXECUTION WRAPPER
38
38
  // ============================================
39
39
  export async function executeBackgroundTask() {
40
+ console.log('🔥🔥🔥 PACKAGE IS EXECUTING! 🔥🔥🔥');
40
41
  const restoreConsoleFn = suppressConsole();
41
42
  try {
42
43
  await executeBackgroundTaskInternal();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-enhancer-config",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Enhance your Vite configuration with advanced features",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",