authhero 0.283.0 → 0.284.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 +1 -1
- package/dist/authhero.mjs +4 -0
- package/dist/stats.html +1 -1
- package/package.json +3 -3
package/dist/authhero.mjs
CHANGED
|
@@ -21691,6 +21691,8 @@ const j4 = new J().openapi(
|
|
|
21691
21691
|
function Sc(t, e) {
|
|
21692
21692
|
const n = {};
|
|
21693
21693
|
for (const [r, i] of Object.entries(e)) {
|
|
21694
|
+
if (i == null)
|
|
21695
|
+
continue;
|
|
21694
21696
|
const s = {};
|
|
21695
21697
|
for (const [a, c] of Object.entries(
|
|
21696
21698
|
i
|
|
@@ -21779,6 +21781,8 @@ function Cc(t, e) {
|
|
|
21779
21781
|
keyPrefix: c
|
|
21780
21782
|
} = e, l = new Set(s), d = a.length === 0, p = new Set(a), f = {};
|
|
21781
21783
|
for (const [g, _] of Object.entries(t)) {
|
|
21784
|
+
if (_ == null)
|
|
21785
|
+
continue;
|
|
21782
21786
|
const w = d || p.has(g), k = {};
|
|
21783
21787
|
for (const [A, O] of Object.entries(
|
|
21784
21788
|
_
|