@gnosticdev/hono-actions 2.0.2 → 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.
- package/dist/index.js +1 -1
- 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
|
-
|
|
281
|
+
export type DetailedError = import('./client').DetailedError
|
|
282
282
|
}
|
|
283
283
|
`;
|
|
284
284
|
const adapter = config.adapter?.name;
|
package/package.json
CHANGED