@interncom/diplomatic 0.13.1 → 0.13.2

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.
@@ -5,7 +5,7 @@ export type PrfCreateOpts = PrfRp & {
5
5
  userName?: string;
6
6
  /** Omit so the UA can offer roaming keys (YubiKey) and third-party providers. */
7
7
  authenticatorAttachment?: "platform" | "cross-platform";
8
- /** If set, request PRF eval at create so hmac-secret is actually enabled. */
8
+ /** If set, also request PRF eval during create. `{ prf: {} }` already enables hmac-secret. */
9
9
  salt?: Uint8Array;
10
10
  };
11
11
  /** Default salt for DIPLOMATIC PRF eval (UTF-8). */