zudoku 0.23.7 → 0.23.8
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/client/useCreateQuery.js +10 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.js.map +1 -1
- package/dist/vite/plugin-api.js +5 -1
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-theme-css.js +53 -1
- package/dist/vite/plugin-theme-css.js.map +1 -1
- package/lib/{OperationList-oYa2YId2.js → OperationList-Cdbaz-V3.js} +3 -3
- package/lib/OperationList-Cdbaz-V3.js.map +1 -0
- package/lib/{index-D8Hk4b5L.js → index-Bfm--TJU.js} +2 -2
- package/lib/{index-D8Hk4b5L.js.map → index-Bfm--TJU.js.map} +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +1 -1
- package/src/lib/plugins/openapi/client/useCreateQuery.ts +13 -1
- package/lib/OperationList-oYa2YId2.js.map +0 -1
|
@@ -1265,7 +1265,7 @@ const ne = (e) => Math.abs(
|
|
|
1265
1265
|
{
|
|
1266
1266
|
index: !0,
|
|
1267
1267
|
async lazy() {
|
|
1268
|
-
const { OperationList: r } = await import("./OperationList-
|
|
1268
|
+
const { OperationList: r } = await import("./OperationList-Cdbaz-V3.js");
|
|
1269
1269
|
return { element: /* @__PURE__ */ t.jsx(r, {}) };
|
|
1270
1270
|
}
|
|
1271
1271
|
}
|
|
@@ -1281,4 +1281,4 @@ export {
|
|
|
1281
1281
|
ft as g,
|
|
1282
1282
|
jn as o
|
|
1283
1283
|
};
|
|
1284
|
-
//# sourceMappingURL=index-
|
|
1284
|
+
//# sourceMappingURL=index-Bfm--TJU.js.map
|