next-form-request 1.0.0 → 2.0.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.
@@ -92,4 +92,4 @@ declare class ZodAdapter<T> implements ValidatorAdapter<T> {
92
92
  private formatZodErrors;
93
93
  }
94
94
 
95
- export { type AppRouterHandler as A, type PagesRouterHandler as P, type RequestData as R, type SupportedRequest as S, type ValidatorAdapter as V, ZodAdapter as Z, type ValidationErrors as a, type ValidationResult as b, type ValidationConfig as c, isPagesRouterRequest as d, isAppRouterRequest as i };
95
+ export { type AppRouterHandler as A, type PagesRouterHandler as P, type RequestData as R, type SupportedRequest as S, type ValidatorAdapter as V, ZodAdapter as Z, type ValidationErrors as a, type ValidationConfig as b, type ValidationResult as c, isPagesRouterRequest as d, isAppRouterRequest as i };
@@ -92,4 +92,4 @@ declare class ZodAdapter<T> implements ValidatorAdapter<T> {
92
92
  private formatZodErrors;
93
93
  }
94
94
 
95
- export { type AppRouterHandler as A, type PagesRouterHandler as P, type RequestData as R, type SupportedRequest as S, type ValidatorAdapter as V, ZodAdapter as Z, type ValidationErrors as a, type ValidationResult as b, type ValidationConfig as c, isPagesRouterRequest as d, isAppRouterRequest as i };
95
+ export { type AppRouterHandler as A, type PagesRouterHandler as P, type RequestData as R, type SupportedRequest as S, type ValidatorAdapter as V, ZodAdapter as Z, type ValidationErrors as a, type ValidationConfig as b, type ValidationResult as c, isPagesRouterRequest as d, isAppRouterRequest as i };
@@ -1,3 +1,3 @@
1
1
  import 'zod';
2
- export { Z as ZodAdapter } from '../../ZodAdapter-D7D3Sc-a.mjs';
2
+ export { Z as ZodAdapter } from '../../ZodAdapter-Ni7VwvnR.mjs';
3
3
  import 'next';
@@ -1,3 +1,3 @@
1
1
  import 'zod';
2
- export { Z as ZodAdapter } from '../../ZodAdapter-D7D3Sc-a.js';
2
+ export { Z as ZodAdapter } from '../../ZodAdapter-Ni7VwvnR.js';
3
3
  import 'next';