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
|
@@ -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('
|
|
5
|
+
const { confirm } = require('../../../utils/prompt');
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Etapa 2: Confirmar execução (LEGACY - não usado mais)
|