authhero 4.52.0 → 4.54.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.
- package/dist/authhero.cjs +45 -45
- package/dist/authhero.d.ts +2 -0
- package/dist/authhero.mjs +3758 -3745
- package/dist/stats.html +1 -1
- package/package.json +2 -2
package/dist/authhero.d.ts
CHANGED
|
@@ -56697,6 +56697,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56697
56697
|
label?: string | undefined;
|
|
56698
56698
|
hint?: string | undefined;
|
|
56699
56699
|
}[];
|
|
56700
|
+
name?: string | undefined;
|
|
56700
56701
|
description?: string | undefined;
|
|
56701
56702
|
title?: string | undefined;
|
|
56702
56703
|
links?: {
|
|
@@ -56809,6 +56810,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56809
56810
|
label?: string | undefined;
|
|
56810
56811
|
hint?: string | undefined;
|
|
56811
56812
|
}[];
|
|
56813
|
+
name?: string | undefined;
|
|
56812
56814
|
description?: string | undefined;
|
|
56813
56815
|
title?: string | undefined;
|
|
56814
56816
|
links?: {
|