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.
Files changed (2) hide show
  1. package/dist/cli.js +0 -1
  2. 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("\"\"\"")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "envpkt",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Credential lifecycle and fleet management for AI agents",
5
5
  "keywords": [
6
6
  "credentials",