jcinfo-utils 1.0.43 → 1.0.44

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.43",
3
+ "version": "1.0.44",
4
4
  "description": "Pacote de funções utilitárias",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -126,5 +126,5 @@ export function updateVersionBuild(fs, autoInc = false) {
126
126
 
127
127
  export function updateDotEnv(fs, autoInc = false, command = 'build') {
128
128
  command == 'build' && updateDotEnvKey(fs, autoInc, envKey, envProd, false)
129
- command == 'serve' && updateDotEnvKey(fs, autoInc, envKey, envLocal, false)
129
+ command == 'serve' && updateDotEnvKey(fs, false, envKey, envLocal, false)
130
130
  }