@gnosticdev/hono-actions 1.0.17 → 1.0.18

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2282,7 +2282,7 @@ async function glob(patternsOrOptions, options) {
2282
2282
  // src/integration-files.ts
2283
2283
  function generateRouter(opts) {
2284
2284
  const { basePath, relativeActionsPath } = opts;
2285
- return `import type { HonoEnv } from '@gnosticdev/hono-actions'
2285
+ return `import type { HonoEnv } from '@gnosticdev/hono-actions/actions'
2286
2286
  import { Hono } from 'hono'
2287
2287
  import { cors } from 'hono/cors'
2288
2288
  import { showRoutes } from 'hono/dev'
package/package.json CHANGED
@@ -54,5 +54,5 @@
54
54
  },
55
55
  "type": "module",
56
56
  "types": "./dist/index.d.ts",
57
- "version": "1.0.17"
57
+ "version": "1.0.18"
58
58
  }