zudoku 0.34.3 → 0.34.4
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/openapi/OperationList.js +9 -6
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/vite/plugin-api.js +1 -1
- package/dist/vite/plugin-api.js.map +1 -1
- package/lib/{OasProvider-CR2nG1Eg.js → OasProvider-CDyf845G.js} +2 -2
- package/lib/{OasProvider-CR2nG1Eg.js.map → OasProvider-CDyf845G.js.map} +1 -1
- package/lib/{OperationList-DndcCJUG.js → OperationList-DdCWaqeE.js} +1882 -1869
- package/lib/{OperationList-DndcCJUG.js.map → OperationList-DdCWaqeE.js.map} +1 -1
- package/lib/{index-DK7IuUyR.js → index-BO-sA1cw.js} +3 -3
- package/lib/{index-DK7IuUyR.js.map → index-BO-sA1cw.js.map} +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +1 -1
- package/src/lib/plugins/openapi/OperationList.tsx +20 -6
|
@@ -1971,7 +1971,7 @@ const xn = {
|
|
|
1971
1971
|
}), xt = (t) => ({
|
|
1972
1972
|
path: t.routePath,
|
|
1973
1973
|
async lazy() {
|
|
1974
|
-
const { OasProvider: s } = await import("./OasProvider-
|
|
1974
|
+
const { OasProvider: s } = await import("./OasProvider-CDyf845G.js");
|
|
1975
1975
|
return {
|
|
1976
1976
|
element: /* @__PURE__ */ e.jsx(
|
|
1977
1977
|
s,
|
|
@@ -1992,7 +1992,7 @@ const xn = {
|
|
|
1992
1992
|
}) => ({
|
|
1993
1993
|
path: t,
|
|
1994
1994
|
async lazy() {
|
|
1995
|
-
const { OperationList: a } = await import("./OperationList-
|
|
1995
|
+
const { OperationList: a } = await import("./OperationList-DdCWaqeE.js");
|
|
1996
1996
|
return { element: /* @__PURE__ */ e.jsx(a, { tag: s, untagged: n }) };
|
|
1997
1997
|
}
|
|
1998
1998
|
}), $n = (t, s) => {
|
|
@@ -2198,4 +2198,4 @@ export {
|
|
|
2198
2198
|
mn as m,
|
|
2199
2199
|
ia as o
|
|
2200
2200
|
};
|
|
2201
|
-
//# sourceMappingURL=index-
|
|
2201
|
+
//# sourceMappingURL=index-BO-sA1cw.js.map
|