jcinfo-utils 1.0.50 → 1.0.51

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": "jcinfo-utils",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "Pacote de funções utilitárias",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -89,12 +89,12 @@ export function updateDotEnvKey(
89
89
  return `${version} (${finalBuild})`
90
90
  }
91
91
 
92
- if (filename == '.env') {
93
- console.log(
94
- 'updateDotEnvKey:',
95
- 'Não atualize o arquivo ".env", atualize arquivo com final ".local"',
96
- )
97
- }
92
+ // if (filename == '.env') {
93
+ // console.log(
94
+ // 'updateDotEnvKey:',
95
+ // 'Não atualize o arquivo ".env", atualize arquivo com final ".local"',
96
+ // )
97
+ // }
98
98
 
99
99
  if (fileExists(fs, filename)) {
100
100
  let content = fs