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.
Files changed (44) hide show
  1. package/dist/lib/authentication/AuthenticationPlugin.d.ts +4 -2
  2. package/dist/lib/authentication/AuthenticationPlugin.js +3 -0
  3. package/dist/lib/authentication/AuthenticationPlugin.js.map +1 -1
  4. package/dist/lib/authentication/authentication.d.ts +1 -1
  5. package/dist/lib/components/Header.js +12 -4
  6. package/dist/lib/components/Header.js.map +1 -1
  7. package/dist/lib/components/Layout.js +1 -1
  8. package/dist/lib/components/Layout.js.map +1 -1
  9. package/dist/lib/core/plugins.d.ts +6 -0
  10. package/dist/lib/core/plugins.js.map +1 -1
  11. package/dist/lib/oas/parser/upgrade/index.js +1 -3
  12. package/dist/lib/oas/parser/upgrade/index.js.map +1 -1
  13. package/dist/lib/plugins/api-keys/index.js +3 -0
  14. package/dist/lib/plugins/api-keys/index.js.map +1 -1
  15. package/dist/vite/remarkStaticGeneration.js +5 -5
  16. package/dist/vite/remarkStaticGeneration.js.map +1 -1
  17. package/lib/AuthenticationPlugin-D0Em0SwR.js +59 -0
  18. package/lib/AuthenticationPlugin-D0Em0SwR.js.map +1 -0
  19. package/lib/{OperationList-BwBl1xrD.js → OperationList-n4cxkna8.js} +2 -2
  20. package/lib/{OperationList-BwBl1xrD.js.map → OperationList-n4cxkna8.js.map} +1 -1
  21. package/lib/assets/{worker-CPsGZsve.js → worker-DFqp3K5a.js} +432 -434
  22. package/lib/assets/{worker-CPsGZsve.js.map → worker-DFqp3K5a.js.map} +1 -1
  23. package/lib/{createServer-DK-g7kbB.js → createServer-DizTyrsZ.js} +2 -4
  24. package/lib/{createServer-DK-g7kbB.js.map → createServer-DizTyrsZ.js.map} +1 -1
  25. package/lib/{index-DNxQ_rCt.js → index-DVheR31u.js} +3 -3
  26. package/lib/{index-DNxQ_rCt.js.map → index-DVheR31u.js.map} +1 -1
  27. package/lib/zudoku.auth-clerk.js +1 -1
  28. package/lib/zudoku.auth-openid.js +1 -1
  29. package/lib/zudoku.components.js +330 -317
  30. package/lib/zudoku.components.js.map +1 -1
  31. package/lib/zudoku.openapi-worker.js +1 -1
  32. package/lib/zudoku.plugin-api-keys.js +40 -38
  33. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  34. package/lib/zudoku.plugin-openapi.js +1 -1
  35. package/package.json +2 -2
  36. package/src/lib/authentication/AuthenticationPlugin.tsx +4 -1
  37. package/src/lib/authentication/authentication.ts +1 -1
  38. package/src/lib/components/Header.tsx +42 -9
  39. package/src/lib/components/Layout.tsx +1 -1
  40. package/src/lib/core/plugins.ts +8 -0
  41. package/src/lib/oas/parser/upgrade/index.ts +1 -3
  42. package/src/lib/plugins/api-keys/index.tsx +3 -0
  43. package/lib/AuthenticationPlugin-DeGDVa1r.js +0 -56
  44. package/lib/AuthenticationPlugin-DeGDVa1r.js.map +0 -1
@@ -376,7 +376,7 @@ class Ot {
376
376
  R(this, T);
377
377
  R(this, O, /* @__PURE__ */ new Map());
378
378
  R(this, N);
379
- R(this, Q, () => import("./createServer-DK-g7kbB.js").then((n) => n.createServer()));
379
+ R(this, Q, () => import("./createServer-DizTyrsZ.js").then((n) => n.createServer()));
380
380
  W(this, "fetch", async (n, ...[s]) => {
381
381
  var l;
382
382
  const r = (l = n.match(/query (\w+)/)) == null ? void 0 : l[1], o = JSON.stringify({ query: n, variables: s, operationName: r });
@@ -1252,7 +1252,7 @@ const ne = (t) => Math.abs(
1252
1252
  {
1253
1253
  index: !0,
1254
1254
  async lazy() {
1255
- const { OperationList: r } = await import("./OperationList-BwBl1xrD.js");
1255
+ const { OperationList: r } = await import("./OperationList-n4cxkna8.js");
1256
1256
  return { element: /* @__PURE__ */ e.jsx(r, {}) };
1257
1257
  }
1258
1258
  }
@@ -1270,4 +1270,4 @@ export {
1270
1270
  ft as g,
1271
1271
  vn as o
1272
1272
  };
1273
- //# sourceMappingURL=index-DNxQ_rCt.js.map
1273
+ //# sourceMappingURL=index-DVheR31u.js.map