refactor(federation): 🚚 Rename schemas to validators

Fixes issues with Bun bundling
This commit is contained in:
Jesse Wierzbinski 2024-09-22 17:15:19 +02:00
parent ebf16a82cb
commit f80cffd01a
No known key found for this signature in database
19 changed files with 40 additions and 37 deletions

View file

@ -1,6 +1,6 @@
import { fromZodError } from "zod-validation-error";
import type { SignatureConstructor } from "../cryptography/index.ts";
import { WebFingerSchema } from "../schemas/webfinger.ts";
import { WebFingerSchema } from "../validators/webfinger.ts";
import type { User } from "../types.ts";
import { DEFAULT_UA } from "./constants.ts";