From 35b123531917cd0a4458adfb3564ec8cb4c23339 Mon Sep 17 00:00:00 2001 From: Sor4chi <80559385+sor4chi@users.noreply.github.com> Date: Tue, 7 May 2024 04:11:48 +0900 Subject: [PATCH] refactor: incorrect naming of schema --- .../src/inheritable-keys/{capability.ts => compatibility.ts} | 0 packages/schema/src/inheritable-keys/index.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/schema/src/inheritable-keys/{capability.ts => compatibility.ts} (100%) diff --git a/packages/schema/src/inheritable-keys/capability.ts b/packages/schema/src/inheritable-keys/compatibility.ts similarity index 100% rename from packages/schema/src/inheritable-keys/capability.ts rename to packages/schema/src/inheritable-keys/compatibility.ts diff --git a/packages/schema/src/inheritable-keys/index.ts b/packages/schema/src/inheritable-keys/index.ts index 789f421..822637d 100644 --- a/packages/schema/src/inheritable-keys/index.ts +++ b/packages/schema/src/inheritable-keys/index.ts @@ -3,7 +3,7 @@ import { buildSchema } from "./build"; import { compatibilityDateSchema, compatibilityFlagsSchema, -} from "./capability"; +} from "./compatibility"; import { limitsSchema } from "./limits"; import { routeSchema, routesSchema } from "./route"; import { rulesSchema } from "./rule";