zudoku 0.41.5 → 0.42.1
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/components/BuildCheck.js +3 -2
- package/dist/lib/components/BuildCheck.js.map +1 -1
- package/lib/{MdxPage-CH19q_hk.js → MdxPage-Cm7atiW3.js} +3 -3
- package/lib/{MdxPage-CH19q_hk.js.map → MdxPage-Cm7atiW3.js.map} +1 -1
- package/lib/{OasProvider-n805wUHH.js → OasProvider-CZiF_RMW.js} +2 -2
- package/lib/{OasProvider-n805wUHH.js.map → OasProvider-CZiF_RMW.js.map} +1 -1
- package/lib/{OperationList-BAhWsh8C.js → OperationList-CMMzLfIZ.js} +4 -4
- package/lib/{OperationList-BAhWsh8C.js.map → OperationList-CMMzLfIZ.js.map} +1 -1
- package/lib/{Pagination-DAjXddnj.js → Pagination-DLPL5z77.js} +2 -2
- package/lib/{Pagination-DAjXddnj.js.map → Pagination-DLPL5z77.js.map} +1 -1
- package/lib/{SchemaList-BJ0GDIcI.js → SchemaList-_d3Mf4IX.js} +2 -2
- package/lib/{SchemaList-BJ0GDIcI.js.map → SchemaList-_d3Mf4IX.js.map} +1 -1
- package/lib/{index-Dbvpddzr.js → index-BPqJMdth.js} +4 -4
- package/lib/{index-Dbvpddzr.js.map → index-BPqJMdth.js.map} +1 -1
- package/lib/{index-BeYI7Btu.js → index-DnQftvP4.js} +3 -3
- package/lib/index-DnQftvP4.js.map +1 -0
- package/lib/zudoku.components.js +1 -1
- package/lib/zudoku.plugin-api-catalog.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +1 -1
- package/src/lib/components/BuildCheck.tsx +4 -2
- package/lib/index-BeYI7Btu.js.map +0 -1
package/lib/zudoku.components.js
CHANGED
|
@@ -3,7 +3,7 @@ import "./index-DwT-v3zK.js";
|
|
|
3
3
|
import "./chunk-BAXFHI7N-BVBOl9s0.js";
|
|
4
4
|
import "./hook-CldJlP5c.js";
|
|
5
5
|
import "./SlotletProvider-CS_nO-XT.js";
|
|
6
|
-
import { e as d, f as k, n as l, B as S, C as h, j as B, l as c, H as E, d as H, L, M, g as R, R as Z, S as f, k as g, i as y, Z as A, a as b, h as j, c as v, m as w, b as x } from "./index-
|
|
6
|
+
import { e as d, f as k, n as l, B as S, C as h, j as B, l as c, H as E, d as H, L, M, g as R, R as Z, S as f, k as g, i as y, Z as A, a as b, h as j, c as v, m as w, b as x } from "./index-DnQftvP4.js";
|
|
7
7
|
import "./ui/Button.js";
|
|
8
8
|
import "./ui/Callout.js";
|
|
9
9
|
import "./ClientOnly-E7hGysn1.js";
|
|
@@ -3,7 +3,7 @@ import { s as h } from "./index-LNp6rxyU.js";
|
|
|
3
3
|
import { d as b, m as x } from "./chunk-BAXFHI7N-BVBOl9s0.js";
|
|
4
4
|
import { u as j, d as y, f as p } from "./hook-CldJlP5c.js";
|
|
5
5
|
import { H as v } from "./RouteGuard-DRtEu9nh.js";
|
|
6
|
-
import { L as N } from "./index-
|
|
6
|
+
import { L as N } from "./index-DnQftvP4.js";
|
|
7
7
|
import { H as S, M as w } from "./Markdown-mFpg_n9p.js";
|
|
8
8
|
const H = ({
|
|
9
9
|
items: r,
|
|
@@ -53,7 +53,7 @@ const P = (e) => ({
|
|
|
53
53
|
const u = {
|
|
54
54
|
path: r,
|
|
55
55
|
lazy: async () => {
|
|
56
|
-
const { MdxPage: p } = await import("./MdxPage-
|
|
56
|
+
const { MdxPage: p } = await import("./MdxPage-Cm7atiW3.js"), { default: f, ...l } = await i();
|
|
57
57
|
return {
|
|
58
58
|
element: /* @__PURE__ */ d.jsx(
|
|
59
59
|
p,
|
|
@@ -3,7 +3,7 @@ import "lucide-react";
|
|
|
3
3
|
import "./chunk-BAXFHI7N-BVBOl9s0.js";
|
|
4
4
|
import "./hook-CldJlP5c.js";
|
|
5
5
|
import "./ui/Button.js";
|
|
6
|
-
import { U as a, o as e } from "./index-
|
|
6
|
+
import { U as a, o as e } from "./index-BPqJMdth.js";
|
|
7
7
|
export {
|
|
8
8
|
a as UNTAGGED_PATH,
|
|
9
9
|
e as openApiPlugin
|
package/package.json
CHANGED
|
@@ -18,8 +18,10 @@ export const BuildCheck = ({
|
|
|
18
18
|
}) => {
|
|
19
19
|
const buildStatusQuery = useQuery({
|
|
20
20
|
queryKey: ["zuplo-build-check", buildId, endpoint],
|
|
21
|
-
refetchInterval:
|
|
22
|
-
enabled:
|
|
21
|
+
refetchInterval: 3000,
|
|
22
|
+
enabled:
|
|
23
|
+
typeof buildId !== "undefined" &&
|
|
24
|
+
import.meta.env.ZUPLO_ENVIRONMENT_TYPE === "WORKING_COPY",
|
|
23
25
|
retry: false,
|
|
24
26
|
queryFn: () =>
|
|
25
27
|
fetch(endpoint, { signal: AbortSignal.timeout(2000) })
|