authhero 0.190.0 → 0.191.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.
@@ -14957,8 +14957,8 @@ export declare type Fetcher = {
14957
14957
  export type Bindings = {
14958
14958
  ENVIRONMENT: string;
14959
14959
  AUTH_URL: string;
14960
- JWKS_URL: string;
14961
- JWKS_SERVICE: Fetcher;
14960
+ JWKS_URL?: string;
14961
+ JWKS_SERVICE?: Fetcher;
14962
14962
  ISSUER: string;
14963
14963
  UNIVERSAL_LOGIN_URL?: string;
14964
14964
  OAUTH_API_URL?: string;