smoonb 0.0.51 → 0.0.52

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smoonb",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "Complete Supabase backup and migration tool - EXPERIMENTAL VERSION - USE AT YOUR OWN RISK",
5
5
  "preferGlobal": false,
6
6
  "preventGlobalInstall": true,
@@ -1,7 +1,7 @@
1
1
  const path = require('path');
2
2
  const fs = require('fs');
3
3
  const chalk = require('chalk');
4
- const { confirm } = require('../../utils/prompt');
4
+ const { confirm } = require('../../../utils/prompt');
5
5
 
6
6
  /**
7
7
  * Etapa 1: Perguntar quais componentes restaurar
@@ -2,7 +2,7 @@
2
2
  // A confirmação agora é feita no index.js com resumo detalhado
3
3
  // Mantido para compatibilidade, mas pode ser removido no futuro
4
4
 
5
- const { confirm } = require('../../utils/prompt');
5
+ const { confirm } = require('../../../utils/prompt');
6
6
 
7
7
  /**
8
8
  * Etapa 2: Confirmar execução (LEGACY - não usado mais)