hono-takibi 0.9.996 → 0.9.997
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/README.md +1 -1
- package/dist/config/index.d.ts +520 -223
- package/dist/config/index.js +34 -43
- package/dist/core/docs/index.d.ts +7 -12
- package/dist/core/docs/index.js +2 -2
- package/dist/core/rpc/index.d.ts +5 -4
- package/dist/core/rpc/index.js +45 -46
- package/dist/core/svelte-query/index.d.ts +6 -17
- package/dist/core/svelte-query/index.js +1 -14
- package/dist/core/swr/index.d.ts +5 -17
- package/dist/core/swr/index.js +1 -14
- package/dist/core/tanstack-query/index.d.ts +6 -17
- package/dist/core/tanstack-query/index.js +1 -14
- package/dist/core/type/index.d.ts +4 -2
- package/dist/core/type/index.js +20 -24
- package/dist/core/vue-query/index.d.ts +6 -17
- package/dist/core/vue-query/index.js +1 -14
- package/dist/{docs-BnLvHynR.js → docs-1QJKvmlJ.js} +13 -40
- package/dist/emit-jWqQ0xpG.js +50 -0
- package/dist/{fsp-Bv1yR6UV.js → fsp-CmwX3H5i.js} +0 -34
- package/dist/generator/zod-openapi-hono/openapi/index.d.ts +1 -8
- package/dist/generator/zod-openapi-hono/openapi/index.js +1 -1
- package/dist/guard-Bckx07hH.js +73 -0
- package/dist/{index-CMf0VrGm.d.ts → index-CMfYY9IJ.d.ts} +0 -12
- package/dist/index.js +9 -14
- package/dist/{openapi-Bq_Z1BrA.js → openapi-BCUS4k9Q.js} +126 -434
- package/dist/{openapi-CSP6nmmf.js → openapi-CkIxDbUh.js} +515 -575
- package/dist/{query-BVXAozkk.js → query-KPg0LuAd.js} +15 -15
- package/dist/{hono-rpc-CvPU8S0M.js → rpc-DFAo02Gs.js} +26 -73
- package/dist/{utils-BqOCY-3W.js → utils-BW8xrN9x.js} +5 -6
- package/dist/vite-plugin/index.js +65 -109
- package/package.json +11 -12
- package/dist/core-CaXcQRYE.js +0 -85
- package/dist/guard-BzaK5_qz.js +0 -136
package/README.md
CHANGED
|
@@ -372,7 +372,7 @@ export default defineConfig({
|
|
|
372
372
|
// Base path prefix for all routes
|
|
373
373
|
basePath: '/api',
|
|
374
374
|
|
|
375
|
-
// oxfmt
|
|
375
|
+
// oxfmt FormatConfig for generated code output
|
|
376
376
|
// @see https://www.npmjs.com/package/oxfmt
|
|
377
377
|
// format: {},
|
|
378
378
|
|