@parsrun/auth 0.1.14 → 0.1.16

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.d.ts CHANGED
@@ -1514,8 +1514,8 @@ declare class EmailVerificationService {
1514
1514
  declare function createEmailVerificationService(storage: KVStorage, config: EmailVerificationConfig): EmailVerificationService;
1515
1515
 
1516
1516
  /**
1517
- * @parsrun/auth - Passwordless-First Authentication
1518
- *
1517
+ * @module
1518
+ * Passwordless-first authentication for Pars.
1519
1519
  * A provider-based, multi-runtime authentication library.
1520
1520
  *
1521
1521
  * @example