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";