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 +1 -1
- package/src/updateDotEnv.js +1 -1
package/package.json
CHANGED
package/src/updateDotEnv.js
CHANGED
|
@@ -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('>
|
|
101
|
+
console.log('> update version:', key, '=', version, '=>', filename)
|
|
102
102
|
console.log()
|
|
103
103
|
}
|
|
104
104
|
return line
|