@dotenvx/next-env 2.1.1 → 2.1.2
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 +2 -2
package/dist/index.cjs
CHANGED
|
@@ -6328,7 +6328,7 @@ var require_dist = __commonJS({
|
|
|
6328
6328
|
}
|
|
6329
6329
|
}
|
|
6330
6330
|
if (!encryptedPrefixed && !evaled && quote !== "'" && (!processEnv2[name] || overload)) {
|
|
6331
|
-
parsedValue = resolveEscapeSequences(expand2(parsedValue, { processEnv: processEnv2, runningParsed, literals }));
|
|
6331
|
+
parsedValue = resolveEscapeSequences(expand2(parsedValue, { overload, processEnv: processEnv2, runningParsed, literals }));
|
|
6332
6332
|
}
|
|
6333
6333
|
if (quote === "'") {
|
|
6334
6334
|
literals[name] = parsedValue;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotenvx/next-env",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "dotenvx drop-in replacement for @next/env",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"prepublishOnly": "npm pack --dry-run"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@dotenvx/primitives": "
|
|
26
|
+
"@dotenvx/primitives": "1.0.1",
|
|
27
27
|
"esbuild": "^0.28.1"
|
|
28
28
|
}
|
|
29
29
|
}
|