@kevisual/query 0.0.51 → 0.0.52
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/query-api.js +0 -1
- package/package.json +1 -1
- package/src/create-query/index.ts +0 -1
package/dist/query-api.js
CHANGED
|
@@ -14082,7 +14082,6 @@ var createQueryByRoutes = (list, options) => {
|
|
|
14082
14082
|
export { queryApi };`;
|
|
14083
14083
|
const code = `${before}
|
|
14084
14084
|
const api = ${generateApiCode(obj)} as const;
|
|
14085
|
-
const queryApi = createQueryApi({ api });
|
|
14086
14085
|
${after}
|
|
14087
14086
|
`;
|
|
14088
14087
|
return code;
|
package/package.json
CHANGED