smoonb 0.0.31 → 0.0.32

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.31",
3
+ "version": "0.0.32",
4
4
  "description": "Complete Supabase backup and migration tool - EXPERIMENTAL VERSION - USE AT YOUR OWN RISK",
5
5
  "preferGlobal": false,
6
6
  "preventGlobalInstall": true,
@@ -664,9 +664,7 @@ ORDER BY rolname;
664
664
  `-d ${database}`,
665
665
  '-f /host/temp_settings.sql',
666
666
  '-t', // Tuples only
667
- '-A', // Unaligned output
668
- '-F', // Field separator
669
- '|'
667
+ '-A' // Unaligned output
670
668
  ].join(' ');
671
669
 
672
670
  console.log(chalk.gray(' - Executando queries de configurações via Docker...'));