skopix 2.0.5 → 2.0.6

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.
@@ -3481,7 +3481,7 @@ async function resolveUserSecretsEnv(userId, teamMode) {
3481
3481
  if (key === 'ANTHROPIC_API_KEY' && !env.CLAUDE_API_KEY) env.CLAUDE_API_KEY = value;
3482
3482
  } catch (err) {
3483
3483
  // Decryption failed - log and skip. Could happen if SKOPIX_SECRET_KEY changed since the value was encrypted.
3484
- console.error(`Failed to decrypt secret ${key} for user ${userId}: ${err.message}`);
3484
+ // Silently skip secrets that can't be decrypted (e.g. encrypted with old key)
3485
3485
  }
3486
3486
  }
3487
3487
  return env;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skopix",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Browser-based QA tool — record tests by using your app, replay them deterministically, generate Playwright code automatically",
5
5
  "main": "cli/index.js",
6
6
  "bin": {