hono-takibi 0.8.8 → 0.9.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.
@@ -36,7 +36,6 @@ export default function HonoTakibiVite({ input, output, exportType, exportSchema
36
36
  exportSchema?: boolean;
37
37
  }): Promise<{
38
38
  name: string;
39
- apply: string;
40
39
  buildStart(): Promise<void>;
41
40
  configureServer(server: ViteDevServer): void;
42
41
  }>;
@@ -74,9 +74,6 @@ export default async function HonoTakibiVite({ input, output, exportType = true,
74
74
  const absInput = path.resolve(input);
75
75
  return {
76
76
  name: 'hono-takibi-vite',
77
- // https://vite.dev/guide/api-plugin.html#conditional-application
78
- // Only valid when the development server is running.
79
- apply: 'serve',
80
77
  async buildStart() {
81
78
  await run();
82
79
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hono-takibi",
3
3
  "description": "Hono Takibi is a CLI tool that generates Hono routes from OpenAPI specifications.",
4
- "version": "0.8.8",
4
+ "version": "0.9.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "keywords": [