@wacht/jsx 0.0.1-alpha.46 → 0.0.1-alpha.48
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.cjs.js +766 -683
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +8404 -8086
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1335,6 +1335,7 @@ export declare function useUser(): {
|
|
|
1335
1335
|
backup_codes_generated?: boolean;
|
|
1336
1336
|
backup_codes?: string[];
|
|
1337
1337
|
has_password?: boolean | undefined;
|
|
1338
|
+
has_passkeys?: boolean | undefined;
|
|
1338
1339
|
public_metadata?: Record<string, unknown> | undefined;
|
|
1339
1340
|
segments?: Segment[] | undefined;
|
|
1340
1341
|
};
|