utn-cli 2.0.3 → 2.0.5

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.
@@ -1,3 +1,4 @@
1
+ import { fileURLToPath } from 'url';
1
2
  import { limpiarDirectorioActual, copiarDirectorios, hacerPreguntaTrim, reemplazarContenidoEnArchivo, closeReadLine, mostrarVersion } from '../utils/index.js';
2
3
  import path from 'path';
3
4
  import fs from 'fs'; // Need fs here for renameSync
package/commands/db.js CHANGED
@@ -1,3 +1,4 @@
1
+ import { fileURLToPath } from 'url';
1
2
  import { limpiarDirectorioActual, copiarDirectorios, hacerPregunta, reemplazarContenidoEnArchivo, closeReadLine, mostrarVersion } from '../utils/index.js';
2
3
  import path from 'path';
3
4
  import fs from 'fs'; // Import fs here
@@ -1,3 +1,4 @@
1
+ import { fileURLToPath } from 'url';
1
2
  import { limpiarDirectorioActual, copiarDirectorios, hacerPreguntaTrim, reemplazarContenidoEnArchivo, closeReadLine, mostrarVersion } from '../utils/index.js';
2
3
  import path from 'path';
3
4
  import fs from 'fs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utn-cli",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Herramienta CLI unificada para la gestión de plantillas en SIGU.",
5
5
  "main": "index.js",
6
6
  "type": "module",