zudoku 0.29.1 → 0.30.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/lib/plugins/markdown/resolver.d.ts +0 -6
- package/dist/lib/plugins/markdown/resolver.js +0 -29
- package/dist/lib/plugins/markdown/resolver.js.map +1 -1
- package/dist/vite/build.js +4 -1
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/prerender/prerender.js +41 -6
- package/dist/vite/prerender/prerender.js.map +1 -1
- package/dist/vite/reporter.d.ts +3 -0
- package/dist/vite/reporter.js +33 -0
- package/dist/vite/reporter.js.map +1 -0
- package/lib/{OperationList-B3VX94x4.js → OperationList-Ej-q1c16.js} +259 -257
- package/lib/OperationList-Ej-q1c16.js.map +1 -0
- package/lib/{index-P0YUtHIb.js → index-CL0kr7nH.js} +3 -3
- package/lib/{index-P0YUtHIb.js.map → index-CL0kr7nH.js.map} +1 -1
- package/lib/zudoku.plugin-markdown.js +23 -44
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +2 -2
- package/src/lib/plugins/markdown/resolver.ts +0 -33
- package/lib/OperationList-B3VX94x4.js.map +0 -1
- package/lib/__vite-browser-external-BYRIRx8p.js +0 -9
- package/lib/__vite-browser-external-BYRIRx8p.js.map +0 -1
|
@@ -2032,14 +2032,14 @@ const za = {
|
|
|
2032
2032
|
{
|
|
2033
2033
|
path: R(c, le),
|
|
2034
2034
|
async lazy() {
|
|
2035
|
-
const { OperationList: i } = await import("./OperationList-
|
|
2035
|
+
const { OperationList: i } = await import("./OperationList-Ej-q1c16.js");
|
|
2036
2036
|
return { element: /* @__PURE__ */ e.jsx(i, { untagged: !0 }) };
|
|
2037
2037
|
}
|
|
2038
2038
|
},
|
|
2039
2039
|
...d.map((i) => ({
|
|
2040
2040
|
path: R(c, i.path),
|
|
2041
2041
|
async lazy() {
|
|
2042
|
-
const { OperationList: p } = await import("./OperationList-
|
|
2042
|
+
const { OperationList: p } = await import("./OperationList-Ej-q1c16.js");
|
|
2043
2043
|
return {
|
|
2044
2044
|
element: /* @__PURE__ */ e.jsx(p, { tag: i.tag })
|
|
2045
2045
|
};
|
|
@@ -2062,4 +2062,4 @@ export {
|
|
|
2062
2062
|
Da as m,
|
|
2063
2063
|
Ss as o
|
|
2064
2064
|
};
|
|
2065
|
-
//# sourceMappingURL=index-
|
|
2065
|
+
//# sourceMappingURL=index-CL0kr7nH.js.map
|