@gnosticdev/hono-actions 2.0.3 → 2.0.5

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
@@ -278,7 +278,7 @@ export {}
278
278
  declare module '@gnosticdev/hono-actions/client' {
279
279
  export const honoClient: typeof import('./client').honoClient
280
280
  export const parseResponse: typeof import('./client').parseResponse
281
- exoprt type DetailedError = import('./client').DetailedError
281
+ export type DetailedError = import('./client').DetailedError
282
282
  }
283
283
  `;
284
284
  const adapter = config.adapter?.name;
package/package.json CHANGED
@@ -61,5 +61,5 @@
61
61
  },
62
62
  "type": "module",
63
63
  "types": "./dist/index.d.ts",
64
- "version": "2.0.3"
64
+ "version": "2.0.5"
65
65
  }