hono-takibi 0.3.2 → 0.3.3

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.
@@ -3,8 +3,8 @@ type HonoTakibiPluginOptions = {
3
3
  output: string;
4
4
  packageManager: 'pnpm' | 'npm' | 'yarn' | 'bun';
5
5
  };
6
- export default function honoTakibiPlugin(options: HonoTakibiPluginOptions): {
6
+ declare function honoTakibiPlugin(options: HonoTakibiPluginOptions): {
7
7
  name: string;
8
8
  configureServer(server: any): void;
9
9
  };
10
- export {};
10
+ export default honoTakibiPlugin;
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = honoTakibiPlugin;
4
3
  const node_child_process_1 = require("node:child_process");
5
4
  function honoTakibiPlugin(options) {
6
5
  return {
@@ -29,3 +28,4 @@ function honoTakibiPlugin(options) {
29
28
  },
30
29
  };
31
30
  }
31
+ exports.default = honoTakibiPlugin;
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.3.2",
4
+ "version": "0.3.3",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "hono",