@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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. 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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.1",
3
3
  "name": "@dotenvx/primitives",
4
4
  "description": "a secure dotenv–from the creator of `dotenv`",
5
5
  "author": "@motdotla",