zudoku 0.18.1 → 0.18.3
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/lib/authentication/AuthenticationPlugin.d.ts +4 -2
- package/dist/lib/authentication/AuthenticationPlugin.js +3 -0
- package/dist/lib/authentication/AuthenticationPlugin.js.map +1 -1
- package/dist/lib/authentication/authentication.d.ts +1 -1
- package/dist/lib/components/Header.js +12 -4
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/components/Layout.js +1 -1
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/core/plugins.d.ts +6 -0
- package/dist/lib/core/plugins.js.map +1 -1
- package/dist/lib/oas/parser/upgrade/index.js +1 -3
- package/dist/lib/oas/parser/upgrade/index.js.map +1 -1
- package/dist/lib/plugins/api-keys/index.js +3 -0
- package/dist/lib/plugins/api-keys/index.js.map +1 -1
- package/dist/vite/remarkStaticGeneration.js +5 -5
- package/dist/vite/remarkStaticGeneration.js.map +1 -1
- package/lib/AuthenticationPlugin-D0Em0SwR.js +59 -0
- package/lib/AuthenticationPlugin-D0Em0SwR.js.map +1 -0
- package/lib/{OperationList-BwBl1xrD.js → OperationList-n4cxkna8.js} +2 -2
- package/lib/{OperationList-BwBl1xrD.js.map → OperationList-n4cxkna8.js.map} +1 -1
- package/lib/assets/{worker-CPsGZsve.js → worker-DFqp3K5a.js} +432 -434
- package/lib/assets/{worker-CPsGZsve.js.map → worker-DFqp3K5a.js.map} +1 -1
- package/lib/{createServer-DK-g7kbB.js → createServer-DizTyrsZ.js} +2 -4
- package/lib/{createServer-DK-g7kbB.js.map → createServer-DizTyrsZ.js.map} +1 -1
- package/lib/{index-DNxQ_rCt.js → index-DVheR31u.js} +3 -3
- package/lib/{index-DNxQ_rCt.js.map → index-DVheR31u.js.map} +1 -1
- package/lib/zudoku.auth-clerk.js +1 -1
- package/lib/zudoku.auth-openid.js +1 -1
- package/lib/zudoku.components.js +330 -317
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.openapi-worker.js +1 -1
- package/lib/zudoku.plugin-api-keys.js +40 -38
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +2 -2
- package/src/lib/authentication/AuthenticationPlugin.tsx +4 -1
- package/src/lib/authentication/authentication.ts +1 -1
- package/src/lib/components/Header.tsx +42 -9
- package/src/lib/components/Layout.tsx +1 -1
- package/src/lib/core/plugins.ts +8 -0
- package/src/lib/oas/parser/upgrade/index.ts +1 -3
- package/src/lib/plugins/api-keys/index.tsx +3 -0
- package/lib/AuthenticationPlugin-DeGDVa1r.js +0 -56
- package/lib/AuthenticationPlugin-DeGDVa1r.js.map +0 -1
|
@@ -15727,9 +15727,7 @@ function dn(t, e) {
|
|
|
15727
15727
|
const bm = (t) => {
|
|
15728
15728
|
var e;
|
|
15729
15729
|
return (e = t.openapi) != null && e.startsWith("3.0") && (t.openapi = "3.1.0"), t = dn(t, (n) => (n.type !== "undefined" && n.nullable === !0 && (n.type = ["null", n.type], delete n.nullable), n)), t = dn(t, (n) => (n.exclusiveMinimum === !0 ? (n.exclusiveMinimum = n.minimum, delete n.minimum) : n.exclusiveMinimum === !1 && delete n.exclusiveMinimum, n.exclusiveMaximum === !0 ? (n.exclusiveMaximum = n.maximum, delete n.maximum) : n.exclusiveMaximum === !1 && delete n.exclusiveMaximum, n)), t = dn(t, (n) => (n.example !== void 0 && (n.examples = {
|
|
15730
|
-
default:
|
|
15731
|
-
value: n.example
|
|
15732
|
-
}
|
|
15730
|
+
default: n.example
|
|
15733
15731
|
}, delete n.example), n)), t = dn(t, (n) => {
|
|
15734
15732
|
if (n.type === "object" && n.properties !== void 0)
|
|
15735
15733
|
for (const [, i] of Object.entries(n.properties)) {
|
|
@@ -16086,4 +16084,4 @@ const jm = Me.toSchema(), Pm = (t) => Pg({ schema: jm, ...t }), Ym = () => Pm({
|
|
|
16086
16084
|
export {
|
|
16087
16085
|
Ym as createServer
|
|
16088
16086
|
};
|
|
16089
|
-
//# sourceMappingURL=createServer-
|
|
16087
|
+
//# sourceMappingURL=createServer-DizTyrsZ.js.map
|