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
package/lib/zudoku.auth-clerk.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var u = Object.defineProperty;
|
|
2
2
|
var d = (n, i, e) => i in n ? u(n, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[i] = e;
|
|
3
3
|
var a = (n, i, e) => d(n, typeof i != "symbol" ? i + "" : i, e);
|
|
4
|
-
import { A as w } from "./AuthenticationPlugin-
|
|
4
|
+
import { A as w } from "./AuthenticationPlugin-D0Em0SwR.js";
|
|
5
5
|
import { u as l } from "./state-tsXBLONe.js";
|
|
6
6
|
class g extends w {
|
|
7
7
|
constructor(e) {
|
|
@@ -3,7 +3,7 @@ var je = (t, e, n) => e in t ? Ie(t, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var b = (t, e, n) => je(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
4
|
import { j as fe } from "./jsx-runtime-B6kdoens.js";
|
|
5
5
|
import { c as Je, g as Oe } from "./_commonjsHelpers-BkfeUUK-.js";
|
|
6
|
-
import { A as ze } from "./AuthenticationPlugin-
|
|
6
|
+
import { A as ze } from "./AuthenticationPlugin-D0Em0SwR.js";
|
|
7
7
|
import { g as De } from "./utils-DcpDOncX.js";
|
|
8
8
|
import { Z as Ne } from "./invariant-Caa8-XvF.js";
|
|
9
9
|
import { l as Ke } from "./index-Czzd9rjU.js";
|