@dotenvx/primitives 1.0.0 → 1.0.1
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/dist/index.cjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6410,7 +6410,7 @@ var require_parse = __commonJS({
|
|
|
6410
6410
|
}
|
|
6411
6411
|
}
|
|
6412
6412
|
if (!encryptedPrefixed && !evaled && quote !== "'" && (!processEnv[name] || overload)) {
|
|
6413
|
-
parsedValue = resolveEscapeSequences(expand2(parsedValue, { processEnv, runningParsed, literals }));
|
|
6413
|
+
parsedValue = resolveEscapeSequences(expand2(parsedValue, { overload, processEnv, runningParsed, literals }));
|
|
6414
6414
|
}
|
|
6415
6415
|
if (quote === "'") {
|
|
6416
6416
|
literals[name] = parsedValue;
|
package/package.json
CHANGED