Skip to content

Commit

Permalink
refactor(middleware): export createMiddleware function as `experime…
Browse files Browse the repository at this point in the history
…ntal_createMiddleware`
  • Loading branch information
TheEdoRan committed Aug 12, 2024
1 parent 37af4fa commit 8813200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-safe-action/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
formatValidationErrors,
} from "./validation-errors";

export { createMiddleware } from "./middleware";
export { createMiddleware as experimental_createMiddleware } from "./middleware";
export { ActionMetadataError, DEFAULT_SERVER_ERROR_MESSAGE } from "./utils";
export {
ActionValidationError,
Expand Down

0 comments on commit 8813200

Please sign in to comment.