jcinfo-utils 1.0.52 → 1.0.53

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.52",
3
+ "version": "1.0.53",
4
4
  "description": "Pacote de funções utilitárias",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -98,7 +98,7 @@ export function updateDotEnvKey(
98
98
  if (vkey == key) {
99
99
  let version = generateValue(vvalue)
100
100
  line = `${key}=${version}`
101
- console.log('> Update version:', key, '=', version, '=>', filename)
101
+ console.log('> update version:', key, '=', version, '=>', filename)
102
102
  console.log()
103
103
  }
104
104
  return line