@elisym/sdk 0.12.4 → 0.13.0

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.js CHANGED
@@ -3349,10 +3349,12 @@ var SECRET_REDACT_PATHS = [
3349
3349
  "ELISYM_SOLANA_PRIVATE_KEY",
3350
3350
  // Canonical on-disk `.secrets.json` field names. Logging the whole
3351
3351
  // `secrets` object, or any single field directly, must not leak.
3352
- "llm_api_key",
3352
+ "anthropic_api_key",
3353
+ "openai_api_key",
3353
3354
  "nostr_secret_key",
3354
3355
  "solana_secret_key",
3355
- "*.llm_api_key",
3356
+ "*.anthropic_api_key",
3357
+ "*.openai_api_key",
3356
3358
  "*.nostr_secret_key",
3357
3359
  "*.solana_secret_key",
3358
3360
  "secrets",