@kya-os/agentshield-nextjs 0.2.0 → 0.2.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.
package/dist/index.mjs CHANGED
@@ -533,11 +533,9 @@ var KNOWN_KEYS = {
533
533
  // Source: https://chatgpt.com/.well-known/http-message-signatures-directory
534
534
  publicKey: "7F_3jDlxaquwh291MiACkcS3Opq88NksyHiakzS-Y1g",
535
535
  validFrom: 1735689600,
536
- // Jan 1, 2025 (from OpenAI's nbf)
537
- // Extended expiration as fallback safety - API fetch should provide fresh keys
538
- // Check OpenAI's well-known endpoint for actual expiration dates
539
- validUntil: 1799625600
540
- // Jan 1, 2027 (extended for fallback safety)
536
+ // Jan 1, 2025 (nbf from OpenAI)
537
+ validUntil: 1769029093
538
+ // Jan 21, 2026 (exp from OpenAI)
541
539
  }
542
540
  ]
543
541
  };