envpkt 0.6.4 → 0.6.5
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/cli.js +0 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2974,7 +2974,6 @@ const writeSealedToml = (configPath, sealedMeta) => {
|
|
|
2974
2974
|
output.push(`encrypted_value = """`);
|
|
2975
2975
|
output.push(pendingSeals.get(currentMetaKey));
|
|
2976
2976
|
output.push(`"""`);
|
|
2977
|
-
output.push("");
|
|
2978
2977
|
pendingSeals.delete(currentMetaKey);
|
|
2979
2978
|
} else output.push(line);
|
|
2980
2979
|
if (line.slice(line.indexOf("=") + 1).trim().includes("\"\"\"")) {
|