lsh-framework 1.8.0 → 1.8.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.
|
@@ -562,7 +562,7 @@ LSH_SECRETS_KEY=${this.encryptionKey}
|
|
|
562
562
|
return;
|
|
563
563
|
}
|
|
564
564
|
out(' Pushing to cloud with new key...');
|
|
565
|
-
await this.push(envFilePath,
|
|
565
|
+
await this.push(envFilePath, environment, true); // Force push (use original environment, not effectiveEnv)
|
|
566
566
|
out();
|
|
567
567
|
out('✅ Re-keying complete! Cloud secrets now encrypted with current key.');
|
|
568
568
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lsh-framework",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Simple, cross-platform encrypted secrets manager with automatic sync, IPFS audit logs, and multi-environment support. Just run lsh sync and start managing your secrets.",
|
|
5
5
|
"main": "dist/app.js",
|
|
6
6
|
"bin": {
|