Skip to content

Commit

Permalink
docs: update adapters comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Aug 11, 2024
1 parent 0aa6213 commit 70242ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/next-safe-action/src/adapters/typebox.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code courtesy of https://github.com/decs/typeschema/blob/main/packages/typebox/src/validation.ts
// Code based on https://github.com/decs/typeschema/blob/main/packages/typebox/src/validation.ts

// MIT License

Expand Down
2 changes: 1 addition & 1 deletion packages/next-safe-action/src/adapters/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code courtesy of/highly inspired by https://github.com/decs/typeschema
// Code inspired by https://github.com/decs/typeschema

import type { Static, TSchema } from "@sinclair/typebox";
import type { GenericSchema, GenericSchemaAsync, InferInput, InferOutput } from "valibot";
Expand Down
2 changes: 1 addition & 1 deletion packages/next-safe-action/src/adapters/valibot.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code courtesy of https://github.com/decs/typeschema/blob/main/packages/valibot/src/validation.ts
// Code based on https://github.com/decs/typeschema/blob/main/packages/valibot/src/validation.ts

// MIT License

Expand Down
2 changes: 1 addition & 1 deletion packages/next-safe-action/src/adapters/yup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code courtesy of https://github.com/decs/typeschema/blob/main/packages/yup/src/validation.ts
// Code based on https://github.com/decs/typeschema/blob/main/packages/yup/src/validation.ts

// MIT License

Expand Down
2 changes: 1 addition & 1 deletion packages/next-safe-action/src/adapters/zod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code courtesy of https://github.com/decs/typeschema/blob/main/packages/zod/src/validation.ts
// Code based on https://github.com/decs/typeschema/blob/main/packages/zod/src/validation.ts

// MIT License

Expand Down

0 comments on commit 70242ea

Please sign in to comment.